@font-face {
	font-family: 'eponymousregular';
	src: url('eponymous-regular-webfont.eot');
	src: url('eponymous-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('eponymous-regular-webfont.woff2') format('woff2'),
		url('eponymous-regular-webfont.woff') format('woff'),
		url('eponymous-regular-webfont.ttf') format('truetype'),
		url('eponymous-regular-webfont.svg#eponymousregular') format('svg');
	font-weight: normal;
	font-style: normal;

}


.btn-secondary {
	background-color: #4d4d4d;
	border-color: #4d4d4d;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

p {
	width: 90%;
}

h1 {
	font-size: 3em;
	display: inline-block;
	margin-bottom: auto;
}

h2 {
	font-size: 2em;
	color: #026c6e;

}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
}

li {
	list-style: none;
	margin-left: -40px;
	font-size: 1.5em;
}

.front {
	width: 25%;
	margin-right: 2%;
	display: inline-block;
	padding: 3%;
	height: 20px;
	font-size: .8em;
	background-color: #2589AF;
	color: white;
}

#content {
	width: 95%;
	font-size: 1.5em;
}

.smaller-button {
	width: 38%;
	display: inline-block;
	padding: 1%;
	font-size: 2em;
	background-color: #2589AF;
	color: white;
	margin-left: -40px;
}

nav {
	font-size: 3em;
	margin-top: 0px;
	display: inline-block;
	width: 100%;

}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color: white;
}

#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#body {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#square-buttons {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		padding-left: 1.1625%;
		padding-right: 1.1625%;
	}

	#header {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#body {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#square-buttons {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#footer {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.2%;
		max-width: 1232px;
		padding-left: 0%;
		padding-right: 0%;
		margin: auto;
	}

	#header {
		clear: both;
		padding-left: 3%;
		padding-right: 3%;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#body {
		clear: both;
		padding-left: 3%;
		padding-right: 3%;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}

	#square-buttons {
		clear: both;

		float: left;
		margin-bottom: 2%;
		margin-left: 0;
		width: 95%;
		display: block;
	}

	#footer {
		clear: both;
		float: left;
		padding-top: 4%;
		padding-bottom: 2%;
		padding-left: 3%;
		padding-right: 3%;
		margin-top: 3%;
		margin-left: 0;
		width: 94%;
		display: block;
		background-color: #eaeaec;
	}
}