.navbar {
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    overflow: hidden;
    background-color: white;
    text-align: center;
    box-shadow: 5px 10px 8px #888888;
}
.navbar a {
    float: left;
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}
.navbar a:hover{
  color:blue;
  text-decoration: underline;
}

.nav-home{
    margin-left:5%;
}






@media only screen and (max-width: 800px) {
    
    
}