body {
    margin: 0px;
	background: rgb(0, 0, 54)
}
#nav {
    background-color: rgb(0, 0, 86);
    position: fixed;
    width: 100%;
    height: 75px;
    padding-right: 50px;
}

#nav:hover {
	filter: brightness(111%);
}
li {
        display: inline-block;
}

ul {
    overflow: block;
}
a {
color: white;
    text-decoration: none;
}
.normal {
    float: right;
    position: relative;
bottom: 30px;
right: 60px;
    margin-left: 30px;
	
}
.right {
    float: right;
    position: relative;
bottom: 30px;
right: 60px;
    margin-left: 30px;
}

.active {
    text-decoration: underline;

}
li:hover {

}
nav ul li ul li {
	display: none;
			animation: none;


}
nav ul li:hover ul li{
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	position: relative;
	    background-color: rgb(0, 0, 86);
		animation: none;
}
#2 {
	animation: none;
}
footer {
	 background-color: rgb(0, 0, 32);
	width: 100%;
height: 380px;
color: white;
}


#copyright {
	margin-top: 80px;
}
img {
margin-left: 5px;
margin-bottom: 10px;

}
#first_image {
	margin-left: 50px;
}
#more {
	color: #008CBA;
}
#content {
		margin-left: 50px;
color: white;
}
#logo {
	float: left;
	position: relative;
	left: 320px;
	top: 50px;
}
#more3 {
	float: right;
	margin-right: 100px;
	margin-top: 50px;
}				
#more2 {
	float: left;
	margin-top: 50px;
}
nav h1 {
	color: white;
}
i {
	position: relative;
	top: 5px;
	right: 3px;
}
#logo_text {
position: relative;
left: 20px;
top: 10px;
}
nav img {
	position: relative;
	bottom: 10px;
	border: 3px solid rgb(255, 150, 71);
}

#more_ {
	color: black;
	background-color: rgb(0, 150, 255);
	width: 70px;
	height: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
}
