
  
li {
float: right;
list-style-type: none;
}
  
li a {
    list-style-type: none;
    display: block;
    color: #491424;
    text-align: center;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: bolder;
  } 
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    border-bottom:3px solid #491424;
    color: #491424;
    text-decoration: none;
  }

  .nav {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: transparent;
    transition: all .5s ease-in-out;
    border-bottom: 1.5px solid #363636;
    
    display: block;
    padding: 0.5% 0.5%;

  }
  .scroll {
    background-color: #F6E8E0;
  }

  .background-img{
    position:relative;
    max-width: 100%;
    height: auto;
 }