@media only screen and (max-width: 1300px) {
  #header, #header.noscroll, #header.scroll {
    display: block;
    position: fixed;
    height: 0 !important;
    transition: height 0.2s ease, padding 0.2s ease;
    overflow: hidden;
    background-color: var(--main-bg-colour) !important;
    padding-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: none;
  }

  #mobileheader {
    display: block;
    z-index: 11;
    color: white;
    font-size: 100px;
    position: fixed;
    right: 27px;
    top: 14px;
    cursor: pointer;
  }

  #header.active, #header.noscroll.active {
    height: 100% !important;
    padding-top: 80px;
    margin-bottom: 40px;
  }

  #navbar a {
    display: block;
    font-size: 60px;
    margin: 20px;
    text-align: center;
    color: #C61C5E !important;
  }

  #social {
    text-align: center;
  }

  #social > a {
    transform: scale(500%);
    margin: 0 50px;
    top: 60px !important;
  }

  #logo {
    margin: auto;
    margin-bottom: 40px;
    width: 300px !important;
  }

  #logo img, #header.noscroll #logo img {
    height: 300px !important;
  }

  #footer .content {
    flex-direction: column;
  }

  #footer img {
    width: 300px;
  }

  #footer .left p {
    font-size: 35px;
  }

  #footer .right {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  #footer .right * {
    text-align: center;
  }

  #footer .right .column {
    margin-top: 100px;
  }

  #footer .right h2 {
    font-size: 70px;
  }

  #footer .right *:not(h2) {
    font-size: 45px;
    margin-top: 40px;
  }

  .divider.top.drip, .divider.top, .divider.bottom {
    -webkit-mask-size: 1800px, 1000000px 1000000px;
    mask-size: 1800px, 1000000px 1000000px;
  }
}