@import "https://fonts.googleapis.com/css?family=Sintony";
* {
  box-sizing: border-box; }

.section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 4px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0); }
  .section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%; }
  .section .white {
    color: #fff; }

.section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1; }
  .section:nth-child(1) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-image: #c2850a;
  color: #fff;
  top: 100vh;
  z-index: 2; }
  .section:nth-child(2) .fixed {
    transform: translate(-50%, -50%); }

.section:nth-child(3) {
  background-color: #000;
  color: #fff;
  top: 200vh;
  z-index: 3; }
  .section:nth-child(3) .fixed {
    transform: translate(-50%, -50%); }

.submenu.level-1 > li > a {
  display: inline-block;
  vertical-align: top; }

.language {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  padding: 1rem 0;
  color: #fff;
  cursor: pointer;
  z-index: 3; }

.language a {
  cursor: pointer; }

.language .active {
  color: #e63e30; }

.language-mobile {
  display: none; }

.language-mobile .language {
  position: relative;
  text-align: left; }

.language a {
  color: #fff; }

.language-mobile .language a {
  color: #000; }

.language-mobile a.active {
  color: #e63e30; }

@media (max-width: 767px) {
  .language {
    display: none; }

  .language-mobile .language {
    display: block;
    color: #000; }

  .language-mobile {
    display: block; } }
@media (min-width: 768px) {
  .language {
    display: block; }

  .language-mobile .language {
    display: none; }

  .language-mobile {
    display: none; } }

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