@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-family:"Trebuchet MS";
}

#logo {
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	max-width: 30%;
}


.topnav {
	overflow: hidden;
	background-color: black;
	font-family: 'Trebuchet MS', 'sans-serif';
	text-align: center;
	position: relative;
}

.topnav a {
	display: inline-block;
	color: #f2f2f2;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
}

.topnav a:hover {
	color: whitesmoke;

}

.topnav .icon {
  display: none;
}

.topnav .active {
	display: none;
}

.content {
	text-align: center;
	font-family: "Trebuchet MS";
	position: relative;
	box-sizing: content-box;
	margin-top: 3em;
	margin-bottom: 3em;

}

.content h1 {
 font-size: 4vw;
 text-decoration: none;
 color: black;
}

.content p {
 font-size: 2vw;
 text-decoration: none;
 color: black;
 line-height: 1em;
}

.footer {
	background-color: black;
	font-family: "Trebuchet MS";
	color: #f2f2f2;
	text-align: center;
	position: relative;
	box-sizing: content-box;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 11px;
}

.footer a:hover {
		text-decoration: underline;
		color: #f2f2f2;
}

.footer a {
		text-decoration: none;
		color: #f2f2f2;
}


@media screen and (max-width: 755px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	.topnav .active {
	display: block;
	float: left;
	text-decoration: none;
}

@media screen and (max-width: 755px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  } 
	
