@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: 18px;
	line-height: 23px;
	color: #2c2c2c;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	 background: url(../images/bg.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	padding: 0 15px;
}

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

h1 { font-family: 'montserratblack'; font-size: 34px; line-height: 45px; padding-bottom: 20px;}

h2 { font-family: 'montserratregular'; font-size: 21px; line-height: 65px; padding-bottom: 0px;}

h3 { font-family: 'montserratbold'; font-size: 23px; line-height: 30px; padding-bottom: 20px;}

a { text-decoration: none; }

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

#container {
	padding-bottom: 90px;
	padding-top: 0px;
	max-width: 450px;
	margin: 0 auto;
	float: left;
	text-align: left;
}

#bodycontainer {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 100px;
}

.logo {
	padding-bottom: 45px;
}

.button {
	color: white;
	font-family: 'montserratblack';
	padding: 25px 35px;
	background-color: #b43535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	transition: background 0.3s ease;
}

.button:hover {
	background-color: #871f1f;
}

.button:active {
	background-color: #b43535;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
    color: black;
}



#signup {
	text-align: center;	
	background-color: white;
	border-radius: 5px;
	padding: 20px 17px;	
	padding-bottom: 30px;
	width: 550px;
	display: none;
	color: #282828;
	}

.size16 {
	font-size: 14px;	
	line-height: 24px;
	padding-bottom: 10px;
	color: grey;
	}

input, button, select, textarea {
	width: 90%;	
}

.mc-field-group input {
	margin-bottom: 15px;
	border-radius: 4px;	
	padding: 10px;
	border:1px solid #9b9894;
	text-align: center;
	font-size: 16px;
	font-family: 'montserratlight';
}

html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #41bf65;
	font-family: 'montserratbold';
	border:0;
	color: white;
	font-size: 18px;
	border-radius: 4px;	
	padding: 15px;
	-webkit-font-smoothing: antialiased;
	width: 95%;
	cursor: pointer;
}

.hide {
	display: none;
}



#Field1 {
	padding: 15px 9px;
	font-size: 13px;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	background-color: #f2f2f2;
}

#saveForm {
	background-color: #b43535;
	border: none;
	color: white;
	font-size: 18px;
	padding: 20px;
	border-radius: 5px;
	margin-top: 13px;
	cursor: pointer;
}

#saveForm:hover {
	background-color:#871f1f;

}

/* MOBILE CSS QUERIES */

@media screen and (max-width: 890px) {

#container {
	text-align: center;
	float: none;
	max-width: 100%;
	
}

img {
	max-width: 100%;
}

#image {

padding-left: 20px;
}

#bodycontainer {
padding-top: 35px;
}


}



