.gigantic, .huge, .large, .bigger, .big, h1, h2, h3, h4, h5, h6, .navigation__container *, .navigation_container *, .panel_button, .resource strong {
    color: #4FA247;
    font-weight: 400;
    font-family: "BPreplay-Bold" !important;
}

.huge, h1 {
    font-size: 38px;
    /* line-height: 1.25; */
    /* padding: 20px 0px 10px 0px; */
    text-align: center;
    /* letter-spacing: -1px; */
}

.large, h2 {
    font-size: 26px;
    /* line-height: 1.38; */
}

.bigger, h3 {
    font-size: 22px;
    line-height: 1.38;
}

.big, h4 {
    font-size: 18px;
    line-height: 1.38;
}

.medium, h5 {
    font-size: 15px;
    /* line-height: 1.3; */
}

.small, small {
    font-size: 10px;
    /* line-height: 1.2; */
}

.title {
    font-size: 38px;
    /* line-height: 1.14; */
    font-weight: 400;
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
    text-align: center;
    width: 100%;
}

.subtitle {
    text-align: center;
    padding-top: 0px;
    color: #FFFFFF;
}

.title-white, 
.subtitle-white {
    color: #FFFFFF;
}

.title-green, 
.subtitle-green {
    color: #4FA247;
}

.title-grey, 
.subtitle-grey {
    color: grey;
}

.title-top, 
.subtitle-top {
    padding: 35vh 0 0 0;
}

.title-main, 
.subtitle-main {
    font-size: 38px;
    padding: 40px 0px 20px 0px;
    /* line-height: 1.14; */
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
}

.title-right, 
.subtitle-right {
    padding: 10px 50px 0px 0px;
    text-align: right;
}

.title-left, 
.subtitle-left {
    padding: 16px 0 0 30px;
    text-align: left;
}

.title-shadow, 
.subtitle-shadow {
    text-shadow: 5px 8px 30px 1px rgba(0, 0, 0, 0.3);
}

.event-title {
    padding-bottom: 40px;
}

@media (max-width: 950px) {
    .title-top, 
    .subtitle-top {
        padding: 25vh 0 0 0;
    }
}

@media (max-width: 750px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }
}

/* @media (max-width: 1360px) {
    .title {
        font-size: 32px;
    }

    .subtitle {
        font-size: 24px;
    }

    h4 {
        font-size: 16px;
    }
}

@media (max-width: 770px) {
    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .medium, h5 {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (max-width: 360px) {
    .title {
        font-size: 21px;
    }
    
    .subtitle {
        font-size: 16px;
    }
} */