* {
    margin: 0;
    padding: 0;
    list-style: none;
}



body {
    background-image: url("../img/leaf-shadow.jpg");
   background-color: silver;
   text-align: center;
   background-size: cover;
   background-repeat: no-repeat;
}

button#hamburger-button {
    position: fixed;
    font-size: 2em;
    z-index: 1;
    line-height: 1em;
    padding: 0.1em 0.2em 0.2em 0.2em;
    border: 0.1em solid black;
    border-radius: 20%;
    margin: 0.2em;
    left: 93vw;
}
			

        

        button#hamburger-button:hover {
			color:rosybrown;
			background-color: rgba(0,0,0,0.5);
			border-color: rgba(255,255,255,0.5);	
		}


/*font families*/
.cedarvillefont {
    font-family: 'Cedarville Cursive', cursive;
    font-weight: 100;
}

.opensansfont {
   font-family: 'Open Sans', sans-serif; 
   
}

.opencondfont {
  font-family: 'Open Sans Condensed', sans-serif;  
}

.rajfont{
    font-family: 'Rajdhani', sans-serif;
}
 .inline{
     text-decoration: none;
     display: inline;
     left: 4vw;
     padding: 0 2vw 0 0;
     
 }

 nav {
    position:fixed;
    top:0;
    margin: 2vw;
    left: -35vw;
           transition: transform 1s;		
   }

       .slide-the-drawer {
           transform: translateX(35vw);
       }


/*Font Sizes*/

.large {
    font-size: 6vw;
    font-weight: 100;
    float: left;
    margin-left:-15vw;
    margin-top:7vh;
}

.center {
   margin-top: -4vh; 
}

.logo {
    width:20%;
    display: flex;
    margin-left:38vw;
    padding: 2%;
    
}
 a {
     text-decoration: none;}
    
 


.navy {
    color: rgb(12, 17, 20);
}


a:hover{
    color: rosybrown;
}



.rosybrown {
    color: rosybrown;
}

section#map{
    margin-top: -6vh;
    width: 100vw;
    height: 70vh;
}



footer {
    background-color: whitesmoke;
    width: 100%;
    height:10vh;
    
    
}

.icon {
    display: inline;
    margin-bottom: 20px;
    width: 2vw;
    float: left;
    padding: 1vw 1vw 0 0;
    opacity: 20%;
   
}
    .icon:hover {
        opacity: 100%;
    }

.center-two {
    margin-left: 45vw;
}

h6 {
    text-align: center;
    float: left;
    margin-top: -1vh;
    margin-bottom: 1vh;
    margin-left: 47vw;
    font-size: 14px;
    color: lightslategray;
   
  
}

section#hours {
    background-color: rgba(245, 245, 245, 0.699);
    width: 100vw;
    height: 70vh;
}

.titlebar{
    background-color: rgb(0, 0, 0);
    width: 100%;
    height:6.8vh;
    display: flex;
    float: center;
    
}

h2 {
}

.title{
    font-size:40pt;
    text-align: center;
    margin-left: 35vw;
    margin-top: -2vh;
    display: flex;
    
}

.hours{
    margin-top: 4vw;
}

.date{
    padding: 5px;
    font-size: 14pt;
}

@media screen and (min-width:760px) and (max-width:1467px){
    .title{
        font-size:7vw;
        text-align: center;
        margin-left: 25vw;
        margin-top: -1vh;
        display: flex;
        
    }
    .logo {
        width:20%;
        display: flex;
        margin-left:38vw;
        padding: 2%;
        
    }
    button#hamburger-button {
        position: fixed;
        left: 75vw;
    }
    section#map{
        margin-top: -18vh;
        width: 100vw;
        height: 30vh;
    }
    
    section#hours {
        background-color: rgba(245, 245, 245, 0.699);
        width: 100vw;
        height: 70vh;
    }
    nav {
        position:fixed;
        top:0;
        margin: 2vw;
        left: -65vw;
               transition: transform 1s;		
       }
   
           .slide-the-drawer {
               transform: translateX(65vw);
           }

}

@media screen and (max-width:1467px){
    .title{
        font-size:7vw;
        text-align: center;
        margin-left: 25vw;
        margin-top: -1vh;
        display: flex;
        
    }
    .logo {
        width:20%;
        display: flex;
        margin-left:-60vw;
        padding: 2%;
        
    }
    section#map{
        margin-top: 10vh;
        width: 100vw;
        height: 70vh;
    }
    
    
section#hours {
    background-color: rgba(245, 245, 245, 0.699);
    width: 100vw;
    height: 90vh;
}
}
