html {
    scroll-behavior: smooth;
}

section {
    width: 100%;
    /* height: 800px; */
    height: 80vh;
    /* min-height: 100vh; */
    padding: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1c1c1c;
    background-attachment: fixed;
}

@media (max-width: 1200px) {
    section {
        width: 240%; /* Aplica somente em telas menores */
    }
}

section:nth-of-type(1) {
    /* background-image: url(../background_images/iceberg.jpeg); */
    background-color: #000000;
    height: 185px;
}

section:nth-of-type(3) {
    /* background-image: url(../background_images/iceberg.jpeg); */
    background-color: #000000;
    height: 300px;
}

section:nth-of-type(5) {
    background-color: #000000;
    height: 300px;
}

section:nth-of-type(7) {
    background-color: #000000;
    height: 300px;
}

section:nth-of-type(9) {
    background-color: #000000;
    height: 300px;
}

section:nth-of-type(11) {
    background-color: #000000;
    height: 300px;
}

section:nth-of-type(13) {
    background-color: #000000;
    height: 300px;
}