@charset "utf-8";
/* CSS Document */
html{
	height:100%;
	width:100%;
}

body{
	background: #F30; /* Old browsers */
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.domainContainer{
	width:100%;
	text-align:center;
	margin-top:50px;
	font-family: 'Source Sans Pro', sans-serif;
}

.domainContainer h1{
	color:#fff;
	font-size:3.0em;
	font-weight:400;
	line-height:0.0em;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0px 0px 0px 0px;
}

.domainContainer h2{
	color:#00e4ff;
	font-size:2.5em;
	font-weight:300;
	line-height:0.1em;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
}

.domainContainer h3{
	color:#00e4ff;
	font-size:3.8em;
	font-weight:400;
	line-height:0.1em;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
}

.btnContainer{
	width:100%;
	clear:both;
	margin-bottom:80px;
	text-align:center;
}

.btnContainerbottom{
	width:100%;
	clear:both;
	text-align:center;
}

.offerbutton, .submitbtn{
	border-radius:10px;
	padding:5px 25px;
	color:#fff;
	text-transform:uppercase;
	font-size:1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	text-decoration:none;
	border:1px solid #00e4ff;
	background: #006; /* Old browsers */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c0ff', endColorstr='#1077bc',GradientType=0 ); /* IE6-9 */
	box-shadow:5px 5px 2px #002b5a;
}

.offerbutton:hover, .submitbtn:hover{
	margin-top:5px;
	margin-left:5px;
	box-shadow:none;
}

.btnContainerbottom .offerbutton{
	display:block;
	margin-bottom:50px;
}

.txtContainer{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	color:#fff;
	text-align:justify;
	margin-right:35px;
	margin-left:35px;
}

.txtContainer h4{
	color:#00e4ff;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:1.1em;
	padding:0px;
	line-height:0.2em;
	margin:0px;
}

.txtContainer h5{
	color:#fff;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:1.4em;
	padding:0px;
	line-height:2.5em;
	margin:0px;
}

.txtContainer p{
	color:#fff;
	padding:0px;
	margin:0px;
	margin-bottom:30px;
}

.thankyou{
	width:100%;
	color:#00e4ff;
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:2.0em;
	padding:0px;
	line-height:0.2em;
	margin:0px;
	padding-top:20px;
}

.comstrat{
	margin-top:0px;
}

.comstrat img{
	border:0px;
}

.formcontainer{
	max-width:500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
}

.formcontainer p{
	text-align:justify;
	padding-top:20px;
}

.fieldcontainer{
	width:248px;
	display:inline-block;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

.fieldArea{
	width:100%;
	display:inline-block;
	margin-bottom:10px;
}

.submitcontainer{
	width:100%;
	text-align:center;
}

label{
	display:block;
	width:95%;
	font-size:1.1em;
	padding-bottom:2px;
}

.inputtext{
	width:90%;
	padding:5px;
	border-radius:5px;
	border:none;
	box-shadow:inset 2px 2px 2px 0px #ccc;
}

.inputarea{
	width:97%;
	border-radius:5px;
	border:none;
	box-shadow:inset 2px 2px 2px 0px #ccc;
}

.submitbtn{
	cursor:pointer;
	margin-top:20px;
	margin-bottom:40px;
}

.submitbtn:hover{
	margin-top:20px;
	margin-bottom:40px;
}

@media (max-width: 479px) {

.domainContainer h1{
	font-size:1.4em;
	letter-spacing:0px;
}

.domainContainer h2{
	font-size:1.2em;
	line-height:0.2em;
}

.domainContainer h3{
	font-size:2.0em;
	line-height:0.3em;
}

.txtContainer{
	margin-left:auto;
	margin-right:auto;
	width:230px;
}

.txtContainer h4{
	font-size:1.0em;
}

.txtContainer h5{
	font-size:1.2em;
}
}/* CSS Document */

