@font-face {
  font-family: "Plain";
  src: url("/webfonts/Plain/Plain-Regular.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Martina";
  src: url("/webfonts/Martina/martina-plantijn-light.woff2") format("woff2");
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Plain", sans-serif;
}

.header {
  padding: 25px 35px 20px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
}

.nav-logo-inner {
  background: transparent url("/images/sprites/reb/svg/rtr_logo.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  vertical-align: middle;
  padding-right: 40px;
}

.nav {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.nav li {
  padding: 0;
  margin: auto 0;
  display: inline-block;
  line-height: 55px;
  padding-right: 20px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.main-content {
  min-height: 550px;
  background-color: #F4EDE5;
  text-align: center;
  font-size: 20px;
  padding-top: 150px;
}

.main-content svg {
  margin: 20px;
}

h1 {
  font-family: "Martina", serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0;
}

.btn {
  display: inline-block;
  line-height: 44px;
  font-size: 14px;
  text-decoration: none;
  height: 44px;
  padding: 0 30px;
  background-color: #333;
  color: #FFF;
}
#variant{
  display: none;
}
