*{
  margin:0;
  padding:0;
  text-decoration:none;
  list-style-type: none;
}
#navbar{
  width: 100vw;
  height: 5rem;
  background:#d3b8ac8f;
  display: flex;
 align-items: center;
  justify-content: space-around;
          
}

.nav_item{

font-size: 30px;
font-weight: bold;
font-family:Roboto;
text-decoration-color: teal;
text-align: center;

}

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

.logo{
  margin-top: 200px;
  width: 200px;
  height: 200px;
  margin-left: 20px;
}
h1{
  margin-top: 10px;
  margin-left: 20;
  font-family: Roboto;
  font-size: 75px;
  color: white;
  
}



.address{
  font-family: 'roboto';
  font-style: bold;
  font-size: 30px;
  color: white;
  margin-top: 20px;
  margin-left: 220px;
}


@media (max-width: 700px)
{
:root{
  font-size: 2vw;
}
}
  /*FIG CAP*/
figcaption{
    font-weight: 200;
    font-family: sans-serif;
    font-size: 30px;
    color: white;
    background-color: #b58147;
}
figure{
   
    display:inline;
 
}
.address{
  background-image: url(../imgs/wood.jpg);
  background-size: cover;
 background-position:unset;
 

}
body{
    
  font-family:  'Open Sans';
  color: burlywood;
  font-size: 24px;
  margin:0px;
  background-image: url(../imgs/wood.jpg);
  background-size: cover;
  background-position: center;
}

.map{
  width: 500px;
  height: 500px;
  margin-left: 300px;
}


  /*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;
}
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:white;
  background-color: blue;
  position:fixed

}
nav{
  position: fixed;
  top:100px;
  left:-200px;
  font-size: 1em;
  transition: left 0.75s;
  background-color: rgba(255,255,255,0.5);
  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;
}



