@font-face {
  font-family: "CeraPro-Regular";
  src: url("../fonts/CeraPro-TypeMates/Webfonts/Cera-Pro-Regular.eot");
  src: url("../fonts/CeraPro-TypeMates/Webfonts/Cera-Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CeraPro-TypeMates/Webfonts/Cera-Pro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-TypeMates/Webfonts/Cera-Pro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  cursor: default;
}
* *::before,
* *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 100%;
  letter-spacing: 0;
  height: 100%;
  color: white;
}

body {
  font-family: "CeraPro-Regular", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  height: 100%;
}
@media (min-width: 65rem) {
  body {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}

.bem-background {
  min-height: 100%;
  background-image: url("../image/Leonine_Light_crop_3_RGB_LoRes.jpg");
  background-size: cover;
  padding: 5rem;
}
@media (min-width: 65rem) {
  .bem-background {
    height: auto;
  }
}
@media (min-width: 65rem) {
  .bem-background {
    background-image: url("../image/Leonine Lion_RGB_Ext_LowRes.jpg");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
  }
}

.bem-logozone {
  text-align: center;
  margin-bottom: 10rem;
}
@media (min-width: 65rem) {
  .bem-logozone {
    text-align: left;
  }
}
.bem-logozone__logo {
  width: 70%;
}
@media (min-width: 35rem) {
  .bem-logozone__logo {
    width: 50%;
  }
}
@media (min-width: 65rem) {
  .bem-logozone__logo {
    width: 20%;
  }
}

.bem-button {
  font-size: 4rem;
  line-height: 5rem;
  background-color: white;
  border-radius: 1.5rem;
  padding: 0.5rem 3rem;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (min-width: 65rem) {
  .bem-button {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
.bem-button:hover {
  background-color: #ab8353;
  color: white;
}

.bem-content__notice {
  font-size: 5rem;
  line-height: 6rem;
  margin: 10rem 0 5rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 65rem) {
  .bem-content__notice {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
.bem-content__email {
  font-size: 4rem;
  line-height: 5rem;
  margin: 5rem 0 5rem;
  text-align: center;
}
@media (min-width: 65rem) {
  .bem-content__email {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
.bem-content__emaillink {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.bem-content__emaillink:active, .bem-content__emaillink:focus, .bem-content__emaillink:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.bem-content__refreshText {
  font-size: 4rem;
  line-height: 5rem;
  margin: 2.5rem 0 5rem 0;
}
@media (min-width: 65rem) {
  .bem-content__refreshText {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

.bem-socialmedia__notice {
  font-size: 4rem;
  line-height: 5rem;
  margin-top: 6rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 65rem) {
  .bem-socialmedia__notice {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
.bem-socialmedia__items {
  list-style: none;
  padding: 0;
  text-align: center;
}
.bem-socialmedia__item {
  display: inline-block;
  padding: 1rem;
  margin: 1rem;
}
.bem-socialmedia__link, .bem-socialmedia__icon {
  cursor: pointer;
}

.bem-footer {
  text-align: center;
}
.bem-footer__content--ds, .bem-footer__content--imp {
  font-size: 3rem;
  line-height: 6rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem;
  text-align: left;
  display: none;
}
@media (min-width: 65rem) {
  .bem-footer__content--ds, .bem-footer__content--imp {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.bem-footer__link {
  cursor: pointer;
  margin: 2rem;
  font-size: 3rem;
  line-height: 6rem;
}
@media (min-width: 65rem) {
  .bem-footer__link {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.bem-footer h2 {
  font-size: 5rem;
  line-height: 6rem;
  margin-bottom: 1rem;
  line-height: 150%;
}
@media (min-width: 65rem) {
  .bem-footer h2 {
    font-size: 3.5rem;
    line-height: 5rem;
  }
}
.bem-footer h3 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 150%;
}
@media (min-width: 65rem) {
  .bem-footer h3 {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

/*# sourceMappingURL=style.css.map */
