* {
  box-sizing: border-box;
}
body {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: lighter;
  font-family: 'RF Dewi', sans-serif;
  font-weight: 300;
  background: #FFFBF4;
}
b {
  font-weight: 600;
}
a {
  color: #EBDDC7;
}
p.ex {
  font-family: 'RF Dewi Ex', sans-serif;
}
h3 {
  font-family: 'RF Dewi Ex', sans-serif;
  text-transform: uppercase;
}
#wrap {
  display: flex;
}
#left {
  width: 33%;
  min-height: 100vh;
  background: #C54036;
  color: #EBDDC7;
  padding: 30px 30px 90px 30px;
  position: relative;
}
#left a.btn {
  color: #191919;
  background: #FFFBF4;
  text-decoration: none;
  font-family: 'RF Dewi Ex', sans-serif;
  border-radius: 5px;
  padding: 10px 60px;
  margin-top: 60px;
  display: inline-block;
  transition: ease-in-out 0.2s background, ease-in-out 0.2s color;
}
#left a.btn:hover {
  background: #191919;
  color: #EBDDC7;
}
#right {
  width: 67%;
  min-height: 100vh;
  padding: 30px;
  background: #FFFBF4 url('../images/chair_02.jpg') center center no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0px 30px #FFFBF4;
  position: fixed;
  right: 0;
}
#right .comsoon {
  font-size: 3rem;
  right: 60px;
  bottom: 60px;
  position: absolute;
  color: #FFFBF4;
  font-family: 'RF Dewi Ex', sans-serif;
}
.logo {
  width: 80%;
  max-width: 80%;
  margin: 10%;
}
.nav {
  text-align: center;
  bottom: 30px;
  position: absolute;
  font-size: 1rem;
}
body.legal #wrap {
  display: flex;
}
body.legal #left {
  width: 33%;
  position: fixed;
  display: none;
}
body.legal #content {
  color: #191919;
  width: 960px;
  margin: 160px auto;
  background: url('../images/assets/theownery_icon_beige.svg') no-repeat right top;
  background-size: 40% auto;
  font-size: 1rem;
}
body.legal #content h3{
  font-size: 1.1rem;
}
body.legal .legal-nav {
  position: fixed;
  display: flex;
  flex-direction: column;
  text-align: center;
  top: 30px;
  background: #FFFBF4;
}
body.legal a.back {
  color: #C54036;
  border: 2px solid #C54036;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 60px;
  transition: ease-in-out 0.2s background, ease-in-out 0.2s color;
  font-family: 'RF Dewi Ex', sans-serif;
}
body.legal a.back:hover {
  color: #EBDDC7;
  background-color: #C54036;
}
body.legal .nav-l {
  width: 100%;
  text-align: center;
}
body.legal .nav-l a {
  color: #C54036;
  text-decoration: none;
}
@media (max-width: 1044px) {
  #right .comsoon {
    font-size: 2rem;
  }
}
@media (max-width: 940px) {
  #wrap {
    flex-direction: column-reverse;
    height: auto;
  }
  #left {
    width: 100%;
  }
  #right {
    width: 100%;
    min-height: 50vh;
    position: relative;
    right: initial;
  }
  #right img {
    width: 100% !important;
    height: auto;
  }
  #right .comsoon {
    font-size: 2rem;
    right: 45px;
    bottom: 45px;
    position: absolute;
    color: #FFFBF4;
    font-family: 'RF Dewi Ex', sans-serif;
  }
  body.legal #content {
    width: 90%;
    margin: 90px 5%;
  }
}
@media (max-width: 480px) {
  #left p{
    font-size: 1.2rem;
  }
  #right .comsoon {
    font-size: 1.2rem;
    right: 25px;
    bottom: 25px;
  }
  #right{
    box-shadow: inset 0 0 0px 15px #FFFBF4;
  }
}