 body {
	font-family: Quicksand, arial;
	background-color: #111111;
	color: white;
}
 ul{
	 padding:0;
	 margin: 0;
	 margin: auto;
	 
 }
 ul li {
	 list-style-type: none;
	 float: left;
 }
 ul li a {
	 display: inline-block;
	 padding: 5px 5px;
	 font-size: 25px;
	 background-color: #B1D7CA;
	 color: #000;
	 border-radius: 5px;
 }
  ul li a:hover {
	 display: inline-block;
	 padding: 5px 5px;
	 font-size: 25px;
	 background-color: #1BD998;
	 color: #F71735;
	 border-radius: 5px;
 }
   ul li a:focus {
	 display: inline-block;
	 padding: 5px 5px;
	 font-size: 25px;
	 background-color: #fff;
	 color: #515151;
	 border-radius: 5px;
 }
 
  ul li p {
	color: #2393AD;
	padding: 10px;
	position: relative;
top: -11px;
 }
 .logo {
	 display: inline-block;
 }
.logo img {
	 max-height: 100px;
	 border-radius: 25px;
 }
 .icon {
	 max-height: 300px;
	 border-radius: 25px;
 }
 .title {
	 display: inline-block;
	 	position: relative;
top: -20px;
 }
 .title h1{
	font-size: 65px;
	padding: 0px 30px;
 }
 .nav {
	 display: inline-block;
	 	 	position: relative;
top: 20px;
 }
 .topper{
	 background-color: #2393AD;
	 padding: 25px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 115px;
	position: sticky;
top: 0px;
z-index: 99999999;
 }
 .content {
	 width: 1066px;
	 margin: auto;
 }
 .footer{
	background-color: #252A2E;
	padding: 25px;
	text-align: center;
 }
 .ad {
	 padding: 5px 5px;
	 position: fixed;
 }
 .column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.emails {
	padding-top: 150px;
	padding-bottom: 250px;
}