.container {
	width:100%;
}
#content {
	width:75%;
	margin-left:auto;
	margin-right:auto;
	max-width:1280px;
}
h1 {
	font-family:"Montserrat";
}
h2 {
	font-family:"Lobster";
}
h3 {
	font-family:"Montserrat";
	font-size:1.75em;
}
h4 {
	font-family:"Montserrat";
}
h5 {
	font-family:"Francois One";
}
h6 {
	font-family:"Sigmar One";
}
body {
	font-family:"Asap";
	font-size:24px;
	margin:0;
}
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;
}
.footer {
	font-size:20px;
	padding-bottom:15px;
	clear:both;
}
table {
	min-width:500px;
}
#left {
	font-size:17px;
	float:left;
	clear:none;
	width:49%;
}
#right {
	font-size:17px;
	float:right;
	text-align:right;
	clear:none;
	width:49%;
}
#map {
	width:100%;
}
.mobile {display:none;}
@media only screen and (max-width:1000px) {
	#content {width:90%;}
	#menu {font-size:30px;}
	p {padding-left:5px; padding-right:5px;}
	img{width:100%;}
	blockquote {width:90%;}
	.mobile {display:block;height:0px;}
	#left, #right {
		width:100%;
		float:none;
		text-align:justify;
		font-size:17px;
	}
	#facebook {
		width:200px !important;
	}
}