/* Screen size media queries */

/* If the viewport width <= 700 pixels ... */
 
@media screen and (max-width: 800px) {
 
	/* Put the image below the main copy */

#image {
	width: 97%;
	height: auto;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:1.5%;
	}
	
#social {
    text-align:center;
	width: 96%;
    }
	
#slideshow {
    width: 97%;
	height: 100%;
	margin-left:1.5%;
	margin-right:1.5%;
	margin-bottom:1.5%;
	padding-bottom:59%;
	}
	
#bodycopy{
	background-color: #ded9c2;
	position:relative;
	float:left;
    width: 97%;
	margin-top: 1.5%;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-bottom: 0;
	overflow: hidden;
	} 
	
 #container{
	width: 90%;
	}
	
/*Smaller navigation links 700px and less -------------*/

.nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ded9c2;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}
	
.nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ded9c2;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}
	
.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}
	
.nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ded9c2;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}
	
.navtext2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	}