@font-face 
{
font-family: Font;
src: url(font/Oswald-VariableFont_wght.ttf);

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;                     /* changed from 800 pixels */
	background-color: #DAF7DC;
	margin: 0px;
}

.googlemaps > iframe
{
	border: 2px solid blue;
	width: 100%;
	position: relative;
	align-self: auto;
}
section, menu,.bottomhead, aside, h1, h2, h3, p {
	margin: 0;
	padding: 0;
}
section, aside {
	margin-bottom: 1em;
}
p {
	font-size: 95%;
	padding-bottom: .5em;
	line-height: 130%;
}
a:hover, a:focus {
	color: red;
}
/* the styles for the header */
header {
	background-color: #DAF7DC;
	height: 100%;
	width: 100%;                         /* full width of body */
	padding-top: 2em;
	padding-bottom: 4.5em;
	border: transparent;
}
header h2 {
	font-size: 220%;
	color: blue;
	margin-left: 17.5%;              /* 140 / 800 (increased from 120) */
	margin-bottom: .25em;
}
header h3 {
	font-size: 130%;
	color: red;
	margin-left: 17.5%;              /* 140 / 800 (increased from 120) */
}
header img {
	float: left;
	margin-left: 2.5%;                /* 20 / 800 */
}
/* Styles for the main section */
main
{
	border: transparent;
	background-color: white;
	height: fit-content;
}
main > h2
{
	text-align: center;
}
main > h3
{
	color: blue;
	margin: 10px;
	text-align: center;
	font-size: 130%;
}
main > h4
{
	margin-left: 5%;
}
main > p
{

	margin-left: 10%;
	max-width: 900px;
}
main ul
{
	margin-left: 10%;
}
.video > iframe
{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video
{
	margin: auto;
	position: relative;
	width: 80%;
	padding-bottom: 56.25%; 
	height: 0
}
/* the styles for the section */
section {
	width: 50%;                       /* 400 / 800 */
	padding: 2.5% 2.5% 0 2.5%;       /* 20 / 800 */
	float: left;
}
section img {
	max-width: 100%;
	margin-bottom: .5em;
}
section ul {
	margin-top: 0;
	margin-bottom: 1em;
}
section li {
	font-size: 95%;
	padding-bottom: .35em;
}
section h1 {
	font-size: 170%;
	margin-bottom: .35em;
}
section h2 {
	font-size: 130%;
	margin-bottom: .35em;
}
/* the styles for the sidebar */
aside {
	width: 37.5%;                 /* 300 / 800 */
	float: left;
	padding: 2.5%;                /* 20 / 800 */
	margin-right: 2.5%;           /* 20 / 800 */
}
aside h2 {
	font-size: 120%;
	padding-bottom: .5em;
}
aside p {
	margin-bottom: .5em;
}
aside ul {
	margin-top: 0;
	margin-bottom: 1.5em;
}
aside li {
	font-size: 95%;
	padding-bottom: .35em;
}
.meme2
{
	width: 80%;
}
/* the styles for the footer */
footer {
	border: transparent;
	clear: both;
	width: 100%;                    /* full width of body */
	background-color: #DAF7DC;
	padding-top: .7em;
}
footer p {
	font-size: 80%;
	text-align: center;
	margin-right: 2.5%;          /* 20 / 800 */
}
.footimg
{
	width: 90%;
	max-width: 700px;
}
/* Slick Menu CSS section */
.bottomhead
{
	border-top: 2px solid transparent;
	border-bottom: 2px solid #DAF7DC;
	background-color: white;
	height: 50px;
}
.menu
	{
	display: grid;
	grid-template-columns: repeat(5,20%);
	grid-row: 20px;
	position: relative;
	left: -2.5%;
	list-style: none;
	}
.menu li
{
background: transparent;
height: 100%;
border-left: 1px black solid;
border-right: 1px black solid;
text-align: center;
color: green;
font-size: 16px;
}
.menu li a
{
	text-decoration: none;
	font-family: 'Courier New', Courier, monospace;
	text-transform: uppercase;
	color: blue;

}
li:hover
{
	background: skyblue;
}
.slicknav_menu
{
 display: none;
}
@media all and (max-width:800px)
{
	.slicknav_menu
	{
		display: block;
		width: 40%;
		background: transparent;
		position: absolute;
		z-index: 2;
		right: 20px;
		margin-top: 3px;
		padding: 0px;
		  
	}
	.slicknav_menu li 
	{
		background: rgb(17, 91, 252);
		text-align: center;
		text-transform: uppercase;
	}
	.slicknav_nav a:hover
	{
		background: transparent;
		color: brown;
	}
	.menu
	{
		display: none;
	}
	.box 
	{
		grid-template-columns: 100%;
		--row-height: 100px;
		height: auto;
	}
}