body {
 background:url("crystals.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#col1 {
	width:41%;
	float:left;
	clear:both;
	margin:20px;
	
}

#col2 {
	width:41%;
	float:right;
	margin:auto;
	margin:20px;
}

#city {
	width:145px;
	margin-bottom:20px;
	}

#comments {
	margin-bottom:5px;
}
#headerimg {
	margin-top:10px;
	margin-left:20px;
}

form {
	background-color: rgba( 255, 255, 255, 0.8);
	margin:auto;
	margin-top:100px;
	width: 490px;
	height: 500px;
	-moz-border-radius: 50px / 50px;
	-webkit-border-radius: 50px / 50px;
	border-radius: 50px / 50px;
}

#firstname, #lastname, #email, #streetaddress {
	width:175px;
	margin-bottom:20px;
}

input:hover { background:#E8A5F9; }
input:focus { background:#6E79B3; color:white; }


#minerals1, #crystals1 {
	font-size:14px;
}

#state {
	width:50px;
}
#streetaddress {
	height:50px;
}
#selectlist {
	margin-bottom:15px;
	margin-top:15px;
}

textarea:hover { background:#E8A5F9; }
textarea:focus { background:#6E79B3; color:white; }

#submitbutton {
	width: 65px;
	height: 28px;
	-moz-border-radius: 5px / 5px;
	-webkit-border-radius: 5px / 5px;
	border-radius: 5px / 5px;
	background:#6E79B3;
	color:white;
	font-family:'blanchoutline';
	font-size:24px;
}

label {
	font-family:'colaborate-thin';
	font-size:18px;
} 


p {
	font-family:'colaborate-thin';
	font-size:18px;
	margin-bottom:10px;
}

#textarea {
	width:175px;
	height:140px;
	margin-top:5px;
}

#minerals {
	margin-bottom:20px;
}

#zip {
	width:50px;
}

span {
	color:purple;
	font-size:16px;
	font-family:'colaborate-thin';
	text-transform:uppercase;
}

/************* fonts *************/

@font-face {
    font-family: 'colaborate-thin';
    src: url('colaborate_t/ColabThi-webfont.eot');
    src: url('colaborate_t/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('colaborate_t/ColabThi-webfont.woff') format('woff'),
         url('colaborate_t/ColabThi-webfont.ttf') format('truetype'),
         url('colaborate_t/ColabThi-webfont.svg#colaborate-thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'blanchoutline';
    src: url('blanchoutline/blanch_caps_inline-webfont.eot');
    src: url('blanchoutline/blanch_caps_inline-webfont.eot?#iefix') format('embedded-opentype'),
         url('blanchoutline/blanch_caps_inline-webfont.woff') format('woff'),
         url('blanchoutline/blanch_caps_inline-webfont.ttf') format('truetype'),
         url('blanchoutline/blanch_caps_inline-webfont.svg#blanchcaps_inline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'blanchbold';
    src: url('blanch2/blanch_condensed-webfont.eot');
    src: url('blanch2/blanch_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('blanch2/blanch_condensed-webfont.woff') format('woff'),
         url('blanch2/blanch_condensed-webfont.ttf') format('truetype'),
         url('blanch2/blanch_condensed-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (max-width:500px) {
	
	form {
		width:90%;
		height:720px;
		}
	
	#col1 {
		margin:auto;
		margin-bottom:20px;
		float:none;
		width:85%;
		text-align:center;
		}
	
	#col2 {
		margin:auto;
		float:none;
		width:90%;
		margin-left:20%;
		}
		
	#headerimg {
		max-width:85%;
		}
	#submitbuttom {
		clear:both;
	}
}
