@media (min-width: 560px) {
  body header {
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 2.5em;
  }
  body main .hero-img-container {
    padding: 0em 3em;
  }
  body main .hero-img-container .hero-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  body main .content {
    padding: 7em 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 800px) {
  body {
    font-size: 1.2rem;
  }
  body h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1300px) {
  body {
    font-size: 1.2rem;
  }
  body h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1100px) and (orientation: landscape) {
  body header {
    position: absolute;
    padding: 3em 6em;
  }
  body header nav {
    -webkit-transform: none;
            transform: none;
    position: relative;
    left: 0;
    right: 0;
  }
  body header nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    background: transparent;
    list-style: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body header nav .nav__list .nav__list-item {
    margin-right: 3em;
    width: auto;
  }
  body header nav .nav__list .nav__list-item .nav__list-link {
    cursor: pointer;
  }
  body header nav .nav__list .nav__list-item .nav__list-link:hover {
    text-decoration: underline;
  }
  body header nav .nav__list .nav__list-item .nav__list-link-last {
    color: #a0a1ac;
  }
  body header nav .nav__list .nav__list-item .nav__list-link-last::before {
    content: "";
    display: inline-block;
    position: relative;
    background-color: #d6d7db;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    margin-right: 3em;
    vertical-align: 25%;
  }
  body header nav .nav__list .nav__list-item-last {
    border: none;
    margin: 0;
    padding: 0;
  }
  body header .hamburger-button {
    display: none;
  }
  body main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 11%;
    padding-bottom: 7%;
    padding-left: 6em;
    position: absolute;
    height: 100%;
  }
  body main .background-poly {
    width: 52%;
  }
  body main .hero-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    height: 100%;
  }
  body main .hero-img-container .hero-img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: 0 100%;
       object-position: 0 100%;
    max-height: 500px;
  }
  body main .content {
    display: block;
    text-align: left;
    padding: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 40%;
  }
  body main .content .content__heading {
    margin-top: 0.1em;
  }
  body main .content .content__desc {
    font-size: 1.2rem;
    max-width: 70%;
  }
  body main .content .content__bottom {
    margin-top: 3em;
  }
  body main .content .content__bottom .content__bottom__button-link {
    padding: 1em 2.5em;
    font-size: 1rem;
  }
  body main .content .content__bottom .content__bottom__button-link:hover {
    background: #ff8a8a;
  }
  body main .content .content__bottom .content__bottom__desc {
    letter-spacing: 0.3em;
    font-size: 1rem;
  }
}

@media (min-width: 1100px) and (orientation: landscape) and (max-width: 1230px) {
  body main .content .content__bottom .content__bottom__button-link {
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
  body main .content .content__bottom .content__bottom__desc {
    letter-spacing: 0.05em;
    font-size: 0.9rem;
  }
}

@media (min-width: 1100px) and (orientation: landscape) {
  body main footer {
    bottom: 0.5em;
  }
}
/*# sourceMappingURL=desktop.css.map */