
body{
	background:transparent;
}

.header{
	padding-top:2%;
	z-index:-2;
	position:relative;
}

.media{
	background:transparent;
	margin-left: 91%;
	margin-top: 10%;
	height: 30%;
	position: absolute;
	width: 10%;
} 

.media ul li{
	padding-top:20px;
	display:block;
}


.square{
	margin-top: -40%;
	width:400px;
	height:400px;
	background-color:#e82929;
	opacity: 0.8;
	z-index:-1;
	position:relative;
}

.wrapper{
	width:100%;
}

.content{
	width: 70%;
	background-color: white;
	border-radius: 10px;
	align-content: center;
}

#left{
	width: 320px;
	height: 220px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #ebebe0;
}

#left:hover{
	box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#center{
	width: 320px;
	height: 220px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #ebebe0;
}

#center:hover{
	box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#right{
	width: 320px;
	height: 220px;
	border-radius: 5px;
	margin-top: 5px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #ebebe0;
}

#right:hover{
	box-shadow: 0 4px 8px 0 grey, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button {
    background-color: #ec4646;
    border: none;
    font-family: "Poppins", sans-serif;
	font-size: 20px;
	color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 6px;
}

.button:hover{
	background-color:#fad1d1;
}

.strip{
	width: 100%;
	background-color: #EDEDE4;
	height: 40%;
	margin-top: 5%
}

/* paragraphs */


.p2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: white;
	padding-left:20px;
	padding-top: none;
	letter-spacing: 30px;
	line-height: 0px;
}

.p3{
	font-family: 'Pacifico', cursive;
	font-size: 50px;
	color: white;
	padding-left:15px;
	line-height: 0px;
}

.p4{
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
	color: white;
	padding-left:5px;
	line-height: 0px;
}

.p5{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: white;
}

.p6{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 50px;
	color: white;
	padding-left:40px;
	padding-top: 20px;
	padding-bottom: none;
	letter-spacing: 50px;
	line-height: 0px;
}

/*headings*/

.h1{
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: black;
}

.h2{
	font-family: "Avenir Next", sans-serif;
	font-size: 23px;
	color: #000099;
	margin-bottom: 0px;
	font-weight: 300;
	text-align: left;
}

.h3{
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 20px;
	color: #595959;
	margin-top: 0px;
}

.h4{
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #e82929;
	text-align: center;
	/*text-transform: uppercase;*/
}

.h5{
	font-family: 'Avenir Next', sans-serif;
	text-align: left;
	color: black;
	margin-top: 0px;
	font-size: 17px;
	font-weight: 250;
}



.h6{
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	color: black;
	margin-top:0px;
}

.h7{
	font-size:16px; 
	font-family:'Poppins';
	color:#E82929;
}

.h7:hover {
  border: none;
  color: #031684;
  
}

.h7 a:hover {
  border: none;
  color: black;
  
}

.h8{
	font-family: 'Montserrat' , 'sans-serif';
	font-size: 20px;
	color: #DEC080;
	font-weight: 400;
}

.h9{
	font-family: "Avenir Next", sans-serif;
	font-size: 23px;
	color: #000099;
	margin-bottom: 0px;
	font-weight: 300;
	text-align: center;
}

hr{
	width: 100%;
	background-color: darkgray;
	height: 0.5px;
	text-align: left;
}

a:link    {
	/* Applies to all unvisited links */
	text-decoration:  none;
  } 

.guidelines{
	width: 100%;
	background-color: #EDEDE4;
	height: 320px;
}

.bottom{
	width: 100%;
	background-color: #E82929;
	opacity: 0.8;
	height: 100px;
}

.footer{
	width: 100%;
	height: 20%;
	background-color: #0d0d0d;
}

.footleft{
	width: 20%;
	margin-left: 10%;
	height: 25%;
	margin-right: 2%;
	float: left;
}

.footcenter{
	width: 20%;
	height: 25%;
}

.footright{
	float: right;
	margin-right: 10%;
	margin-left: 2%;
	width: 20%;
	height: 25%;
	padding-top: none;
	margin-top: none;
}

.mainpage{
	background-color: #DEC080;
	border-radius: 7px;
	font-family: 'Montserrat' , 'sans-serif';
	font-size: 15px;
	border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
	margin-bottom: 20px;
}

.mainpage:hover{
	background-color: #BAA16C;
}

.application{
	background-color: #000099;
	border-radius: 7px;
	font-family: 'Avenir Next' , 'sans-serif';
	font-size: 17px;
	border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.application:hover{
	background-color: #80ccff;
}

.socialmedia table{
	text-decoration: none;
	margin-left: 2%;
}

.socialmedia tr{
	line-height:0px;
}

/* top navigation*/
.logo{
	margin-top:0px;
	padding-top:0px;
	position:absolute;
	margin-left: -115px;
}

.nav ul{
	
	list-style-type:none;
	margin-left:0%;
	margin-right:0%;
	display:inline;
	padding-top:30px;
	position:fixed;
	background-color:white;
	margin-top:-12px;
	text-align:center;
	height:8%;
	width:100%;
}

.nav ul li{
	color:#000080;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:20px;
	display:inline;
	margin-left:2%;
	margin-right:2%;
	margin-top:200px;
}

.nav ul li a{
	text-decoration:none;
	font-family: "Avenir Next", sans-serif;
	font-size: 16px;
	color:dimgrey;
}

.nav ul li a:hover{
	color:#e82929;
} 

/* bottom navigation*/
.nav2 ul {
  margin: 0;
  padding: 0;
  width: 95%;
  padding-top:20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 5px;
  border-top: solid 0.5px grey;
}

.nav2 ul li {
  color: white;  
  float: left;
  margin-right:20px;
  margin-left:120px;
  list-style-type: none;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  height: 100%;
  vertical-align: middle;
  line-height: 1px;
  text-decoration:none;
  text-align: center;
}


.nav2 ul li:hover {
  border: none;
  color: white;
  
}

.nav2 ul li a:hover {
  border: none;
  color: #DEC080;
  
}

.nav2 ul li a{
    text-decoration:none;
    color:white;
    
}