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

body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	background: #F5F6F7;
	font-family: arial;
	width: 100%;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:white;
	background-color:black;
}
#myNav {
	margin-top: 0px;
	text-align: center;
}
.navbar {
  overflow: hidden;
  margin-left: auto;
  margin-rigth: auto;
	display: inline-block;
    list-style-type: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.overlay {
   height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {	
  padding: 28px;
  text-decoration: none;
  font-size: 3rem;
  color: white;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: #ccc; 
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
#top {
	padding-top: 5px;
	float: left;
	background: white;
	padding-bottom: 35px;
}
#top img{
	padding-top: 15px;
	float: left;
}
#links {
	margin-top: 195px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	font-family: arial;
	background: white;
	padding-bottom: 15px;
}
#links li{
	display: inline;
	padding-left: 4px;
	padding-right: 4px;
}
#links a{
	text-decoration: none;
	color: #ffa500;
	padding-left: 15px;
	padding-right: 15px;
}
#links a:hover{
	color: gray;
}
/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}
#section-1 {	
	margin-bottom: 95px;
}
#section-1 img{
	display: block;
	margin-bottom: 75px;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 75px;	
}
#section-1 a{
	text-decoration: none;
	color: blue;
}
#section-1 a:hover{
	text-decoration: underline;
	color: gray;
}
#section-2 {
	margin-bottom: 115px;
}
#section-2 li{
	padding-bottom: 15px;
}
#section-2 a{
	text-decoration: none;
	color: blue;
}
#section-2 a:hover{
	text-decoration: underline;
	color: gray;
}
#section-4 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
#section-4 a{
	text-decoration: none;
	color: blue;
	font-weight: bold;
}
#section-5 {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 175px;
	font-family: arial;
}
#main-footer{
	background-color:#aaa;
}
#main-footer a{
	color: blue;
}
#main-footer h2{
	color: white;
}
#main-footer {
	color: gray;
}
@media (max-width:768px){
	#top {
		display: none;
	}
	#links {
		display: none; 
	}
	.panel p{
		font-size: 2rem;
	}
	#top {
		padding-top: 15px;
		font-family: arial;
		width: 100%;
	}
	#top img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#top p{
		text-align: center;
		font-size: 1.6rem;
	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 p{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
	}	
	#section-2 {
		font-family: arial;
		font-size: 1.4rem;
	}
	#section-2 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	#section-2 p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-2 li{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
	}
	#section-5 {
		text-align: center;
		font-size: 1.5rem;
		margin-left: 55px;
		margin-right: 55px;
}
	#main-footer{
		width: 100%;
		padding-top: 45px;
		padding-bottom: 35px;
	}
	#main-footer div{
		text-align: center;
		padding-top: 5px;
	}
	#main-footer a{
		text-decoration: none;
		font-family: arial;
		text-align: center;
		font-size: 1.7rem;
	}
	#main-footer a:hover{
		text-decoration: underline;
	}
	#main-footer h2{
		font-family: arial;
		font-size: 1.7rem;
		padding-top: 15px;
	}
}
@media screen and (min-width:769px) and (max-width:1020px){
	#top {
		display: none;
	}
	#links {
		display: none; 
	}
	.accordion h1 {
		font-size: 1.5rem;
	}
	.panel p{
		font-size: 2rem;
	}
	#top {
		padding-top: 15px;
		font-family: arial;
		width: 100%;
	}
	#top img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#top p{
		text-align: center;
		font-size: 1.6rem;		
	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 p{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
	}	
	#section-2 {
		font-family: arial;
		font-size: 1.4rem;
	}
	#section-2 h1{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
		font-size: 2rem;
	}
	#section-2 p{
		text-align: left;
		margin-left: 55px;
		margin-right: 55px;
	}
	#section-2 li{
		margin-left: 55px;
		margin-right: 55px;
		font-size: 1.5rem;
	}
	#section-5 {
		text-align: center;
		font-size: 1.5rem;
		margin-left: 55px;
		margin-right: 55px;
}
	#main-footer{
		width: 100%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#main-footer div{
		text-align: center;
		padding-top: 5px;
	}
	#main-footer a{
		text-decoration: none;
		font-family: arial;
		text-align: center;
		font-size: 1.7rem;
	}
	#main-footer a:hover{
		color: #5478e4;
		text-decoration: underline;
	}
	#main-footer h2{
		font-family: arial;
		font-size: 1.7rem;
		padding-top: 15px;
		color: white;
	}
	#main-footer p{
		font-family: arial;
		font-size: 1.7rem;
	}
}
@media screen and (min-width:1021px){	
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#home {
		display: none;
	}
	.accordion h1 {
		font-size: 1rem;
	}
	.panel p{
		font-size: 1rem;
	}
	#top {
		padding-top: 15px;
		font-family: arial;
		width: 100%;
	}
	#top img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	#top p{
		text-align: center;
		font-size: 1.6rem;		
	}
	#links {
		margin-top: 200px;
	}
	#section-1 p{
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.5rem;
	}	
	#section-2 {
		font-family: arial;
		font-size: 1.4rem;
	}
	#section-2 h1{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2rem;
	}
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
	}
	#section-2 li{
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.5rem;
	}
	#section-5 {
		text-align: center;
		font-size: 1.5rem;
		margin-left: 15%;
		margin-right: 15%;
}
	#main-footer * {
    	box-sizing: border-box;
	}

/* Create three equal columns that floats next to each other */
	#main-footer .column {
		float: left;
		width: 33.33%;
		padding: 10px;
		margin-top: 35px;
		margin-bottom: 45px;
}

/* Clear floats after the columns */
	#master-footer .row:after {
		content: "";
		display: table;
		clear: both;
	}	
	#main-footer{
		width: 100%;
		color: gray;
	}
	#main-footer div{
		text-align: center;
		padding-top: 5px;
	}
	#main-footer a{
		text-decoration: none;
		font-family: arial;
		text-align: left;
	}
	#main-footer a:hover{
		text-decoration: underline;
	}
	#main-footer h2{
		font-family: arial;
		font-size: 1.2rem;
		padding-top: 15px;	
	}
	#main-footer p{
		font-family: arial;
		font-size: 1.1rem;		
	}	
}


