@charset "UTF-8";
/* CSS Document */

/* CSS RESET 

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  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;
}


/* MY STYLES */

/* *{margin:0; padding:0;} */

html, body {
	text-align: center;
	height: 100%;
	font-family: 'montserratregular', Arial, sans-serif;
	font-size: 17px;
	line-height: 23px;
	color: white;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    
}

p { font-family: 'montserratlight', Arial, sans-serif; font-size: 18px; line-height: 32px; padding-bottom: 25px;}

h1 { font-family: 'montserratblack'; font-size: 40px; line-height: 65px; padding-bottom: 5px;}

h2 { font-family: 'montserratlight'; font-size: 20px; line-height: 35px; padding-bottom: 0px;}

h3 { font-family: 'montserratblack'; font-size: 30px; line-height: 55px; padding-bottom: 20px; color: black;}

h4 { font-family: 'montserratlight'; font-size: 30px; line-height: 40px; padding-bottom: 35px; padding-top: 20px;}

h5 { font-family: 'montserratbold'; font-size: 18px; line-height: 30px; padding-bottom: 5px; }

h6 { font-family: 'montserratblack'; font-size: 30px; line-height: 55px; padding-bottom: 20px; color: white;}


a { text-decoration: none; }

.bold { font-family: 'montserratbold';}

.mice { font-family: 'montserratlight'; font-size: 14px; line-height: 0px; padding-bottom: 0px; margin-top: 10px; display: block; cursor: pointer;}

.mice a {
	color: white;
}

.left {float:left;}

#top-container {

	background: #0f0f0f url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	
}

#top-container-wrap {
	margin: 0 auto;
	padding: 0 10px;
	min-height: 640px;
	max-width: 1000px;
}

.button-div {
	max-width: 400px;
	padding-top: 40px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.main-cta {
	color: white;
	font-family: 'montserratblack';
	padding: 15px 40px 35px 40px;
	background-color: #1da664;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: background 0.3s ease;
	font-family: 'montserratbold';
	font-size: 19px;
	line-height: 25px;
	-webkit-box-shadow: 0px 2px 0px 1px rgba(10,123,54,1);
-moz-box-shadow: 0px 2px 0px 1px rgba(10,123,54,1);
box-shadow: 0px 2px 0px 1px rgba(10,123,54,1);
white-space: nowrap;

}

.main-cta:hover {
	background-color: #1d8d4c;
}

.main-cta:active {
	background-color: #1da664;
}

.logo {
	padding: 60px 0 40px 0;
}

.stock {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.3);
	width: 255px;
	margin: 0 auto;
	padding: 5px 0px;
	float: left;
	font-family: 'montserratlight';
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.stockleft {
	width: 360px;
	margin: 0 auto;
	padding-left: 30px;
}

.testimonial {
max-width: 435px;
	height: 135px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.3);
	margin: 0 auto;
	margin-top: 80px;
	padding: 10px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 14px !important;
}

.copy {
	padding-left: 100px;
	line-height: 20px;
	font-family: 'montserratlight';
}

.body-container-white {
	background-color: white;
	padding: 50px 0px;
	color: black;
}

.focus {
	
}

.body-container-grey {
	background-color: #dfdfdf;
	color: black;
	padding: 30px 0px;
}

.quote {
	max-width: 760px;
	margin: 0 auto;
}

.body-container-black {
	background-color: #0f0f0f;
	color: white;
	padding: 50px 0px;
}

.what-get {
	max-width: 700px;
	margin: 0 auto;
}