﻿.section--404 {
  background-color: #F6E3DA;
  padding-top: 230px;
  padding-bottom: 253px;
}

  .section--404 .container {
    max-width: 1294px;
    background: #707070;
    /*border-radius: 10px;*/
    padding-bottom: 128px;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,20,0.16);
  }

    .section--404 .container img {
      margin-top: -136px;
    }

    .section--404 .container h2 {
      font-family: brandon_grotesquemedium;
      font-size: 20px;
      line-height: 20px;
      margin-top: 58px;
      margin-bottom: 8px;
      font-weight: 200;
      text-transform: uppercase;
    }

    .section--404 .container h1 {
      font-family: brandon_grotesquemedium;
      font-size: 60px;
      line-height: 70px;
      margin-top: 0px;
      margin-bottom: 31px;
      max-width: 55.18%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 200;
      text-transform: uppercase;
    }

    .section--404 .container .content--404 {
      margin-bottom: 58px;
      font-family: brandon_grotesqueregular;
      font-size: 29px;
      line-height: 40px;
      font-weight: 200;
      max-width: 75.89%;
      margin-left: auto;
      margin-right: auto;
    }

      .section--404 .container .content--404 p {
        margin-top: 0;
        margin-bottom: 0;
      }

      .section--404 .container .content--404 a {
        font-family: brandon_grotesquemedium;
        color: #fff;
        text-decoration: none;
        transition: opacity .25s ease-in-out;
      }

        .section--404 .container .content--404 a:hover {
          opacity: 0.75;
        }

#link__404 {
  text-decoration: none;
  width: 350px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  display: block;
  text-align: center;
  padding: 13px 0;
  background-color: #BD1860;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

@media(max-width: 768px) {
  .section--404 {
    padding-top: 164px;
    padding-bottom: 114px;
  }

    .section--404 .container {
      max-width: 608px;
      padding-bottom: 98px;
    }

      .section--404 .container img {
        width: 210px;
        margin-top: -105px;
      }

      .section--404 .container h2 {
        margin-top: 33px;
        margin-bottom: 19px;
      }

      .section--404 .container h1 {
        font-size: 40px;
        line-height: 45px;
        margin-top: 0px;
        max-width: 95.23%;
      }

      .section--404 .container .content--404 {
        margin-bottom: 31px;
        font-size: 30px;
        line-height: 40px;
        max-width: 86.84%;
      }
}

@media(max-width: 480px) {
  .section--404 {
    padding-top: 100px;
    padding-bottom: 85px;
  }

    .section--404 .container {
      max-width: 80.53%;
      padding-bottom: 57px;
    }

      .section--404 .container img {
        width: 121px;
        margin-top: -60px;
      }

      .section--404 .container h2 {
        margin-top: 30px;
        margin-bottom: 6px;
      }

      .section--404 .container h1 {
        font-size: 25px;
        line-height: 30px;
        max-width: 84.11%;
      }

      .section--404 .container .content--404 {
        font-size: 20px;
        line-height: 25px;
        max-width: 81.79%;
      }

  #link__404 {
    width: 224px;
  }
}
