.container {
	width:100%;
}
#content {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	max-width:1280px;
}
#menu {
	font-size:27px;
}
h1 {
	font-family:"Montserrat";
}
h2 {
	font-family:"Lobster";
}
h3 {
	font-family:"Montserrat";
	font-size:1.75em;
}
h4 {
	font-family:"Nunito 700";
}
h5 {
	font-family:"Francois One";
}
h6 {
	font-family:"Sigmar One";
}
body {
	font-family:"Asap";
	font-size:26px;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
blockquote {
	font-family:"Asap";
	font-weight:bold;
	color:#737F88;
}
div.text-container {
    margin: 0 auto;
    width: 75%;    
}
a {
	text-decoration:none;
}
a:visited {
	color:#3F37EE;
}
a:hover {
	text-decoration:underline;
}
#left {
	float:left;
	width:40%;
	padding-bottom:15px;
}
#right {
	float:right;
	width:40%;
	text-align:right;
	padding-bottom:15px;
	clear:none;
}
#footer {
	font-size:16px;
	padding-bottom:15px;
	clear:both;
}
#left1 {
	float:left;
	width:48%;
	min-width:600px;
}
#right1 {
	float:left;
	width:48%;
	min-width:600px;
}
table {
	min-width:500px;
}

@media only screen and (max-width:980px) {
	#content {width:100%; margin:0px;}
	p {padding-left:5px; padding-right:5px;}
	img{width:100%;}
	blockquote {width:90%;}
	#lefty, #righty {
		width:100% !important;
		float:none !important;
	}
	.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
	#rightimage, #leftimage {
		width:100% !important;
		padding:0px !important;
		float:none !important;
	}
}
.fb-comments span {
    width: 100% !important;
}
.fb-comments iframe {
    width: 100% !important;
}
#lefty {
	width:49%;
	float:left;
}
#righty {
	width:49%;
	float:right;
}
#leftimage {
	width:48%;
	float:left;

}
#rightimage {
	padding-left:3%;
	width:48%;
	float:right;
	margin-bottom:10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}