body {
    padding-top: 84px;
    background-color: #1d1d1d;
}

#main-header {
    padding-top: 30px;
    padding-bottom: 10px;
}

#main-header h1 {
    font-size: clamp(20px, 3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0 0 20px;
}

ol {
    color: #d5dae2;
    font-size: 15px;
    padding-top: 20px;
}

ol li {
    margin-bottom: 5px;
}

h1 {
    color: #f45950;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #f45950;
    padding: 0;
    margin: 0;
}

.section-title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.slide-image {
    width: 100%;
}

#carousel-example-generic {
    border-style: solid;
    border-width: 3px;
    border-color: #e62c21;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.caption {
    height: 70px;
    overflow: hidden;
}

.caption h4 {
    white-space: wrap;
    text-align: center;
    color: white;
    font-size: 15px;
}

.section-title {
    min-height: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(244, 89, 80, 0.2);
    padding-bottom: 12px;
}

.section-title h1 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #f45950;
}

.thumbnail, #zone1, #zone2, #zone3, #zone4, #zone5 {
    margin-bottom: 200px;
    background-color: #181818;
    border-radius: 12px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#zone2 {
    margin-bottom: 0px;
}

.thumbnail .caption-full {
    padding: 9px;
    display: none;
}

body > .container {
    position: relative;
    min-height: calc(100vh - 84px);
    padding-bottom: 70px;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    margin: 0;
}

@media only screen and (min-width: 480px) {
    .slide-image {
        max-height: 222px;
        height: 222px;
        min-height: 222px;
    }

    #slide-image-1 {
        max-height: 222px;
        max-width: 800px;
        height: 222px;
        width: 800px;
        margin-left: -150px;
    }
}

@media only screen and (min-width: 580px) {
    #slide-image-1 {
        margin-left: -100px;
    }
}

@media only screen and (min-width: 650px) {
    #slide-image-1 {
        margin-left: -70px;
    }
}

@media only screen and (min-width: 768px) {
    #slide-image-1 {
        max-height: 268px;
        max-width: 800px;
        height: 268px;
        width: 800px;
        margin: 0 auto;
    }

    #slide-image-2, #slide-image-3, #slide-image-4, #slide-image-5, #slide-image-6 {
        max-height: 268px;
        height: 268px;
    }
}

@media only screen and (min-width: 992px) {
    #slide-image-1 {
        max-height: 350px;
        max-width: 800px;
        height: 350px;
        width: 800px;
        margin: 0 auto;
    }

    #slide-image-2, #slide-image-3, #slide-image-4, #slide-image-5, #slide-image-6 {
        max-height: 350px;
        height: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #slide-image-1 {
        max-height: 425px;
        max-width: 800px;
        height: 425px;
        width: 800px;
        margin: 0 auto;
    }

    #slide-image-2, #slide-image-3, #slide-image-4, #slide-image-5, #slide-image-6 {
        max-height: 425px;
        height: 425px;
    }
}
