				/* http://meyerweb.com/eric/tools/css/reset/ 
				   v2.0 | 20110126
				   License: none (public domain)
				*/

				html, body, div, span, applet, object, iframe,
				h1, h2, h3, h4, h5, h6, p, blockquote, pre,
				a, abbr, acronym, address, big, cite, code,
				del, dfn, em, img, ins, kbd, q, s, samp,
				small, strike, strong, sub, sup, tt, var,
				b, u, i, center,
				dl, dt, dd, ol, ul, li,
				fieldset, form, label, legend,
				table, caption, tbody, tfoot, thead, tr, th, td,
				article, aside, canvas, details, embed, 
				figure, figcaption, footer, header, hgroup, 
				menu, nav, output, ruby, section, summary,
				time, mark, audio, video {
					margin: 0;
					padding: 0;
					border: 0;
					font-size: 100%;
					font: inherit;
					vertical-align: baseline;
				}
				/* HTML5 display-role reset for older browsers */
				article, aside, details, figcaption, figure, 
				footer, header, hgroup, menu, nav, section {
					display: block;
				}
				body {
					line-height: 1;
				}
				ol, ul {
					list-style: none;
				}
				blockquote, q {
					quotes: none;
				}
				blockquote:before, blockquote:after,
				q:before, q:after {
					content: '';
					content: none;
				}
				table {
					border-collapse: collapse;
					border-spacing: 0;
				}

header {
	padding-left: 10px;
	position: fixed;
	width: 98%;
	font-color: white;
}

header img {
	width: 120px;
}

header img:hover {
	mix-blend-mode: darken;
}

header p {
	text-align: left;
	font-size: 1.5em;
}

body {
	font-size: 20px;
	text-align: left;
	background-color: #91CDF2;
}

h2 {
	padding: 2% 0;
	width: 100%;
	font-size: 1.7em;
	text-align: center;
	font-family: 'Trebuchet MS';
}

h3 {
	font-size: 1.5em;
	padding-bottom: 2%;
}

img {
	margin: auto;
	text-align: center;
	width: 90%;
}


a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #7E8C4A;
}

p {
	text-align: left;
	font-family: 'Times New Roman';
}

.container p {
	padding: 5% 2% 5% 0;
}


.wrapper {
	margin: auto;
	padding-top: 10%;
}

#index img{
	width: 300px;
	margin: auto;
	text-align: center;
	
}

iframe {
	width: 100%;
	margin: auto;
}

.container {
	width: 85%;
	max-width: 1000px;
	margin: auto;
	padding: 2%;
}

.light, .dark {
	width: 100%;
}

.light {
	background-color: #91CDF2;
	color: black;
}
.light img {
	border: 2px solid black;
}

.dark {
	background-color: #395873;
	color: white;
}

.dark img {
	width: 50%;
	padding: 2%;
	border: white solid 2px;
}

.work {
	width: 100%;
}

.img:hover {
	mix-blend-mode: darken;
}

footer {
	text-align: center;
	padding: 2%;
}


/*Tablet/desktop Styles*/

@media only screen and (min-width: 768px)  {

	.container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

}


		


		



