* {
  margin: 0;
  
}

.container {
  width: 80%;
  margin: 0 auto;
}

header::after {
   content: '';
   display: table;
   clear: both;
}

.logo {
 float:right; 
 
}
img {
  margin-top: 1%;
   max-width: 120px;
  max-height: 120px;
}


nav {
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 30px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 600;
}

nav a {
  color: #7A7A7A;
  text-decoration: none;

}

nav a:hover {
  color: #FF8A16;
}

.welcome {
text-align: center;
font-family: Roboto;
font-size: 25px;
font-weight: 600;
}



/* nav{
  width: 100%;
  height: 100px;
  background-color: #fff;
}

ul {
  
  
}


ul li {
  list-style: none;
  display: inline-block;
  float: left;
  line-height: 100px;

}

ul li a {
  text-decoration: none;
   font-size: 14px;
  font-family: roboto;
  color: #7A7A7A;
  padding: 0 20px;
  
  
}

ul li a:hover {
  color: #FF8A16;
}  
*/
