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

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

:root {
  --dunkelgrau: #2b2e27;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  color: var(--dunkelgrau);
  background-image: linear-gradient(#e5ddd8b3, #e5ddd8b3), url('../images/hero-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 100vh;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-div {
  width: 410px;
}

.text-block {
  text-align: center;
  margin-top: 40px;
  font-family: Alice, Times New Roman, sans-serif;
}

.link-block {
  width: 20px;
}

.link-block:hover {
  opacity: .6;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .container {
    padding-bottom: 40px;
  }

  .logo-div {
    width: 83vw;
  }

  .link-block {
    width: 17px;
  }

  .div-block {
    width: 140px;
  }
}


@font-face {
  font-family: 'Komrile';
  src: url('../fonts/Komrile-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alice';
  src: url('../fonts/Alice-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}