
@font-face {
    font-family: "Museo Sans";
    font-weight: 300;
    src: url("/fonts/MuseoSans-300.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans";
    font-weight: 100;
    src: url("/fonts/MuseoSans-100.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans";
    font-weight: 500;
    src: url("/fonts/MuseoSans-500.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans";
    font-weight: 700;
    src: url("/fonts/MuseoSans-700.otf") format("opentype");
}

body {
    font-family: "Museo Sans";
    margin: 0;
    padding: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: white;

    box-shadow: 0px -8px 14px #02020245;
    z-index: 200;

    font-size: 10pt;

    max-height: 6rem;
}

.footer .btn {
    font-size: 10pt;
    margin: 7px 0;
    text-decoration: underline;
}

.footer .btn:hover {
    text-decoration: none;
}

.random_stuff_container {
    min-height: 10vh;
}

@media screen and (max-width: 768px) {
    .random_stuff_container.last {
        min-height: 14rem;
    }
}

.header-spot {
    height: 100px;
    width: 180px;
    position: relative;
    margin-left: 5vw;
}

.header-spot div {
    background-color: #444343;
    color: white;
    position: absolute;
    left: 5px;
    width: 170px;
    height: 95px;
    padding: 10px;
    padding-top: 40px;
}

.header-spot span {
    display: block;
}

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

    .footer {
        max-height: 9rem;
    }
    .header-spot {
        height: 80px;
        width: 130px;
        font-size: 13px;
    }

    .header-spot div {
        height: 77.5px;
        padding-top: 35px;
        width: 125px;
        left: 2.5px;
    }
}

.multi-color-bg {
    background: rgb(147,192,31);
    background: linear-gradient(90deg, rgba(147,192,31,1) 0%, rgba(0,160,153,1) 20%, rgba(40,53,130,1) 40%, rgba(229,0,126,1) 60%, rgba(255,209,68,1) 80%, rgba(147,192,31,1) 100%);
}

.color-border {
    padding: 5px;
    background: rgb(147,192,31);
    background: linear-gradient(90deg, rgba(147,192,31,1) 0%, rgba(0,160,153,1) 20%, rgba(40,53,130,1) 40%, rgba(229,0,126,1) 60%, rgba(255,209,68,1) 80%, rgba(147,192,31,1) 100%);
}
.header .social-link {
    padding-right: 10vw;
}

.header .social-link a {
    margin-top: 40px;
    float: right;
}

.header .social-link img {
    margin: 5px;
    width: 25px;
}

#header_logo_span {
    color: white;
    font-size: 8pt;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
}

#header_logo {
    width: 240px;
    display: block;
    text-align: right;
}

@media screen and (max-width: 768px) {
    #header_logo {
        width: 140px;
        padding-top: 23px;
    }

    #header_logo_span {
        font-size: 6pt;
        position: relative;
        top: -8px;
        letter-spacing: 3px;
    }

    .hyper-link-footer {
        text-align: center;
    }

    .text-footer p {
        padding-bottom: 5px !important;
    }
}

.footer p {
    margin: 15px 10px;
}

.social-link-footer img {
    fill: black;
}

.main-content-col {
    position: relative;
    background-color: white;
    min-height: 80vh;
    padding: 0!important;
}

.main-content-col .m-5 {
    margin: 1rem!important;
    margin-top: 3rem!important;
    font-size: 1.4rem;
    color: #444343;
}

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

    .social-link-footer {
        margin: 15px 0 ;
    }
    .social-link-footer a {
        margin: 0 10px;
    }

    .social-link-footer img {
        height: 1.2rem;
    }

    .footer p {
        margin: 0;
        text-align: center;
        padding: 20px;
    }

    .footer .btn {
        font-size: 10pt;
        margin: 0 0;
        font-weight: bold;
    }

    .main-content-col {
        background-color: white;
        min-height: auto;
    }

    .main-content-col .m-5 {
        margin: 1rem!important;
        margin-top: 3rem!important;
        font-size: 1.2rem;
        color: #444343;
    }
}

.header {
    min-height: 140px;
    background-color: #444343;
}
@media screen and (max-width: 768px) {
    .header {
        min-height: 110px;
    }

}



body {
    background-color: rgb(248, 248, 248);
    height: 100vh;
    margin-bottom: 50px;
}

.decor_icon {
    transform: scale(1.2);
}

.col-decor {
    height: 10vh !important;
}

#video iframe {
    width: 100%;
}

#video {
    margin-bottom: 10rem;
}

.pdf-container {
    display: inline-block;
    width: 220px;
    height: 80px;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    #video {
        margin-bottom: 2rem;
    }

}

#pdf {
    background-color: white;
    color: black;
    font-size: 18pt;
    text-transform: uppercase;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
    width: 210px;
    height: 70px;
}