/* Header - Footer */

@media screen and (max-width: 1200px){

    .headerText{
        font-size: 1em !important;
    }

}

@media screen and (max-width: 850px){

    #header{
        display: none !important;
    }

    #mobileHeader{
        display: flex !important;
    }

    footer{
        margin-bottom: 20%;
    }

}

/* Home responsive */

@media screen and (max-width: 1200px){

    #home-salon{
        width: 100% !important;
    }

    #home-desc{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

}

@media screen and (max-width: 850px){

    #home{
        padding-right: 0% !important;
    }

    #home-salon{
        width: 45% !important;
    }

    #home-desc{
        width: 55% !important;
        align-items: center !important;
        margin-left: 0% !important;
    }

    #home-arrow{
        margin-bottom: 20% !important;
    }

}

@media screen and (max-width: 600px){

    #home{
        flex-direction: column !important;
    }

    #home-salon{
        width: 100% !important;
    }

    #home-salon>img{
        width: 100% !important;
    }

    #home-desc{
        width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    #home-subtitle{
        padding-bottom: 1rem !important;
    }

    #home-arrow{
        padding-top: 2rem !important;
    }

}

/* Main responsive */

@media screen and (max-width: 1200px){

    #main{
        margin-left: 25% !important;
    }

}

@media screen and (max-width: 850px){

    #main{
        margin-left: 0% !important;
    }

}

/* Presentation responsive */

@media screen and (max-width: 1400px){

    #presentation-part-one{
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    #presentation-part-two>div:first-child{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #presentation-part-two>div:last-child{
        padding-left: 0% !important;
        padding-right: 0% !important;
    }


}

@media screen and (max-width: 1275px){

    #presentation{
        flex-direction: column-reverse !important;
    }

    #presentation-part-one{
        flex-direction: row !important;
    }

    #presentation-part-two{
        width: 100% !important;
    }

}

@media screen and (max-width: 650px){

    #presentation-part-two{
        flex-direction: column-reverse !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #presentation-text{
        width: 100% !important;
    }

    #presentation-part-two>div:last-child{
        padding: 0% !important;
    }

    #presentationImage{
        width: 60% !important;
    }
}

/* Services */

@media screen and (max-width: 850px){
    #services{
        flex-wrap: wrap;
        padding-right: 0px !important;
    }

    #services>img:first-child{
        margin-left: .5rem !important;
    }

    #services>img{
        width: 45% !important;
    }
}

@media screen and (max-width: 650px){
    #services{
        flex-direction: column !important;
    }

    #services>img{
        width: 70% !important;
    }
}

/* Gallery */

@media screen and (max-width: 1400px){

    .frame{
        min-width: 250px;
        min-height: 250px;
        max-width: 250px;
        max-height: 250px;
    }

}

@media screen and (max-width: 1100px){

    .frame{
        min-width: 175px;
        min-height: 175px;
        max-width: 175px;
        max-height: 175px;
    }

    #gallery{
        padding: 1rem !important;
    }

}

@media screen and (max-width: 850px){

    .frame{
        min-width: 200px;
        min-height: 200px;
        max-width: 200px;
        max-height: 200px;
    }

}

@media screen and (max-width: 650px){

    .frame{
        min-width: 150px;
        min-height: 150px;
        max-width: 150px;
        max-height: 150px;
    }

}

@media screen and (max-width: 500px){

    .frame{
        min-width: 105px;
        min-height: 105px;
        max-width: 105px;
        max-height: 105px;
    }

}

@media screen and (max-width: 500px){
    .pictureGallery{
        width: 100px !important;
        height: 100px !important;
    }
}

/* Contact band */

@media screen and (max-width: 1100px){

    #contact{
        flex-direction: column !important;
    }

}

@media screen and (max-width: 500px){

    #contact>div{
        flex-direction: column!important;
    }

}