html *
{
font-family: Archivo;
}

/* HEADER CONTENT */
header{
margin-top: 20px;
}

.header_logo {
    text-align: center;
    width: 100px;
    margin: auto;
}

.alma_logo_header{
    max-width: 100%;
    height: auto;
}

.studio_alma_text{
    font-size: 17.5px;
    margin-top: 0px;
    color: #221F20;
    font-weight: 600;
}

.leaf_left{
    position: absolute;
    width: 30vw;
    z-index: 1;
    top: 0;
    left: 0;
    }
        
.leaf_right{
    position: absolute;
    width: 30vw;
    z-index: 1;
    top: 0;
    right: 0;
    transform: scaleX(-1);
    }


    /*BODY*/


.titulo_haircuts{
    font-size: 3vw;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 110px;
    }

.container{
    display:flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
    }

.single-img{
    max-width: 100%;
    height: auto;
    margin: 5px;
    cursor: pointer;
    filter: grayscale(100%); 
    }

.single-img:hover{
    position: relative;
    transition: 2s;
    transform: scale(1.3);
    filter:grayscale(0);
    z-index: 1;
    }


    /* FOOTER */


.follow_us{
    text-align: center;
    margin-top: 35px;
    }

.follow_us_line{
    height: 2px;
    color:#221f20;
    background-color: #221f20;
    width: 30%;
    }

.follow_us_title{
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    color: #221f20;
    padding-top: 30px;
    margin: 0% 35%;
    }

.social_media_logos{
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 5vh;
    margin-top: 35px;
    }

.social_media_logo{
    height: 40px;
    width: 40px;
    padding: 10px;
    margin: 5px;
    }

.social_media_logo:hover{
    opacity: .5;
    box-shadow: 2px 2px 24px #fff;
    transform: translateY(-5px);
    transition: 0.3s;
    }

.alma_logo_footer{
    margin-top: 30px;
    margin-bottom: 15px;
    }

    /* MEDIA QUERIES 768PX */

@media (max-width: 768px){

.titulo_haircuts{
        font-size: 23px;
}

.follow_us_title{
    font-size: 18px;
    margin: 0;
        }

.follow_us_line{
    height: 2px;
    color:#221f20;
    background-color: #221f20;
    width: 225px;
        }
    }

    /* MEDIA QUERIES 480PX */

@media (max-width: 480px){

.titulo_haircuts{
        font-size: 23px;
}

.follow_us_title{
    font-size: 18px;
    margin: 0;
        }

.follow_us_line{
    height: 2px;
    color:#221f20;
    background-color: #221f20;
    width: 225px;
        }
    }