body{
  margin: 0;
  overflow-y: hidden;
  font-family: 'Open Sans', sans-serif;
}
menu{
  width: 100%;
  height: 100vh;
  margin: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 0;
  z-index: 4;
  display: none;
}
#hideButton{
  padding-top: 10px;
  padding-right: 10px;
  cursor: pointer;
}
#hideButton:hover{
  opacity: 80%;
}
ul{
  width: 50%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  font-size: 14pt;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
li{
  width: 49.5%;
  height: 33%;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0b633;
  background-color: #000;
  text-shadow: 3px 3px 8px #000;
}
li a{
  width: 90%;
  height: 80%;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#menuHr{
  width: 50%;
  height: 3px;
  background-color: #d0b633;
  border: 0px;
}
#menuCoffeeTables{
  background-image: url(images/coffe-tables-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuSideTables{
  background-image: url(images/side-tables-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuTvStands{
  background-image: url(images/tv-stands-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuNightstands{
  background-image: url(images/nightstands-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuBeds{
  background-image: url(images/beds-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuHomeDesks{
  background-image: url(images/home-desks-modularti.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#menuCoffeeTables:hover{
  opacity: 80%;
}
#menuSideTables:hover{
  opacity: 80%;
}
#menuTvStands:hover{
  opacity: 80%;
}
#menuNightstands:hover{
  opacity: 80%;
}
#menuBeds:hover{
  opacity: 80%;
}
#menuHomeDesks:hover{
  opacity: 80%;
}
.background{
  width: 100%;
  height: 100vh;
  background-image:url(images/background.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.top{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
}
.topMenu{
  width: 90%;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.topHeaders{
  width: 100%;
  padding-left: 25%;
  padding-top: 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#logo{
  max-width: 200px;
}
#menu{
  max-width: 55px;
  cursor: pointer;
}
#menu:hover{
  opacity: 80%;
}
h1{
  font-size: 48pt;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
h2{
  font-size: 30pt;
  color: #d0b633;
  margin: 0;
  font-weight: normal;
}
.hr{
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: flex-start;
}
#hr{
  width: 50%;
  height: 3px;
  background-color: #d0b633;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.parrafos{
  width: 400px;
  font-size: 12pt;
  color: #fff;
  padding-left: 28%;
}
span{
  color: #b8a133;
  font-weight: bold;
}
.cornerGold{
  width: 0;
  height: 0;
  max-height: 100vh;
  position: fixed;
  right: 0px;
  bottom: 0px;
  border-right: 150px solid rgba(208, 182, 51, 0.6);
  border-top: 150px solid transparent;
  border-left: 150px solid transparent;
  border-bottom: 150px solid rgba(208, 182, 51, 0.6);
  z-index: 2;
}
.goldButtom{
  width: 170px;
  height: 170px;
  border-radius: 100%;
  border: 2px solid #d0b633;
  background-color: rgba(255, 255, 255, 0.2);
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.3);
}
.goldButtom:hover{
  border: 2px solid #fff;
}
.goldButtomEmbeved{
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: #d0b633;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
h3{
  font-size: 14pt;
  color: #fff;
  text-align: center;
  margin: 0px;
  font-weight: bold;
}
h4{
  font-size: 12pt;
  color: #363636;
  font-family: sans-serif;
  text-align: center;
  margin: 0px;
}
