/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/open-sans-v27-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/open-sans-v27-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/open-sans-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/open-sans-v27-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/open-sans-v27-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/open-sans-v27-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/roboto-slab-v16-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/roboto-slab-v16-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/roboto-slab-v16-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/roboto-slab-v16-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/roboto-slab-v16-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/roboto-slab-v16-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

body, html {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

body {
	background-color: #e5e4e2;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

nav {
	width: 100vw;
	margin: 0;
	padding-left: 10vw;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 1px;
	background-color: #222222;
}

nav > a {
	display: inline-block;
	text-decoration: none !important;
	color: white;
	padding: 10px;
	padding-bottom: 12px;
	margin: 10px;
	margin-right: 5px;
}

nav > a:hover {
	color: #bdf;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.center-section {
	padding: 0;
	margin-left: 10vw;
	margin-right: 10vw;
	width: 80vw;
	min-height: 80vh;
	background-color: white;
}

footer {
	background-color: #222222;
	margin: 0;
	width: 100%;
	min-height: 40vh;
	color: gray;
	font-size: 14px;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
}
footer img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
	h1, h2, h3, h4, h5, h6 {
		margin-left: 0;
		width: 100%;
	}
	.center-section {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
}

h1 {
	font-family: "Roboto Slab", sans-serif;
	font-size: 50px;
	text-align: center;
	color: #222222;
}

h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: bolder;
	text-align: left;
}

noscript {
	display: none !important;
}
