@font-face {
    font-family: "Apris";
    src: url("../../dist/font/Apris-Thin.woff2") format("woff2");
    font-weight: 100;
}


html {
    scroll-behavior: smooth;
    width: 100vw;
    overflow-x: hidden;
}

body {
    color: #2E3938;
    font-family: Apris, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    line-height: 33px;
    width: 100vw;
    margin: 0;
    padding: 0;
    cursor: url(../../img/cursor.png), auto;
}


a {
    color: #2E3938;
    transition: color .9s ease;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 10px;
}

figure {
    width: 100%;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
    color: white;
}

h1 {
    font-size: 30px;
    line-height: 40px;

    font-weight: 300;
    font-style: normal;
    margin-bottom: 0;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;

}

h3 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    font-style: normal;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 36px;
    line-height: 43px;
}

@media (min-width:550px) {
    h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 30px;
    }
}


@media (min-width:992px) {
    h1 {
        font-size: 50px;
        line-height: 67px;
        margin-bottom: 30px;
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 55px;
        line-height: 74px;
        margin-bottom: 30px;
    }
}

@media (min-width:1500px) {
    h1 {
        font-size: 70px;
        line-height: 93px;
        margin-bottom: 30px;
    }
}


.pt-hero {
    padding-top: 300px;
}

.pt-l {
    padding-top: 100px;
}

.pb-l {
    padding-bottom: 100px;
}

.pt-border {
    padding-top: 50px;
}

.pt-m {
    padding-top: 50px;
}

.pb-m {
    padding-bottom: 50px;
}

.pt-s {
    padding-top: 24px;
}

.pb-s {
    padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .pt-hero {
        padding-top: 130px;
    }
    .pt-l {
        padding-top: 70px;
    }
    .pb-l {
        padding-bottom: 70px;
    }
    .pt-border {
        padding-top: 70px;
    }
    .pt-m {
        padding-top: 20px;
    }
    .pb-m {
        padding-bottom: 20px;
    }
    .pt-s {
        padding-top: 10px;
    }
    .pb-s {
        padding-bottom: 10px;
    }
    .event-section .btn:first-child {
        margin-bottom: 8px;
    }
}

.text-bg, .overlay {padding: 10px 15px;}

@media only screen and (min-width: 767px) {
    .text-bg, .overlay {padding: 15px 25px; }}

@media only screen and (min-width: 992px) {
    .text-bg, .overlay {padding: 20px 40px; }}

#follow {
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease;
  }


  #q {cursor: none;}
  .video-container {width: 500px; height: 500px;}

  video {width: 100%;}

  .visible #follow {opacity: 1 !important;}


  body {transition: 0.5s ease;}

  .overlay {    z-index: 10;
    position: absolute;
    top: 0;}

    .overlay-opacity {opacity: 0;}

    p {    line-height: 24px;
        font-size: 18px;
        margin-bottom: 10px;}

        footer a {    line-height: 24px;
            font-size: 18px;
            margin-bottom: 10px; margin-right: 20px;text-underline-offset: 5px;}


        .font-switch {padding-left: 20px;}

        .section-02 {    background-color: #f4f4f4;
    
        }

        .bg-transition {background: rgb(255,255,255);
            background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,244,244,1) 100%); width: 100vw; height: 200px;}


            .mail-link {opacity: 0;}

            .mail-link:hover {opacity: 1;}


            .video-mobile {padding-top: 60px;}

            @media only screen and (min-width: 767px) {
                .video-mobile {display: none;}}