.yellow {
    color: #e5eb4e;
}

.cyan {
    color: #76ebe2;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

@font-face {
    font-family: 'Termina Black';
    font-weight: 900;
    src: url('fonts/termina-black.otf') format('ttf'),
    url('fonts/termina-black.otf') format('woff2'),
    url('fonts/termina-black.otf') format('woff');
    font-display: swap;
}

body {
    margin: 0;
}

.nohappyendings {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.nohappyendings--top {
    position: absolute;
    top: 1rem;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.nohappyendings span {
    display: inline-block;
    padding:  0.5rem 1rem;
    border: 2px solid #76ebe2;
    color: #76ebe2;
    text-transform: uppercase;
    width: auto;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 900;
}

.hero {
    position: relative;
    background-color: #000;
    padding: 15rem 0 6rem;
    overflow: hidden;
}

.hero .row {
    position: relative;
    z-index: 2;
}

.row {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.hero__image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
    bottom: 0;
}

.hero__image img {
    max-width: 100%;
    /*width: auto;*/
    /*height: 100%;*/
}

.hero__inner {
    text-align: center;
}

.hero__title {
    font-family: "Termina Black", "Arial", sans-serif;
    font-size: 6.5rem;
    color: #e5eb4e;
    letter-spacing: 1px;
    line-height: 0.9;
    margin-bottom: 2rem;
}

.hero__title .left {
    margin-left: -5rem;
}

.hero__title .right {
    margin-right: -1rem;
}

.hero__sub-title {
    color: #76ebe2;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 900;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 7rem;
    letter-spacing: 1px;
}

.hero__content {
    color: #fff;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.hero__content p {
    line-height: 2;
}

.hero__slider-slide {
    background-image: url("img/bg-slider-texture.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 6rem 1rem;
}

.hero__slider-slide-title, .hero__slider-slide-content {
    color: #000;
}

.slick-slide {
    margin: 0 0.25rem;
}

.slick-list {
    margin: 0 -0.25rem;
}

.slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 3rem;
}

.slick-dots button {
    border-radius: 50%;
    border: 2px solid #e5eb4e !important;
}

.slick-dots .slick-active button  {
    background-color: #e5eb4e !important;
}

.slick-dots button::before {
    display: none;
}

.hero__slider-slide-title {
    font-family: "Termina Black", "Arial", sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}

.hero__slider-slide-content {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
}

.callout {
    background-color: #e5eb4e;
    padding: 6rem 0;
    text-align: center;
}

.callout h2, .callout p {
    color: #000;
}

.callout h2 {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.7rem;
}

.callout p {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
}

.resources {
    background-image: url("img/bg-texture.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem 2rem 8rem;
}

.resources h2 {
    font-family: "Termina Black", "Arial", sans-serif;
    color: #e5eb4e;
    text-align: center;
    margin-top: 0;
    margin-bottom: 3rem;
    font-size: 3.5rem;
}

.resources__inner {
    background-color: #fff;
    padding: 2rem 3rem;
}

.resources h3 {
    margin-bottom: 0;
}

.resources h3 a {
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    background-color: #76ebe2;
}

.resources h3 a:hover {
    background-color: #e5eb4e;
}

.resources p {
    margin-top: 0.5rem;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
}

.footer {
    background-color: #000;
    padding: 6rem 0;
}

.footer p {
    margin-bottom: 0;
    color: #fff;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: 300;
    text-align: center;
}

.footer img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 400px;
}

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

}

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

}

@media screen and (max-width: 600px) {
    .resources h2 {
        font-size: 2rem;
    }

    .hero__slider-slide-title {
        font-size: 1.5rem;
    }

    .hero__title {
        font-size: 4rem;
    }

    .hero__sub-title {
        font-size: 0.7rem;
    }
}