
ul {
list-style: none;
display: block;
margin: 0;
padding-left: 0;
background: transparent;
height: 84px;
padding-top: 10px;
text-align: center;
position: fixed;
width: 100%;
min-width: 300px;
z-index: 3;
-moz-transition: all 0.7s 0.01s ease;
-o-transition: all 0.7s 0.01s ease;
-webkit-transition: all 0.7s 0.01s ease;
}

.middlename {
  font-size: 35px;
}

a {
text-decoration: none;
color: white;
padding: 30px;
font-family: fontthree;
text-align: center;
-moz-transition: all 0.3s 0.01s ease;
-o-transition: all 0.3s 0.01s ease;
-webkit-transition: all 0.3s 0.01s ease;
font-size: 25px;
}

.f1:hover {
background: #FF8C00;
}

.f2:hover {
background: #FF8C00;
}

li {
width: auto;
display: inline-block;
margin: 0px 30px;
text-align: center;
}

#first {
  float: left;
  margin-top: 25px;
}

#five {
  float: right;
  margin-top: 25px;
}

.inst {
  background-image: url(../img/inst.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15px;
  margin-left: 50px;
  }
  
.main {
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 15px;
  margin-right: 50px;
  }
