* {
    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;
}

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


.rosybrown {
    color: rosybrown;
}

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

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

.foodpic{
    width: 80vw;
	height: 80vh;
	margin: 10vh auto;

}

.menubox{
    position:center flex;
    margin-top: 4vh;
    margin-left: 50vh;
    margin-right: 50vh;
    
}

.menutitle {
    margin-top: -13vh;
    padding: 1%;
    float: center;
    color: white;
    font-size: 20pt;
}


.black {
    background-color: rgba(0, 0, 0, 0.952);
    width: 100%;
    height: 100%;
}

.blackline{
    background-color: rgba(0, 0, 0, 0.945);
    width: 100%;
    height: 5%;
    margin-top: 2vh;
    margin-bottom: -10vh;
}

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

.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;
   
  
}

img#brush{
    width:53%;
}
@media screen and (max-width:1467px){

    .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%;
       
    }
    
}



@media screen and (min-width:1024px) and (max-width:1366px) {
    .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%;
       
    }
    
    .menubox{
        margin-top: 4vh;
        margin-left: 2vh;
        margin-right: 2vh;
        
    }
    .menutitle {
        margin-top: -12vh;
        font-size: 4vw;
    }
    .black {
        
        background-color: rgba(0, 0, 0, 0.952);
        width: 100%;
    
        
    }
    img#brush {
        width:50%;
    }
    .blackline{
        margin-bottom: -10.1vh;
    }
    nav {
        position:fixed;
        top:0;
        margin: 2vw;
        left: -65vw;
               transition: transform 1s;		
       }
   
           .slide-the-drawer {
               transform: translateX(65vw);
           }
}
@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%;
       
    }
    
    .menubox{
        margin-top: 4vh;
        margin-left: 2vh;
        margin-right: 2vh;
        
    }
    .menutitle {
        margin-top: -1vh;
        padding: 1%;
        float: center;
        color: white;
        font-size: 4vw;
    }
    .black {
        background-color: rgba(0, 0, 0, 0.952);
        width: 100%;
        height: 5%;
    }
    img#brush {
        width:50%;
    }
    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:39vw;
        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%;
       
    }
    
    .menubox{
        margin-top: 4vh;
        margin-left: 2vh;
        margin-right: 2vh;
        
    }
    .menutitle {
        margin-top: -15vh;
        padding: 1%;
        float: center;
        color: white;
        font-size: 6.5vw;
    }
    .black {
        background-color: rgba(0, 0, 0, 0.952);
        width: 100%;
        height: 5%;
    }
    img#brush {
        width:85%;
    }
    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;
        }
    }