@charset "UTF-8";
/* CSS Document */

/* iPhone Layout: 481px and below. */

#dropMenu25 span { color: #664300; display: inline-block; }
#dropMenu25 span:hover { color: burlywood; display: inline-block; }

.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #664300;
  overflow-x: hidden;
  transition: 0.75s;
  padding: 60px 0;
}
.sidenav h3 { padding: 0 60px 0 0; margin-left: 35px; font-size: 16px; color: burlywood; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #dfdfdf;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




        
    
        .navbar {
        overflow: hidden;
        background-color: #fefefe;
            display: inline;
        }

        .navbar a {
          float: left;
          font-size: 14px;
          color: #664300;
          text-align: center;
          padding: 7px 6px;
          text-decoration: none;
        }

        .navbar a:hover { background-color: #664300; color: #fff; 
            -moz-border-radius: 10px 10px 10px 10px; 
            -webkit-border-radius: 10px 10px 10px 10px; 
            -khtml-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 2px 0 2px #999;
        } 

        .subnav {
          float: left;
          overflow: hidden; color: #999;
        }

        .subnav .subnavbtn {
          font-size: 14px;  
          border: none;
          outline: none;
          color: #664300;
          padding: 7px 6px;
          background-color: inherit;
          font-family: inherit;
          margin: 0;
        }

        /* .navbar a:hover, .subnav:hover .subnavbtn {
          background-color: #fefefe; color: red;
        } */

        .subnav:hover .subnavbtn {
          background-color: #fefefe; color: #618779;
        }

        .subnav-content,
        .subnav-content1 {
          display: none;
          position: absolute;
          background-color: #fefefe;
          z-index: 1;
        }

        .subnav-content { left: 40%; width: 59%; }
        .subnav-content1 { left: 50%; width: 49%; }

        .subnav-content a,
        .subnav-content1 a {
            float: left;
            text-decoration: none;
            color: #fefefe;
            display: inline-block; 
            background-color: #664300; 
            margin: 0 0 0 7px; 
            padding: 5px 10px; 
            -moz-border-radius: 10px 10px 10px 10px; 
            -webkit-border-radius: 10px 10px 10px 10px; 
            -khtml-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 5px 5px 5px #999;
        }

        .subnav-content a:hover,
        .subnav-content1 a:hover {
          background-color: #eee;
          color: black;
        }

        .subnav:hover .subnav-content,
        .subnav:hover .subnav-content1 {
          display: block;
        }
