@import 'https://fonts.googleapis.com/css?family=PT+Sans';
@import 'https://fonts.googleapis.com/css?family=Crimson+Text';
*{
margin:0;
padding:0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
}
.intro-text p{
    font-size:18px;
	font-family: 'PT Sans', sans-serif;
	color:#313541;
	font-weight: 400;
	line-height:24px;
	text-align:center; 
	margin-bottom:20px;
}
.intro-text h4{
    font-size:18px;
	font-family: 'PT Sans', sans-serif;
	color:#aaa;
	font-weight: 400;
	line-height:24px;
	text-align:center; 
	margin:0px 0px 20px 0px;
}
.intro-text p a{
	text-decoration: none;
	color:#0db79a;
}
.intro-text h1{ 
	color:#0db79a;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-size: 50px;
	text-align: center;
	line-height: 45px;
	text-transform:uppercase;
	margin:30px 0px;
}
.intro-text h2{ 
	color:#ACB9B8;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-size: 35px;
	text-align: center;
	line-height: 45px;
}
.image{
	margin-top:10px;
}
/**************************Responsive styles*************************************/
@media only screen and (max-width: 1024px){
.intro-text h1 {
    font-size: 40px;
	margin:20px 0px;
}
}
@media only screen and (max-width: 600px){
.intro-text h1 {
    font-size: 30px;
	margin:15px 0px;
}
}