body {
    font-family: 'Alegreya Sans', sans-serif;
    color: white;
    background-color: black;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: white;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 1;
}


/* FRONT PAGE */

#main-button {
    font-size: 1.8rem;
    padding: 7px 35px;
    text-align: center;
    color: #D40000;
    position: fixed;
    top: 20px;
    right: 20px;
    border-color: #D40000;
    border-width: 1px;
    border-style: solid;
    background-color: black;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
}

.fp-main {
    min-height: 100vh;
    padding: 110px 20px 50px 20px;
    text-align: center;
}

.logo {
    width: 90vw;
    max-width: 350px;
}

.fp-second-section {
    margin: 50px 0;
    padding: 0;
}

.bi-geo {
    font-size: large;
    margin-right: 2px;
}

.fp-address {
    font-size: 0.9rem;
}

.fp-button {
    align-self: center;
    font-size: 2rem;
    width: 400px;
    max-width: 100%;
    border-color: #D40000;
    border-width: 1px;
    border-style: solid;
    margin: 7px 0;
}

.fp-info {
    font-size: 0.7rem;
    letter-spacing: 0.9rem;
}


/* ABOUT */

#about {
    min-height: 100vh;
}

.about-foto {
    background: url(../img/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
}

.about-info {
    padding: 0 20px 40px 20px;
    font-size: 1.5rem;
    text-align: center;
    align-items: center;
}


/* VALUES */

.values {
    min-height: 100vh;
}

.values-foto {
    background: url(../img/values.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 550px;
}

.values-info {
    padding: 60px 20px;
    font-size: 1.5rem;
    text-align: center;
    align-self: center;
}


/* LOGO */

.logos {
    min-height: 100vh;
    padding: 60px 20px;
}

.logo-scissors {
    width: 200px;
}

.logos-text {
    max-width: 600px;
    text-align: center;
    font-size: 1.5rem;
    color: #636060;
    margin: 60px 0;
    padding: 0;
}

.logos-pictures {
    max-width: 1000px;
    height: auto;
}

.col-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.logo-pic {
    max-width: 90%;
    max-height: 150px;
}


/* SOCIAL */

.social {
    background: url(../img/social.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial;
    /* background-attachment: fixed; */
    min-height: 100vh;
    padding: 60px 20px;
}

.social-text {
    text-align: center;
    font-size: 1.6rem;
    color: white;
    margin-bottom: 40px;
    padding: 0;
    max-width: 700px;
}

.social-buttons {
    max-width: 700px;
}

.social-button {
    font-size: 1.5rem;
    padding: 7px 35px;
    text-align: center;
    color: white;
    border-color: white;
    border-width: 1px;
    border-style: solid;
    margin: 20px 20px;
    width: 200px;
}


/* CONTACT */

#contact {
    min-height: 100vh;
    padding: 100px 20px 10px 20px;
}

.logo-contact {
    width: 250px;
}

.contact-row {
    margin: 40px 0;
    max-width: 800px;
}

.contact-col {
    margin: 40px 0 20px 0;
    text-align: center;
}

.contact-title {
    color: #636060;
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.contact-text {
    color: white;
    font-size: 1.7rem;
}

.contact-title-1 {
    margin-bottom: 12px;
}

.contact-boka {
    font-size: 1.5rem;
    padding: 7px 35px;
    text-align: center;
    color: white;
    border-color: #2AA48F;
    border-width: 1px;
    border-style: solid;
    width: 200px;
}

.contact-title-2 {
    margin-top: 31px;
}

.mapouter,
.gmap_canvas,
#gmap_canvas {
    max-width: 1000px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: none !important;
}

.footer {
    color: #636060;
    text-align: center;
    padding: 0;
    margin: 20px 0 0 0;
}

@media (min-width: 576px) {
    .about-info {
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .values-info {
        padding: 60px 40px;
    }
}

@media (min-width: 768px) {
    .about-info {
        padding-top: 40px;
        padding-left: 0;
        text-align: right;
        align-items: end;
    }
    .values-foto {
        min-height: auto;
    }
    .values-info {
        text-align: left;
    }
    #contact {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .about-info {
        padding-right: 7vw;
        font-size: 1.6rem;
    }
    .values-info {
        padding-left: 7vw;
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .about-info {
        padding-right: 10vw;
        font-size: 1.8rem;
        padding-bottom: 15vh;
    }
    .values-info {
        padding-left: 10vw;
        font-size: 1.8rem;
    }
    .mapouter,
    .gmap_canvas,
    #gmap_canvas {
        max-width: 1200px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}