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;
}

#button1, #button2, #button3, #button4 {
    width: 60%;
    min-height: 52px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f !important;
    border: 1px solid rgba(244, 89, 80, 0.4) !important;
    border-radius: 10px;
    color: #f45950 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin: 0;
}

#button1 p, #button2 p, #button3 p, #button4 p {
    margin: 0;
    padding: 0;
}

#button1:hover, #button2:hover, #button3:hover, #button4:hover {
    background-color: #f45950 !important;
    border-color: #f45950 !important;
    color: #0f0f0f !important;
}

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

ol li {
    margin-bottom: 5px;
}

h1 {
    color: #f45950;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
}

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

.section-title h1 {
    font-size: 18px;
    margin-top: -10px;
    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 a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-title {
    min-height: 90px;
    width: 100%;
    min-width: 100%;
    background-color: #1f1f1f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid rgba(244, 89, 80, 0.2);
}

#confirm-alert-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #9a9a9a;
    margin: 0;
    text-align: center;
}

.thumbnail {
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.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: 0px) {
    .slide-image {
        max-height: 200px;
        height: 200px;
        min-height: 200px;
    }
}

@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;
    }
}

@media only screen and (max-width: 992px) {
    #button1, #button2, #button3, #button4 {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    #button1, #button2, #button3, #button4 {
        width: 60%;
    }
}

@media only screen and (max-width: 320px) {
    #button1, #button2, #button3, #button4 {
        width: 80%;
    }
}
