*{
    margin:0;
    padding:0;
    box-sizing: border-box;
  }
  .maincontainer
  {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
  }
  .headtext
  {
    background-color: rgba(190, 174, 137, 0.192);
    width: 100%;
    padding:7px 0;
    font-size:medium;
    z-index: 9999;
  }
  .mainlogo img
  {
    /* width: 100%;
    max-width:18%;
    height: auto; */
    width: 18%;
  }
  .mainlogo
  {
    width: 100%;
    padding:8px 0;
    background-color: white;
  }
  @media screen and (min-width:430),(max-width:767px)
  {
    .maincontainer
    {
      background-color: rgba(221, 190, 111, 0.278);
    }
    .headtext
    {
      position: fixed;
      padding:2% 5px;
      background-color: rgba(235, 20, 85);
      color: white;
    }
    .headtext h3
    {
      font-size:12px;
    }
    .mainlogo
    {
      margin-top:6%;
      background-color: transparent;
    }
    .mainlogo img
    {
      width: 45%;
      
    }
  }
  @media screen and (max-width:429px)
  {
    .mainlogo
    {
      margin-top: 14%;
      background-color: transparent
    }
    
  }
  header
  {
    position: relative;
  }
  .navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    transition: all 0.3s ease;
    
    margin: 0;
  }
  .navbar a.active
  {
    background-color: rgb(255, 188, 43);
    color: black;
  }
  .navbar a {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-grow: 1;
    align-items: center;
    text-decoration: none;
    text-align: center;
    color: white;
    padding:0.6rem 0;
    transition: all 0.3s ease;
    background-color:rgba(235,20,83);
    color: white;
  }
  .navbar a:hover {
    background-color:pink;
    color:black;
  }
  
   .dropdown {
    display: flex;
    flex-grow:1;
    position: relative;
    
  } 
  .dropdown .dropbtn {
    cursor: pointer;
    display: flex;
    width: 100%;
  }
   .dropdown-content {
    display: none;
    flex-direction: column;
    position:absolute;
    top: 100%;
    justify-content: space-evenly;
    text-align: left;
    /* background-color:rgba(235,20,83); */
    width:100%;
    flex-grow: 1;
    z-index: 1000;
    padding-left:auto;
    padding-right:auto;
  }
  .dropdown-content a {
    color: black;
    padding:10px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  @media screen and (max-width:767px) {
    .navbar
    {
      background-color:rgba(221, 190, 111, 0.278);
      padding-top:12%;
    }
  }
  .navbar-scrolled {
    background-color: rgba(235,20,83,0.9);
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
  
  /* Side Navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
  }
  
  .sidenav a {
    padding: 8px 8px 8px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 40px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  .sidenav-btn {
    display: none;
  }

.subnav {
  display: none; 
}

.subnav li {
  list-style:none;
  background-color: rgb(234, 171, 55);
  margin:0;
}

.subnav a {
  color: #333; 
  text-decoration: none;
}

.subnav a:hover {
  color: #007bff; 
}

  @media only screen and (max-width: 768px) {
    .sidenav-btn {
      display: block;
      cursor: pointer;
      z-index: 9999;
      position: fixed;
      top:54px;
      left:6px;
      height: 40px;
      width: 40px;
      line-height:40px;
      text-align: center;
      background-color:#ededed;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius:50%;
    }
    .cover
    {
      padding-top: 5px;
      background-color: rgba(228, 209, 209, 0.432);

    }
    .sidenav .active
    {
      color: white;
      background-color:rgba(235,20,83,0.8);
    }

    .sidenav {
      padding-top:25%
    }
  
    .sidenav a {
      padding:5% auto;
      font-size: 16px;
    }
    .sidenav-btn:hover {
      background-color: #eee;
    }
  
    .sidenav-btn:focus {
      outline: none;
    }
  
    .sidenav-btn:before {
      content: "";
    }
  }
  @media all
  {
    footer
    {
      bottom:0;
      width:100%;
      margin-bottom:0;
    }
  }
  footer
  {
    color:white;
    background-color:rgba(235,20,83);
    padding:20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    grid-gap:10px;
    /* overflow: hidden; */
  }
  .qlandc
  {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom:5px;
  }
  .seperater
  {
    border:1px solid white;
    height:6rem;
  }
  .quicklink 
  {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-right:30%;
  }
  .quicklink a
  {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 18px;
  }
  .quicklink a:hover
  {
    color: rgb(228, 181, 101);
  }
  .contact
  {
    padding-left:24%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .contact a
  {
    display: block;
    text-decoration: none;
    color: white;
    font-size:18px;
  }
  .contact a:hover
  {
    color: rgb(228, 181, 101);
  }
  #scrollToTopButton {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:transparent;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    -ms-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
}
  
  #scrollToTopButton.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  
  @media (max-width: 767px) {
    #scrollToTopButton {
      bottom: 25px;
      right: 25px;
      font-size: 20px;
    }
  }
  @media  screen and (max-width: 767px) {
    footer {
      margin:0;
      padding: 5px 0;
      bottom:0px;
      width: 100%;
      overflow: hidden;
      color: rgb(255, 230, 166);
    }
    .contact
    {
     margin: 0;
     padding: 0;
    }
    .quicklink{
      display: none;
    }
    .seperater
    {
      display: none;
    }
  }
  
  
  
  
  
  
