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



body {
    background-image: url("../img/leaf-shadow.jpg");
   background-color: silver;
   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;
}

#picturebox {
    background-color: black;
    width: 50vw;
    height:50vh;
    padding: 2%;
    margin-top: 10vh;
    margin-left: 50vw;
    margin-right: 2vw;
    float: right;
    
}


.rosybrown {
    color: rosybrown;
}

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



footer {
    background-color: whitesmoke;
    width: 100%;
    height:8vh;
    bottom: 0;
    margin-top:85vh
    
}

.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: 43vw;
    margin-top: -2vh;
    display: flex;
    
}

input, textarea {
    display: block;
   
    }
  .reservation {
    padding: 3vw;
    background-color: rgba(188, 143, 143, 0.74);
    float: left;
    margin-left: 36vw;
    margin-top:3vh;


    
    
  }

label {
    font-family: ced;
}

  .fcf-btn {
    display: inline-block;
    font-family: 'Cedarville Cursive', cursive;
    font-weight: 400;
    color: white;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: black;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2vh;
    margin-bottom: 2vh;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (max-width:1467px){

    button#hamburger-button {
        left: 80vw;
    }
    .title{
        font-size:7vw;
        text-align: center;
        margin-left: 25vw;
        margin-top: -1vh;
        display: flex;
        
    }

    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 3vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .titlebar{
        background-color: rgb(0, 0, 0);
        width: 100%;
        height:6.8vh;
       
   
        
    }
    
}



@media screen and (min-width:1024px) and (max-width:1366px) {
    button#hamburger-button {
        left: 90vw;
    }
    
    .title{
        font-size:7vw;
        text-align: center;
        margin-left:40vw;
        margin-top: -2vh;
        display: flex;
        
    }


    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 4vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .title{
        font-size:9vw;
        text-align: center;
        margin-left:25vw;
        margin-top: -2vh;
        display: flex;
        
    }


    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 5vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .reservation {
        padding: 1vw;
        background-color: rgba(188, 143, 143, 0.74);
        float: left;
        margin-left: 29vw;
        margin-right:29vw;
        margin-top:3vh;
    
    
        
        
      }
    
    
}
@media screen and (min-width:800px) and (max-width:1023px) {
    .title{
        font-size:9vw;
        text-align: center;
        margin-left:39vw;
        margin-top: -2.2vh;
        display: flex;
        
    }


    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 4vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .title{
        font-size:9vw;
        text-align: center;
        margin-left:25vw;
        margin-top: -2vh;
        display: flex;
        
    }


    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 5vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .reservation {
        padding: 1vw;
        background-color: transparent;
        float: left;
        margin-left: .5vw;
        margin-right:2vw;
        margin-top:3vh;
    }
    
    
        
        
        nav {
            position:fixed;
            top:0;
            margin: 2vw;
            left: -95vw;
                   transition: transform 1s;		
           }
       
               .slide-the-drawer {
                   transform: translateX(95vw);
               }
               button#hamburger-button {
                position: fixed;
                font-size: 1.5em;
                left: 85vw;
            }
    
            .logo{
                margin-left: -55vw;
            }
        }

@media screen and (min-width:300px) and (max-width:800px) {
    .title{
        font-size:9vw;
        text-align: center;
        margin-left:25vw;
        margin-top: -2vh;
        display: flex;
        
    }


    footer {
        background-color: transparent;
        width: 100vw;
        height:8vh;
        padding: 1%;
    }

    .icon {
        display: inline;
        width: 5vw;
        float: left;
        padding: 0 1vw 0 0;
        opacity: 20%;
       
    }
    .reservation {
        padding: 1vw;
        background-color:transparent;
        float: left;
        margin-left: .5vw;
        margin-right:2vw;
        margin-top:3vh;  
      }
      nav {
        position:fixed;
        top:0;
        margin: 2vw;
        left: -95vw;
               transition: transform 1s;		
       }
   
           .slide-the-drawer {
               transform: translateX(95vw);
           }
           button#hamburger-button {
            position: fixed;
            font-size: 1.5em;
            left: 85vw;
        }

        .logo{
            margin-left: -55vw;
        }
    }