 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}
 
.HomePage {
	width: 100%
}

body {
	font-family: "museo-sans";
}
 
#block-1 {
	height: 1000px;
	position: relative;
}
 
#block-2 {
	background-color: #fff;
    color: #000;
    padding: 75px 35%;
    text-align: center;
	border-top: 10px solid #61a60e;
}

#phone-email {
	margin: 40px 0px;
}

#phone-us {
	margin-right: 87px;
}

#social img {
	margin-right: 4px;
}
 
h2 {
	font-size: 60px;
	font-family: Populaire;	 
	margin-bottom: 30px;
}

h4 {
	font-size: 21px;
	font-family: museo-sans;	 
	font-weight: 900;
}
 
p {
    font-family: "museo-sans";
    font-size: 21px;
    line-height: 29px;
    margin: 10px 0 30px;
}
.green {
	color: #61a60e;
}
 
#block-3 {
	height: 1000px;	
}
 
#block-4 {
	background-color: #333;
    color: #FFF;
    padding: 75px 35%;
    text-align: center;
	border-top: 10px solid #FFF;	
}
 
#block-5 {
	height: 1000px;
}
 
#block-6 {
	border-top: 10px solid #61a60e;
	height: 500px;
	background-color: #FFF;
}
 
 #block-7 {
	 height: 927px;
 }
 
 #block-8 {
	height: 484px;
	background-color: #61a60e;
	color: #FFF;
 }
 
 #block-9 {
	height: 500px;
 }
 
 #block-9 iframe {
	 width: 100%;
 }
 
 .center-up {
	padding: 75px 35%;
    text-align: center;
 }
 
 .white {
	 color: #FFF;
 }
 
 h1 {
	color: #FFF;
	font-size: 100px;
	font-family: Populaire;
 }
 
 .uppercase {
	 text-transform: uppercase;
 }
 
 #down-arrow {
	 position: absolute;
	 bottom: 30px;
	 left: 48.4%;
 }  #mc-embedded-subscribe {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;    border: medium none;    color: #61a60e;    font-size: 20px;    font-weight: bold;    margin-top: 20px;    text-transform: uppercase; }  #mce-EMAIL , #mce-FNAME, #mce-LNAME {    border: 1px solid #61a60e;    color: #999999;    font-family: museo-sans;    font-size: 16px;    font-weight: 500;    margin: 10px 0;    padding: 10px 40px;    text-align: center; }
 
 #order-online {
	 background-color: #61a60e;
	 padding: 20px 54px;
	 color: #FFF;
 }
 
 #footer-contact-text {
	 color: #FFF;
	 font-size: 18px;
	 margin-top: 30px;
 }
 
 #order-online {
	 text-decoration: none;
	 font-size: 24px;
	 font-weight: 900;
	 font-family: "museo-sans";
	 display: inline-block;
	 max-width: 400px;
	 margin-top: 50px;
 }
 
 @media (max-width: 960px) {
	 
		.center-up {
			padding: 0px;
		}
		
		#logo {
			margin-top: 30px;
		}
		
		 #down-arrow {
			 position: absolute;
			 bottom: 30px;
			 left: 39%;
		 }
		
		h1 {
			font-size: 71px;
			padding: 0 10px;
		}
		
		h2 {
			padding: 0px 10px;
		}
		
		#down-arrow {
			margin-top: 55px;
		}
		
		#logo {
			width: 181px;
		}
		
		#block-1 {
			height: 700px;
		}
		
		#block-3, #block-5, #block-7 {
			min-height: 200px;
			max-width: 100%;
			height: auto;
		}
		
		#block-2, #block-4 {
			padding: 20px;
		}
		
		#block-6 {
			padding-top: 30px;
		}
		
		#block-9 {
			width: 100%;
		}
		
		#block-8 {
			padding-top: 40px;
			height: 394px;
		}
 }