@charset "utf-8";
/* CSS Document */

@media screen and (max-device-width: 875px), screen and (max-width: 875px) {
#body_content img {
	}
#body_content #display_sample img {
	width: 57%;
}
ul#main_nav li {
	margin: 0 2px;
	font-size: 15px;
}
	
}

@media screen and (max-device-width: 650px), screen and (max-width: 650px) {

ul#main_nav li {
	margin: 0 0 10px;
	display: inherit;
	font-size: 18px;
}
ul#main_nav span {
		display: none;
	}
/* slideshow fix */
#slideshow-container img {
	width: 85%;
}
	
/* body content images */
#body_content img {
		float: none;
		text-align: center;
		width: 50%;
		display: block;
		margin: 0 auto 12px;
	}
	
}

@media screen and (max-device-width: 500px), screen and (max-width: 500px)  {
p {
		width: 99%;
	}
#master_container #top div {
	width: 80%;
}
#master_container #top a.home_logo_link {
	width: 100%;
	height: 160px;
	background-size: 95%;
}
#master_container #top a.home_logo_link:hover {
	width: 100%;
	height: 160px;
	background-size: 95%;
	}
#master_container #tagline {
		margin: 5px auto 15px;
	}
#body_content {
		padding: 4%;
		width: 92%;
	}

	
#body_content #display_sample img {
	width: 85%;
}
	
#body_content #have_project .contact_box {
	width: 96%;
	padding: 2%;
}
#body_content img {
		width: 60%;
	}


	
	
	
}