body,
html {
  height: 100%;
  width: 100%;
  font-family: "Inconsolata", sans-serif;
  background-color: #e9e9e9;
}

.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("/w3images/coffeehouse.jpg");
  min-height: 75%;
}

.topnav {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 130px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(208, 182, 97);
  padding: auto;
  overflow: hidden;
  z-index: 1;
}
.topnav img {
  height: 120px;
  width: 210px;
  margin-left: 10px;
}

.topnav ul li {
  list-style: none;
  color: white;
  font-size: 2rem;
  text-decoration: none;
  display: inline;
  margin-left: auto;
  padding: 5px;
}

a:hover {
  color: #666;
}

.active {
  color: #666;
}
/* Header styling start here */

header {
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
}

header img {
  height: 620px;
  width: 1100px;
}

/* Main content styling start here */
.container1 {
  display: flex;
  justify-content: center;
}
.contenido {
  justify-content: center;
  text-align: justify;
  width: 1100px;
}
.contenido h2 {
  text-align: center;
  text-decoration: underline;
}

.contenido h3 {
  text-align: center;
  text-decoration: underline;
}

.contenido img {
  max-width: 50%;
  max-height: 20%;
  float: right;
  margin: auto;
}

/* Footer styling start here */
footer {
  text-align: center;
  background-color: #e9e9e9;
  padding: 48px;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  /* For mobile phones: */
  .topnav ul li {
    font-size: 1rem;
    width: 100%;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  /* For table: */
  .topnav ul li {
    font-size: 1rem;
    width: 100%;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 961px) {
  /* For mobile table: */
  .topnav ul li {
    font-size: 1rem;
    width: 100%;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  /* For mobile table: */
  .topnav ul li {
    font-size: 1rem;
    width: 100%;
  }
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
