
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

header {
    width: 100%;
    height: 75px;
    z-index: 1;
    background-color: white;
    position: fixed;
    box-shadow: 0 0 1.2rem rgba(0 , 0 , 0 , 0.5);
}

#Acoperire {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(255 , 255 , 255 , 0.95);
    z-index: 2;
    display: none;
}

#Wrapper_Navigare {
    width: 100%;
    height: 100%;
}

#Navigare {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#Logo {
    position: absolute;
    margin: 0.2rem;
    height: calc(100% - 0.4rem);
    aspect-ratio: 1;
}

.Referinta {
    font-size: min(2.8vw , 1.5rem);
    height: 100%;
    padding: 0 min(2.8vw , 1.8rem) 0 min(2.8vw , 1.8rem);

    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100 , "YTLC" 500;

    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: black;
    transition: color 0.1s, background-color 0.5s, font-weight 0.2s;
}

.Referinta:hover {
    color: #225F78;
    background-color: #f1f1f1;
    font-weight: 700;
}

#Deschidere {
    position: absolute;
    display: none;
    right: 0;
    margin: 0.5rem;
    height: calc(100% - 1rem);
    aspect-ratio: 1;
}

#Buton_Deschidere {
    position: relative;
    height: 80%;
    width: 80%;
}

@media only screen and (max-width: 800px) {
    #Navigare {
        display: none;
    }
    #Deschidere {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
}

#Wrapper_Small {
    padding-top: clamp(30px , max(3.8vw , 3.8rem) , 100px);
    height: calc(100% - clamp(30px , max(3.8vw , 3.8rem) , 100px));
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

#Meniu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Inchidere {
    position: absolute;
    right: 0;
    top: 0;
}

#Buton_Inchidere {
    margin: max(0.2vw , 0.2rem);
    height: max(3.6vw , 3.6rem);
    aspect-ratio: 1;
}

.Imagine_Trimitere {
    height: 3.5rem;
    aspect-ratio: 1;
    padding: 0.5rem;
    padding-left: 1rem;
}

.Trimitere_Meniu {
    margin: 0.25rem;
    padding: 0.25rem;
    cursor: pointer;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}

.Trimitere_Meniu:hover {
    background-color: white;
    box-shadow: 0 0 1rem 0 rgba(0 , 0 , 0 , 0.5);
    border-radius: 2.5rem;
}

.Text_Trimitere {

    font-size: 2rem;
    padding: 0.5rem;
    padding-right: 1rem;

    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 550;
    font-style: normal;
    font-variation-settings: "wdth" 100 , "YTLC" 500;
}