*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style-type: none;
  }
    /*roboto*/
    @font-face {
        font-family: roboto;
        src: url(../fonts/Roboto/Roboto-Bold.ttf);
    }
  
        /*open-sans*/
        @font-face {
            font-family: open sans;
            src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
        }
      
/*navigation*/
:root{font-size: 1.5vw;} 

#navbar{
         width: 100vw;
         height: 3.5rem;
				
				 display: flex;
				align-items: center;
				 justify-content: space-around;
                 
}



@media (max-width: 700px)
{
	:root{
		font-size: 2vw;
	}
}


  /*FIG CAP*/




    body{
    
        font-family:Roboto;
        color: burlywood;
        font-size: 24px;
        margin:0px;
        
        background-image: url(../imgs/wood.jpg);
        background-size: cover;
        background-position: center;
    }
    .cap{
 
        width: 100vw;
        height: 3rem;
                background:#d3b8ac8f;
                display: flex;
               align-items: center;
                justify-content: space-around;
                font-size: 30px;
    
    }
    .logo{
        margin-top: 100px;
        width: 100px;
        height: 100px;
        margin-left: 20px;
    }
    h1{
        margin-top: 90px;
        font-family: Roboto;
        font-size: 75px;
        color: white;
        
    }


  
  
  section {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    text-decoration: none;
  
  }
  article {
      display: none;
    width: 65%;
    height: 80%;
    margin-left: 20%;
    margin-top: 40%;
    
  }
  /*buttons*/

/*imagelogo*/
    img {
        width: 250px;
        height: 250px;
        float:left;
       
    }
    

  
  /* css color classes */

  /*footer*/
footer{
    height: 45px;
    margin-bottom: 0;
    margin-top: 420px;
    padding-top: 20px;
    background-color:#d3b8ac8e;
    color: white;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    width: 100%;
    border-radius: 10px;
}
.food{
    display: table;
    width: 350px;
    height:350px;
    margin: 10px;
    margin-top: 100px;
    display: inline;


}
.cap{
 
    width: 100vw;
    height: 3rem;
            background:#d3b8ac8f;
            display: flex;
           align-items: center;
            justify-content: space-around;
            font-size: 30px;

}
button{
    position: fixed;
    top: 5px;

    left: 20px;
    font-size: 2rem;
    line-height: 0;
    padding:28px 10px 32px 10px;
    border: 4px solid #000;
    border-radius: 10%;
    
    size: 30px;

}
button:hover{
    color:#ad4a42;
    background-color:blue;

}
nav{
    position: fixed;
    top:100px;
    left:-300px;
    font-size: 1em;
    transition: left 0.75s;

    padding: 5px;
    font-family: sans-serif;

}
.slide-the-drawer{
    left: 20px;

}
a:hover{
    background-color: blue;
}
section{
    width: 100vw;
    height: 100vh;
}


/*link-nav colors*/
a:link {
    color:white;
}
a:visited{
    color:whitesmoke;
}
a:hover{
    color: #ad4a42;
}
a:active{
    color: mediumvioletred;
}
.burgandy{
    color: #ad4a42;
}


