/* @import url(https://db.onlinewebfonts.com/c/d716042f9376ca64649ab07e5220456c?family=ITC+Bauhaus+Bold); */
@font-face {
    font-family: "ITC Bauhaus Bold";
    src: url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.eot");
    src: url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d716042f9376ca64649ab07e5220456c.svg#ITC Bauhaus Bold")format("svg");
}
html {
    scroll-behavior: smooth;
}
h1, h2{
    /* color: #f0f; */
    font-family: "ITC Bauhaus Bold";
}
a{
    color: #0C67A6;
    transition: scroll-behavior 1.5s ease-in-out;
}

@font-face {
    font-family: 'ITC Bauhaus Bold';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    padding: 0;
    margin: 0
  }

  #notfound {
    position: relative;
    height: 100vh
  }

  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
  }

  .notfound .notfound-404, .notfound .notfound-500 {
    position: relative;
    height: 240px
  }

  .notfound .notfound-404 h1, .notfound .notfound-500 h1 {
    font-family: montserrat, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px
  }

  .notfound .notfound-404 h1>span, .notfound .notfound-500 h1>span  {
    text-shadow: -8px 0 0 #fff
  }

  .notfound .notfound-404 h3, .notfound .notfound-500 h3 {
    font-family: cabin, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0;
    letter-spacing: 3px;
    padding-left: 6px
  }

  .notfound h2 {
    font-family: 'ITC Bauhaus Bold', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
  }

  .notfound p {
    font-family: 'ITC Bauhaus Bold', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
  }
  @media only screen and (max-width: 767px) {
    .notfound .notfound-404, .notfound .notfound-500 {
      height: 200px
    }

    .notfound .notfound-500, .notfound .notfound-500 h1 {
        height: 200px
    }

  }

  @media only screen and (max-width: 480px) {
    .notfound .notfound-404, .notfound .notfound-500 {
      height: 162px
    }

    .notfound .notfound-404 h1, .notfound .notfound-500 h1 {
      font-size: 162px;
      height: 150px;
      line-height: 162px
    }

    .notfound h2 {
      font-size: 16px
    }
  }
