*{
font: sans-serif;
margin: 0;
}
header{
  background-color:rgba(237,214,192,255);
  padding-top: 20px;
  text-align: center;
}
header h1{
  text-align: center;
  font-size: 2.5vw;
  margin: auto;
  align: center;
}
header{
  text-align: center;
  margin: auto;
  align:  center;
  font-size: 1.5vw;
}
nav{
  margin-top: 20px;
  padding: 0;
  background-color: rgba(124,70,70,1);
  display: block;
}
nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: whitesmoke;
  overflow: auto;
}
nav ul li{
  display: inline-block;
}
.container{
  max-width: 200vw;
  max-height: 200vw;
  margin: auto;
  text-align: center;
  background-color:rgba(237,214,192,255) ;
  align-items: center;
}
div ul{
  list-style-type: none;
  position: relative;
}
div ul li{
  display: inline-block;
  text-align: center;
}
div ul li a{
  display: inline-block;
  color: whitesmoke;
  text-decoration: none;
  background-color:#7D4F4F;
  padding:10px;
  border-radius: 40%;
}
#active{
  background-color:#331900;
}
div ul li a:hover{
background-color:#7A4040;
cursor: pointer;
}
#tostadores{
  display: block;
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
nav ul li a.nav{
  display: block;
  text-decoration: none;
  padding: 14px 16px;
  font-size: 1.2vw;
  color: whitesmoke;
  text-align: center;
}
nav ul li a.nav:visited{
  text-decoration:none;
}
nav ul li:hover{
  background-color: rgba(75,21,21,1);
  cursor: pointer;
}
body{
  background-image:url("img/body-background.jpg");
  background-repeat: y;
}
footer{
  margin: auto;
  max-width: 90vw;
  color: whitesmoke;
  border: 2px solid white;
  text-align: center;
  background-color:#7D4F4F;
}
div.text{
  max-width: 100%;
  margin-top: 1vw;
}
section.text{
  text-align: justify;
  margin: auto;
  font-size:1.5vw;
  color: white;
  background-color: #7D4F4F;
  padding: 2vw;
  display: block;
  max-width: 90%;
}
#espresso{
  margin: auto;
  max-width: 45%;
  float: right;
}
