/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
   pre {
white-space: pre; white-space: pre-wrap; word-wrap: break-word;
}
	img{
	max-width: 100%;
}
	#home {
	background: url(myst.jpg)no-repeat scroll;
	-webkit-background-size:100% 70.0315789%;
-moz-background-size: 100% 40.0315789%;
-o-background-size: 100% 40.0315789%;
background-size:100% 70.0315789%;
}
#blueee {
	background: url(blueb.png)repeat  scroll;
	margin-top: 12%;
	padding-bottom: 4%;
}
#greyyy {
	background: url(greyb.png)repeat  scroll;
	margin-top: 0%;
}


.title{
font-family: 'BentonSans-Bold';
color: #fff;
font-size: 8.76em; /* 81/16 */
text-transform: uppercase;
margin-left: 7.8947%;
margin-top: 26%;   
width: 44.21%;
line-height: .9em;
text-shadow: 1px 1px 1px black;
}
.eight{
    opacity: .82; 
}
.march{
    font-size: .63em;
    padding-left:1.4%;
    
    color: #19a8aa;
    opacity: .82;
    display: inline;
}
.mar1{
    width: 100%;
    margin-left: 40%;
    margin-top:6%;
}
.join{
font-family: 'BentonSans-Bold';
color: #fff;
font-size: 8.76em; /* 81/16 */
text-transform: uppercase;
margin-left: 0%;
margin-top: 4%;
width: 100%;
line-height: .9em;
text-align: center;
}
.headyt{
     font-family: 'HelveticaLTStd-Bold';
    color: #fff;
    font-size: 3.125em;
    text-transform: lowercase;
}
.joinheadz1{
    margin-top: 15%;
    text-align: center;
}
.joinheadz2{
    margin-top: 15%;
    margin-left: 42%;
    width: 140%;
    text-align: center;
    
}
.joinheadz3{
    width: 120%;
    text-align: center;
    margin-top: 15%;
    margin-left: 84%;
}
.blurb{
    font-family: 'Byington-Bold';
    color: #fff;
    font-size: 1.5em;
    text-transform: lowercase;
    text-align: left;   
}
.mar2{
    margin-top: 74%;
}
.oct{
    margin-top: 12%;
}
.moh{
    margin-top: 54%;
}
label {
	float: left;
	clear: left;
	margin-top: 20%;
	width: 95px;
	text-align: left;
	font-size: 1em;
	color: #16b8d0;
	font-family: 'HelveticaLTStd-Bold';
}

input {
	width: 560px;
	height: 35px;
	margin-left: 40%;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 16px;
	color: #333;
	margin-top: 0%;
}
	input::-webkit-input-placeholder  {
    	color: #8b8b8b;
	}
	input:-moz-placeholder {
	    color: #8b8b8b;
	}

textarea {
	width: 560px;
	height: 170px;
	padding: 12px 20px 0px 20px;
	margin-left: 40%;
	margin-top: -15%;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 16px;
	color: #333;
}
	textarea::-webkit-input-placeholder  {
    	color: #8b8b8b;
	}
	textarea:-moz-placeholder {
	    color: #e0e0e0;
	}

input:focus, textarea:focus {
	background: #fff;
}

input[type=submit1] {
	width: 185px; height: 52px; float: right; padding: 10px 0px; margin: 0 75px 0 0;
}
#yo{
    background-color: #16b8d0;
    border: none;
    color: #fff;
    width: 260px;
    margin-bottom: 10%;
}
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
.title{
font-family: 'BentonSans-Bold';
color: #fff;
font-size: 2.1em; /* 81/16 */
text-transform: uppercase;
margin-left: 27.8947%;
width: 44.21%;
}
.mar1{
    width: 24%;
    margin-left: 36%;
    margin-top:-4%;
}
.joinheadz2{
    margin-top: .8%;
    margin-left: 0%;
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}