@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body{
    background: #001A27;
    margin-top: 17px;
    margin-right: 17px;
    margin-bottom: 17px;
    margin-left: 17px;
}
nav{
	background: #006286;
	width: 100%;
	overflow: auto;

}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right
}
li{
	float: left;
}
nav a{
	width: 120px;
	display: block;
	text-decoration: none;
	text-align: center;
	background: #015247;
	font-size: 17px;
	color: white;
	padding: 20px 10px;
	font-family: Raleway , sans-serif;
}
nav a:hover{
	background: skyblue;
	color: black;
}

iframe{
    align-content: center;
    margin-top: 16px;
    margin-right: 68px;
    margin-left: 356px;
}
h3{
    width: 120px;
    text-decoration: none;
    text-align: left;
    background: #015247;
    font-size: 17px;
    color: white;
    padding: 20px 10px;
    font-family: Raleway , sans-serif;
    margin-top: -4px;
    display: block;
    margin-left: 355px;
}
p{
    width: 10px;
    display: flex;
    text-decoration: none;
    text-align: start;
    font-size: 4px;
    color: white;
    padding: 20px 10px;
    font-family: Raleway , sans-serif;
    font-size: 1em;
    margin-top: -198px;
    margin-right: 100px;
   margin-left: 519px;
}
footer{
	background: #001A1A;
	color:#979A9B; 
	text-align: center;
	font-family: Raleway , sans-serif;
	padding: 0px;
	margin-right: 19px;
	margin-left: 17px;
	height: 50px;
}
