/* ==========================================================================
   Custom styles for the project
    Add your own styles here.
   ========================================================================== */

body {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  font-family: "Special Gothic", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings:
    "wdth" 100;

  min-height: 100vh;;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 95vh;
  margin-top: 0 !important;
}
@media screen and (min-width: 64rem) {
  .layout {
    justify-content: center;
  }
}

.logo {
  padding-top: 6rem;
}
@media screen and (min-width: 64rem) {
  .logo {
    padding-bottom: 9rem;
    padding-top: 0;
  }
}
.logo__image {
  width: 100px
}
@media screen and (min-width: 64rem) {
  .logo__image {
    width: 130px;
  }
}

.heading {
  text-align: center;
}
.heading__title {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.1rem;

}
@media screen and (min-width: 64rem) {
  .heading__title {
    font-size: 5.5rem;
  }
}
.heading__slogan {
  color: #AE9888;
  font-size: 1rem;
  font-weight: 600;
  font-variation-settings:
  "wdth" 125;
  letter-spacing: 0.325rem;
  text-transform: uppercase;
}
@media screen and (min-width: 64rem) {
  .heading__slogan {
    font-size: 1.65rem;
  }
}

.contact {
  color: #dbdbdb;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 5rem;
}
@media screen and (min-width: 64rem) {
  .contact {
    font-size: 1.65rem;
    padding-top: 9rem;
    padding-bottom: 0;
  }
}

.vertical {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-variation-settings:
  "wdth" 125;
  letter-spacing: 0.225rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .vertical {
    font-size: 1rem;
    left: auto;
    right: 3%;
    top: 50%;
    transform: translate(0, -50%);
    writing-mode: vertical-rl;
    width: auto;
  }
}
