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);
}
#blog {
color: black;
background-color: white;
width: 320px;
height: 120px;
border-top: 6px solid red;
border-left: 6px solid red;
float: right;
margin-top: 50px;
margin-right: 60px;
cursor: pointer;
}

#blog_name {
padding-left: 20px;
}
#blog_desc {
padding-left: 50px;
}
#more_ {
	color: black;
	background-color: rgb(0, 150, 255);
	width: 70px;
	height: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
}
#more_ {
	color: black;
	background-color: rgb(0, 150, 255);
	width: 70px;
	height: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
}
#more__ {
	color: black;
	background-color: rgb(0, 150, 255);
	width: 130px;
	height: 25px;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 6px;
}
#blogs {
}
#titles {
margin-right: 30px;	
}
#submit_ {
	color: black;
	background-color: rgb(0, 150, 255);
	width: 130px;
	height: 40px;
	cursor: pointer;
	border: none;
	outline: none;
}
#submit_:hover {
	filter: brightness(96%);
}
input {
	width: 300px;
	height: 40px;
	text-align: center;
	  font-family: "Lucida Console";

}
textarea {
width: 300px;
height: 130px;
	text-align: center;
	  font-family: "Lucida Console";
}