body {
	margin: 0;
	line-height: 1;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

html { 
background: url('img/bg-old.webp') no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#homeBoxes {
  overflow: hidden;
  margin: 0 auto;
}

#main {
	position: relative;
	margin: 0 auto;
	max-width: 90%;
	clear: both;
}

#main.outsidebox {
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	z-index: 2;
	left: 0;
	top: -10px;
	bottom: 150px;
	width: 500px;
	border-radius: 9px;
}

#insidebox {
	text-align: center;
	position: relative;
	padding: 10px 10px 20px 10px;
}

#insidebox_thankyou {
	text-align: center;
	position: relative;
	padding: 20px 20px 30px 20px;
}

#content {
	 margin-top: 30px; 
	 border: 1px solid #c2c2c2;
	 padding:10px;
}

div.error {
	 border: 1px solid #b94a48;
	 background: #f2dede;
	 color: #000000;
	 font-size: 12px;
	 padding:10px;
	 margin-bottom:10px;
}

div.success {
	 color: #000000;
	 background: #dff0d8;
	 border: 1px solid #d6e9c6;
	 font-size: 12px;
	 padding:10px;
	 margin-bottom:10px;
}

input.error {
	 border: 1px solid #b94a48;
	 background: #f2dede;
	 font-size: 12px;
}

h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 45px;
	font-weight: 900;
	color: #333333;
	line-height: 1em;
}

h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 1em;
	padding: 5px 0px 10px 0px;
}

h3{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #e96800;
	line-height: 1em;
	padding: 10px 0px 0px 0px;
}

#legal{
	line-height: 1em;
	padding: 10px 0 15px 0;
	text-align: center;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #0000FF;
}

.optin_form input[type="text"] {
	width: 85%;
	height: 60px;
	background: #fff;
    color: #666;
    border: 1px solid #c8c8c8;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.optin_form input[type="email"] {
	width: 85%;
	height: 60px;
	background: #fff;
    color: #666;
    border: 1px solid #c8c8c8;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.optin_form input {
    padding: 0px;
    margin-bottom: 1.0em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.optin_form input[type="submit"] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	width: 85%;
	color: #fff;
	border:2px solid #f18f00; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: #fea900; background-image: -webkit-gradient(linear, left top, left bottom, from(#fea900), to(#f18f00));
	background-image: -webkit-linear-gradient(top, #fea900, #f18f00);
	background-image: -moz-linear-gradient(top, #fea900, #f18f00);
	background-image: -ms-linear-gradient(top, #fea900, #f18f00);
	background-image: -o-linear-gradient(top, #fea900, #f18f00);
	background-image: linear-gradient(to bottom, #fea900, #f18f00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fea900, endColorstr=#f18f00);
	font-weight: bold;
}

.optin_form input[type="submit"]:hover {
	border:2px solid #b30808;
	background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
	background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
	background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
	background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 10px 20px 10px;
}

@media screen and (max-width: 768px) {
    h1{
        font-size:40px;
    }
	h2{
        font-size:20px;
    }
	h3{
        font-size:20px;
    }
	.optin_form{font-size:15px;}
}

@media screen and (max-width: 400px) {
    h1{
        font-size:30px;
    }
	h2{
        font-size:15px;
    }
	h3{
        font-size:20px;
    }
}
