.tophead{
  background-color: sienna;
  /*border-style: solid;
  border-color: white;
  border-width: thick;*/
}

#menulist-container .container{
    padding-left:0 !important;
    padding-right:0 !important;
}

.header-text h6{
    color: azure;
    font-family: 'Neuton', serif;
    text-transform: capitalize;
    font-size: 1.3rem;
}

.header-img{
  width: auto;
}

.mybanner{
  padding-top: 35px;
  /*background-color: gray;
    border-top-style: none;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-color: white;
  border-width: thick;*/
}

.mybanner h4{
  color: white;
  text-shadow: 0 0 7px black, 0 0 10px black;
  font-family: 'Neuton', serif;
  font-size: 1.7rem;
}
.navbar{
    background: bisque;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    font-family: 'Cormorant', serif;
   /* border-bottom: solid;
    border-left: solid;
    border-right: solid;
    border-color: white;
    border-width: thick;*/
}
.navbar-light .navbar-brand {
    color: #F0F7D4;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link{
    padding: 15px;
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    background: sienna;
    transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #ffffff;
   text-decoration: none;
   background-color: sienna !important;
   font-size: 1rem;
   font-weight:bold;
}
.sm-menu{
   border-radius: 0px;
   border: 0px;
   top: 97%;
   box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
       color: #000000;
       font-size: 1rem;
       font-family: 'Fira Sans Extra Condensed', sans-serif;
}
.dropdown-item.active, .dropdown-item:active {
   color: #fff;
   text-decoration: none;
   background-color: #000000 !important;
}
.navbar-toggler{
   outline: none !important;
}
.navbar-tog{
   color: #1ebdc2;
}

.active {
   color: #fff;
   text-decoration: none;
   /*background-color: cyan!important;*/
}
