body {
	font-family:'Quicksand', sans-serif;
	background-image:url('images/background.png');
	background-repeat:repeat-y;
	background-position:top;
	background-size:100%;
	margin-top:0px;
	font-size:24px;
}
.container {
	width:100%;
	height:auto;
}
.content {
	width:80%;
	height:auto;
	background-color:white;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	min-width:300px;
}
#header {
	text-align:center;
}
p {
	padding-left:5px;
}
#footer {
	width:100%;
	border-top:1px solid black;
	min-height:5px;
	clear:both;
}
#footer > .left, #footer > .right {
	width:40%;
}
#footer > .left {
	float:left;
	text-align:left;
	font-size:14px;
	color:gray;
}
#footer > .right {
	float:right;
	text-align:right;
}
#made-badge {
	background-image:url(images/made-in-palm-coast.png);
	width:200px;
	height:200px;
	background-size:100%;
}
#designed-badge {
	background-image:url(images/Designed-in-Palm-Coast.png);
	width:200px;
	height:200px;
	background-size:100%;
}
#invented-badge {
	background-image:url(images/Invented-in-Palm-Coast.png);
	width:200px;
	height:200px;
	background-size:100%;
}
#crafted-badge {
	background-image:url(images/Crafted-in-Palm-Coast.png);
	width:200px;
	height:200px;
	background-size:100%;
}
#made {
	float:right;
	min-width:200px;
}
#designed {
	float:left;
	min-width:200px;
}
#invented {
	float:right;
	clear:center;
	min-width:200px;
}
#crafted {
	float:left;
	clear:center;
	min-width:200px;
}
#invented, #designed, #made, #crafted {
	margin-bottom:5px;
}
code {
	padding:5px;
	background-color:rgb(0, 37, 100);;
	font-size:16px;
	color:white;
	max-width:300px;
}
textarea {
	width:200px;
	margin-left:2%;
	font-family: 'Nunito', sans-serif;
}
a:hover {
	color:black;
}
a {
	text-decoration:none;
	font-weight:700;
}
#first {
	margin-left:auto;
	margin-right:auto;
	width:50%;
	min-width:426px;
}
#second {
	margin-left:auto;
	margin-right:auto;
	width:50%;
	clear:both;
	min-width:426px;
}
#pcfacts {
	float: right;
position: relative;
margin-bottom:15px;
padding-bottom: 22.8%;
padding-top: 30px;
height: 0;
overflow: hidden;
min-width: 750px;
min-height:145.5px;
margin-left: 10px;
}
#pcfacts iframe, #pcfacts object, #pcfacs embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#bottom {
	clear:both;
}
#pcfacts above {
	margin-left:10px;
}
#links a {
	text-decoration:underline;
	font-weight:bold;
}
#links li {
	margin-bottom:10px;
	font-size:18px;
	color:rgb(92, 92, 92);
}
h1 {
	font-family:'Oswald', sans-serif;
}
h2 {
	font-family:'Francois One', sans-serif;
}
h3 {
	font-family:'Nunito', sans-serif;
}
h4 {
	font-family:'Abel', sans-serif;
}
h5 {
	font-family:'Century Gothic';
}
h6 {
	font-family:Arial;
}