body {
	background:#dad5c1;
	font-family:"Helvetica","Arial",tahoma;
}
/*Add because can not see the link*/
footer h3 a, a:active, a:visited{
	background: #dad5b1;
}

#mainlogo {
	border: none;
	font: normal 30pt Arial, Helvetica, sans-serif;
	color: #A09885;
	text-overflow: ellipsis;
	text-shadow: 4px 4px 6px #dad5c1 ;
}
#mainlogo a:link, a:visited {
	color:#A09885;
	text-decoration:none;
}

#wrapper {
	margin:0 auto;
	max-width:980px;
	width:96%;
	background:#cbbb9b;
	padding:2%;
	border-radius:10px;
}

#mainheader {
	padding:5%;
	text-align:center;
}

#mainmenubar {
	background:#A09885;
	padding:0;
	margin:0 0;
	border-radius:10px;
}
#mainmenubar ul {
	list-style:none;
	margin-left:7%;
	padding:0;
}
#mainmenubar li a {
	color:#000;
	display:block;
	float:left;
	padding:20px;
	text-decoration:none;
}
#mainmenubar a:hover, #mainmenubar li.active a {
	background-color:#322f2c;
	color:#fff;
}

/*had to add clear for the social media links to go down.*/
.clear {
	clear:both;
}

#social {
	text-align:center;
}
#social img {
	padding-top:5px;
	height:50px;
	width:50px;
}


/*this is for video styling.
vid {
	position:relative;
	padding-bottom:56.5%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
vid iframe {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	}
*/

#mainfooter {
	background:#a09885;
	border-radius:50px;
	text-decoration:none;
	text-align:center;
}

/*Media Query*/
@media screen and (max-width:740px) {
.left-col {
	width:100%;
}
.sidebar {
	width:100%;
}
}