/*=Fonts======================================================================*/
@import url("https://p.typekit.net/p.css?s=1&k=hdk2rhs&ht=tk&f=28164&a=12993854&app=typekit&e=css");

@font-face {
    font-family: "peachy-keen-jf";
    src: url("https://use.typekit.net/af/ae4d4f/00000000000000007735b3f2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/ae4d4f/00000000000000007735b3f2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/ae4d4f/00000000000000007735b3f2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

/*=Tag styles======================================================================*/
body {
    background-color: #0e93d6;
}

h4 {
    font-family: 'peachy-keen-jf', serif;
    text-shadow: 2px 2px #010170;
}

.background-container {
    font-family: 'peachy-keen-jf', serif;
    content: "";
    position: fixed;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../images/landing.jpg") center center;
    background-position: bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.closed-background-container {
    font-family: 'peachy-keen-jf', serif;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../images/closed.jpg") center center;
    background-position: bottom;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq-background-container {
    position: absolute;
    background-image: url('../images/grass_bottom.png');
    height: 50%;
    z-index: -1;
    left: 0;
    right: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.faq-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
}

.socials-container{
    margin-bottom: 20%;
}

.faq-socials-container{
    margin-bottom: 30%;
}

/*Would have been styling for sticky top-container*/
/*.top-container{*/
/*    height: 35%;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background-color: #0e93d6;*/

/*}*/

/*=Class styles======================================================================*/

.heading-faq-text, .p-faq-text{
    font-size: small;
}

.beacon-logo {
    height: 300px;
}

.beacon-h3{
    color: #ffffff;
    text-shadow: 2px 2px #010170;
}


.beacon-text {
    color: #ffffff;
    text-shadow: 2px 2px #010170;
}

.bunny {
    height: 300px;
}

.social {
    height: 50px;
}

.bunny-button {
    height: 50px;
}

.vatom-logo{
    height: 25px;
    width: 25px;
}

@media screen and (max-width: 1536px) {
    .beacon-logo {
        height: 250px;
    }

    .beacon-h3{
        font-size: 30px;
    }

    .beacon-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .beacon-logo {
        height: 300px;
    }

    .beacon-h3{
        font-size: 26px;
    }

    .beacon-text {
        font-size: 13px;
    }

    .bunny {
        height: 250px;
    }
}

@media screen and (max-width: 414px) {
    .socials-container{
        margin-bottom: 10%;
    }
    .beacon-logo {
        height: 320px;
    }

    .beacon-h3{
        font-size: 24px;
    }

    .bunny {
        height: 250px;
    }
}

@media screen and (max-width: 412px) {
    .socials-container{
        margin-bottom: 10%;
    }

    .beacon-logo {
        height: 230px;
    }

    .beacon-h3{
        font-size: 24px;
    }

    .bunny {
        height: 200px;
    }
}

@media screen and (max-width: 400px) {
    .beacon-logo {
        height: 230px;
    }

    .beacon-h3{
        font-size: 24px;
    }

    .bunny {
        height: 200px;
    }

    .bunny-button {
        height: 30px;
    }
}

@media screen and (max-width: 390px) {
    .beacon-logo {
        height: 300px;
    }

    .bunny {
        height: 200px;
    }

    .bunny-button {
        height: 30px;
    }
}

@media screen and (max-width: 375px) {
    .beacon-logo {
        height: 300px;
    }

    .bunny {
        height: 180px;
    }

    .bunny-button {
        height: 40px;
    }
}

@media (max-height: 640px) {

    .socials-container{
        margin-bottom: 10%;
    }

    .beacon-logo {
        height: 200px;
    }

    .beacon-h3{
        font-size: 22px;
    }

    .beacon-text {
        font-size: 13px;
    }

    .bunny {
        height: 170px;
    }
}


@media screen and (max-width: 360px) {
    .socials-container{
        margin-bottom: 8%;
    }

    .beacon-logo {
        height: 250px;
    }

    .beacon-text {
        font-size: 12px;
    }

    .bunny {
        height: 180px;
    }
}

@media screen and (max-width: 320px) {

    .socials-container{
        margin-bottom: 10%;
    }

    .beacon-logo {
        height: 220px;
    }

    .beacon-h3{
        font-size: 18px;
    }

    .beacon-text {
        font-size: 12px;
    }

    .bunny {
        height: 170px;
    }

    .bunny-button {
        height: 20px;
    }


}



