body {
    font-family: "Karla", sans-serif !important;
    background-color: #fffef8 !important;
}

/* ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧  */

.social_container {
    text-align: end;
    vertical-align: middle;
    width: 85%;
    margin: auto;
    padding: 2rem 0 0 0;
}

.social_container a {
    text-decoration: none;
    color: #000;
}

.social_container i {
    font-size: 22px;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    height: 100vh;
}

.logo_wrap img{
   width: 100%;
}

.logo_wrap p{
    font-size: 16px;
}

.text_continer {
    display: flex;
    justify-content: flex-end;
}

.text_continer p {
    font-size: 16px;
}

.social_container_mb {
    display: none;
}

@media (max-width:991px) {

    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        align-items: flex-start;
    }

    .text_continer {
        margin: 3rem 0;
    }

    .text_continer p{
        font-size: 16px;
    }


    .social_container {
        display: none ;
    }

    .social_container_mb {
        display: block !important;
    }

    .social_container_mb a {
        text-decoration: none;
        color: #000;
    }

}

/* ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧  */

.header_about {
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem;
    text-transform: uppercase;
}

.header_about a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s;
}

.header_about a:hover {
    font-weight: 600;
}

.text_continer_about {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.text_continer_about h2 {
    text-transform: uppercase;
    font-size: 22px;
}

.wrapper_about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: auto;
    height: 100vh;
}

@media (max-width:991px) {

    .header_about {
        display: flex;
        justify-content: space-between;
        padding: 1.4rem;
        text-transform: uppercase;
    }

    .text_continer_about {
        padding-top: 4rem;
    }

    .wrapper_about {
        padding-bottom: 6rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        align-items: flex-start;
    }

    .text_continer_about h2 {
        text-transform: uppercase;
        font-size: 20px;
    }

}

/* ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧ ୨୧ ⏔⏔⏔⏔♡⏔⏔⏔⏔ ୨୧  */

.navbar_home {
    display: flex;
    justify-content: space-between;
    padding: 1rem 3rem;
    text-transform: uppercase;
    background-color: #fffef8;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar_home a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    transition: 0.2s;
}

.navbar_home a:hover {
    font-weight: 600;
}

.wrapper_home {
    background: url(../img/home/annagreta-site-desktop-DEF.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
}

.logo_home{
    width: 39%;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width:767px) {

    .navbar_home {
        padding: 1rem 1.3rem;
    }

    .wrapper_home {
        background: url(../img/home/annagreta-site-mobile-DEF.jpg);
        background-repeat: repeat;
        background-size: 100%;
        height: 100vh;
    }

    .logo_home{
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.wrap_tutto {
    overflow-y: hidden;
    height: 100vh;
}