 /* 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;
}

/*don't touch the reset above*/


@font-face {
  font-family: hvd rowdy;
  src: url(font/hvdrowdy.ttf);
}

@font-face {
  font-family: twentyonee;
  src: url(font/215000E.ttf);
}

 @font-face {
  font-family: nineteenfortytwo;
  src: url(font/nineteenfortytwo.ttf);
}

/* Default Styles Below*/

body {
	padding: 5%;
	font-size: 20px;
	background: #D5D96A;
}

#wrapper {
	max-width: 900px;
	margin: 5% auto;
	border: 1px solid #3E5902;
	border-radius: 10px;
	box-shadow: 10px 10px 30px 7px #6E8C03;
}

#grid-container {
	display: grid;
	grid-template-columns: 3fr 1fr;
}

header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: white;
	padding: 2%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	box-shadow: 5px solid black;
}

nav {
	height: 20px;
	padding: 2%;
	border-radius: 7px;
	border: 1px solid #3E5902;
}

nav ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 5px;
}

nav li a  {
   display: block;
   text-align: center;
}


#main {
	font-family: helvetica;
	font-size: 18px;
	font-weight: lighter;
	border-top: 1px solid #3E5902;
	background: white;
	min-height: 400px;
	padding: 3%;
}

aside {
	border-top: 1px solid #3E5902;
	background: white;
	padding: 5%;
}

footer {
	border-top: 1px solid #3E5902;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 15px;
	color: #3E5902;
	background: white;
	padding: 2%;
	text-align: left;
	font-family: twentyonee;
}

footer span {
	justify-content: right;
}

h1 {
	font-size: 50px;
	color: #3E5902;
	font-family: twentyonee;
}

li {
	font-family: helvetica;
	font-size: 18px;
	font-weight: lighter;
	color: #3E5902;
}

#here {
	background: #D5D96A;
	background-size: auto 2px;
}

a:link, a:visited {
  color: #3E5902;
  text-decoration: none;
}

a:hover, a:focus {
  color: #D5D96A;
}

/* Color Theme Swatches in Hex */
.Abstract-blurred-out-of-focus-and-blurred-green-leaf-background-under-sunlight-with-bokeh-and-copy-space-using-as-background-natural-plants-landscape,-ecology-cover-concept.-1-hex { color: #3E5902; }
.Abstract-blurred-out-of-focus-and-blurred-green-leaf-background-under-sunlight-with-bokeh-and-copy-space-using-as-background-natural-plants-landscape,-ecology-cover-concept.-2-hex { color: #6E8C03; }
.Abstract-blurred-out-of-focus-and-blurred-green-leaf-background-under-sunlight-with-bokeh-and-copy-space-using-as-background-natural-plants-landscape,-ecology-cover-concept.-3-hex { color: #C0D904; }
.Abstract-blurred-out-of-focus-and-blurred-green-leaf-background-under-sunlight-with-bokeh-and-copy-space-using-as-background-natural-plants-landscape,-ecology-cover-concept.-4-hex { color: #A9BF04; }
.Abstract-blurred-out-of-focus-and-blurred-green-leaf-background-under-sunlight-with-bokeh-and-copy-space-using-as-background-natural-plants-landscape,-ecology-cover-concept.-5-hex { color: #D5D96A; }
