/* cover image */
.column {
  float: left;
  width: 33.33%;
  padding: 0px;
}
.columnfirst{
  font-family:Arial, Helvetica, sans-serif;
  float: left;
  width: 100%;
  padding: 0px;
}
.columnthird{
  font-family:Arial, Helvetica, sans-serif;
  float: left;
  width: 100%;
  padding: 0px;
}
.imghead{
    width: 100%;
  }
.imgfront{
  width: 100%;
  height:80%;
}
.body{
  background-color: antiquewhite;
}
.container{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: larger;
  color: #692216;
}
/* Comming Soon*/

div.absolute {
  position: absolute;
  top: 55%;
  width: 80%;
  height: 20%;
  left: 10%;

}
hr {
  margin: auto;
  width: 40%;
}
/* Position text in the middle */
.middle {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

footer{
  position:relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2%;
  background-color:black;
  color: white;
  text-align: center;
  }
  
.imglogo{
  width: 60%;
}
.btnmenu{
  position: relative;
  padding: 4%;
  border-radius: 10%;
  background-color: #692216;
  color: white;
}

/* Default for all devices */
.cus-bg {
  background-color:bisque;
}

/* Tablets (width ≥ 768px) */
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

/* Desktops (width ≥ 992px) */
@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

/* nav bar*/
/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
