.h2sHeading {
    font-family: 'Libre-Baskerville-Bold';
    color: #a37b2c;
    text-align: center;
    padding: 20px 0 10px;
    font-size: 24px;
    letter-spacing: 3px;
}

.h2sHeading img {
    margin: auto;
}

.h2sContainer {
    margin-bottom: 20px;
}

.h2sBanner {
    padding: 20px 0;
    text-align: center;
}

.h2sBanner img {
    width: 100%;
    margin: auto;
}

.h2sTitle {
    font-family: 'Libre-Baskerville-Bold';
    color: #C5942C;
    text-align: center;
    padding: 10px 0;
    font-size: 26px;
    letter-spacing: 3px;
}

.h2sContent {
    font-family: 'Nunito-Regular';
    color: #585858;
    text-align: center;
    font-size: 15px;
    padding: 10px 20px;
    line-height: 1.5;
}

.h2sContent_italic {
    font-style: italic;
}

.h2sContent span {
    color: #C49430;
    font-family: 'Nunito-Bold';
}

.h2sHow {
    padding: 0 40px;
}

.h2sProducts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 80px;
}

.h2sProducts img {
    width: 25%;
    height: 100%;
}

.h2sCta {
    text-align: center;
    padding: 20px 0;
}

.h2sMuses {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: auto;
}

.h2sMuse {
    width: 33.333333%;
    padding: 10px;
}

.h2sMuse img {
    width: 100%;
}

a img:hover {
    filter: brightness(1.2);
}

@media only screen and (max-width: 959px) {
    .h2sProducts img {
        width: 50%;
    }

    .h2sMuse {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .h2sContent {
        text-align: justify;
    }

    .h2sHow {
        padding: 0 20px;
    }

    .h2sProducts img {
        width: 100%;
    }

    .h2sMuse {
        padding: 5px;
    }
}

/* Ticker */
.tickerWrapper {
    padding: 10px 200px;
}

.tickerContainer {
    width: 100%;
    text-align: center;
    color: #585858;
    font-family: 'Nunito-Regular';
    font-size: 24px;
}

.tickerContainer td:nth-child(odd) {
    width: 22%;
}

.tickerContainer td:nth-child(even) {
    width: 4%;
}

.tickerContainer .highlight {
    font-size: 100px;
}

.youtube-container {
    position: relative;
    padding-bottom: 54.4%;
    height: 0;
    margin: 20px 0;
}

.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .tickerContainer {
        font-size: 18px;
    }

    .tickerContainer .highlight {
        font-size: 80px;
    }
}

@media only screen and (max-width: 959px) {
    .tickerWrapper {
        padding: 10px 140px;
    }

    .tickerContainer {
        font-size: 18px;
    }

    .tickerContainer .highlight {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .tickerWrapper {
        padding: 10px 20px;
    }

    .tickerContainer {
        font-size: 12px;
    }

    .tickerContainer .highlight {
        font-size: 42px;
    }

    .youtube-container {
        width: 100%;
    }

    .youtube-container iframe {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .youtube-container {
        margin: 10px 0;
    }
}

/* FUNDS TRACKER */
.fundsTracker {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.fundsTrackerTitle {
    font-size: 28px;
    color: #585858;
    text-transform: uppercase;
    font-family: 'Libre-Baskerville-Bold';
    letter-spacing: 3px;
    line-height: 1.5;
    display: inline-block;
    margin: auto;
    /*border-bottom: 2px solid #a37b2c;*/
}

.fundsRaisedValue, .fundsRaisedValue span {
    font-family: 'Nunito-ExtraBold';
    color: #a37b2c;
    line-height: 1.5;
    font-size: 60px;
    letter-spacing: 2px;
}

.fundsPercentage {
    font-size: 20px;
    color: #585858;
    text-transform: uppercase;
    font-family: 'Libre-Baskerville-Bold';
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 10px 0;
}

.fundsPercentageBar {
    position: relative;
    margin: auto;
    width: 800px;
    height: 20px;
    background: #e3e4e5;
}

.fundsPercentageBarValue {
    background: #a37b2c;
    height: 100%;
    display: inline-block;
    float: left;
}

.fundsPercentageBarValue:after {
    content: '';
    display: block;
    clear: both;
}

.fundsPercentageBarStart {
    position: absolute;
    font-family: 'Nunito-ExtraBold';
    color: #a37b2c;
    margin-top: 20px;
    margin-left: 0px;
}

.fundsPercentageBarEnd {
    position: absolute;
    font-family: 'Nunito-ExtraBold';
    color: #a37b2c;
    margin-top: 20px;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .fundsTrackerTitle {
        font-size: 18px;
    }

    .fundsRaisedValue, .fundsRaisedValue span {
        font-size: 36px;
    }

    .fundsPercentage {
        font-size: 16px;
        padding: 0 20px;
    }

    .fundsPercentageBar {
        width: 100%;
    }
}

/*# sourceMappingURL=hunt2save.css.map */
