@media only screen and (max-width: 768px) {
.cd-intro h1, span {
font-size: 40px!important;
line-height: 60px!important;
  }
	.cd-intro {
    margin-top: -130px;
}
	
		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, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: 'Montserrat', sans-serif;
font-weight: 600;
		vertical-align: baseline; 
	 line-height: 170%; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	
	
	
	
		h1, h2, h3, h4, h5, h6 {
		color: #414141;
		font-family: 'Montserrat', sans-serif;
		text-align:center;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 400; }
	h1 { font-size: 55px!important; line-height:46px; }
	h2 { font-size: 29px!important; line-height: 40px;}
	h3 { font-size: 30px; line-height: 36px;}
	h4 { font-size: 26px; line-height: 32px;}
	h5 { font-size: 22px; line-height: 28px;}
	h6 { font-size: 18px; line-height: 24px;}


	p {  }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 900!important;}
	small { font-size: 80%; }
	


}