* {
    padding: 0;
    margin: 0;
}

body {
    height: 100vh;
    width: 100%;
}

.section-container {
    height: 100vh;
    width: 100%;
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
}

section {
    scroll-snap-align: start;
    height: 100vh;
    width: 100%;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 2em;
}

.center-content p {
    text-align: center;
}


.section-container section:nth-child(1) {
    background-color: #888;
    background-image: url("../img/bg1.jpg");
    background-position: center;
    background-size: cover;
}

.section-container section:nth-child(2) {
    background-color: white;
    background-size: cover;
}

.section-container section:nth-child(3) {
    background-color: white;
    background-size: cover;
}

.section-container section:nth-child(4) {
    background-color: white;
    background-size: cover;
}

.section-container section:nth-child(5) {
    background-color: white;
    background-size: cover;
}

.section-container section:nth-child(6) {
    background-color: white;
    background-size: cover;
}

.content {
    width: 50%;
    margin: 0 auto;
    font-family: georgia, sans-serif;
    font-size: 20px;
}

.title {
    font-family: Leigo, sans-serif;
    font-size: 40px;
}

.factory-title {
    width: 80%;
    margin: 0 auto;
    font-family: Leigo, sans-serif;
    font-size: 30px;
}

.factory-content {
    width: 80%;
    margin: 0 auto;
    font-family: georgia, sans-serif;
    font-size: 20px;
}

.factory-div {
    margin-top: 100px;
    width: 100%;
    height: 100vh;
}

@font-face {
    font-family: Leigo;
    src: url("../fonts/leigo.otf") format("opentype");
}

#showBrands {
    width: 30%;
}

#showBrands .row.clearfix .col-md-3.column {
    text-align: center;
}

#showBrands .row.clearfix .col-md-3.column img {
    width: 80%;
    margin: 6%;
}

@media screen and (max-device-width: 1300px) {
    .factory-title {
        width: 80%;
        margin: 0 auto;
        font-family: Leigo, sans-serif;
        font-size: 22px;
    }

    .factory-content {
        width: 80%;
        margin: 0 auto;
        font-family: georgia, sans-serif;
        font-size: 15px;
    }
}

@media screen and (max-device-height: 695px) {
    .factory-title {
        width: 80%;
        margin: 0 auto;
        font-family: Leigo, sans-serif;
        font-size: 22px;
    }

    .factory-content {
        width: 80%;
        margin: 0 auto;
        font-family: georgia, sans-serif;
        font-size: 15px;
    }
}

@media screen and (max-device-width: 500px) {
    .factory-title {
        width: 80%;
        margin: 0 auto;
        font-family: Leigo, sans-serif;
        font-size: 10px;
    }

    .factory-content {
        width: 80%;
        margin: 0 auto;
        font-family: georgia, sans-serif;
        font-size: 5px;
    }
}