body {
    margin: 0em;
}
h2 {
    font-family: Verdana,Geneva,sans-serif,"websafe";
    font-size: 2em;
    color: #00604f;
    margin: 0em ;
    padding: 0em 0.5em;
    margin-bottom: 0.5em;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
.bold_text {
    font-weight: bold;
    font-family: Verdana,Geneva,sans-serif,"websafe";
}
.boxed {
    padding: 1em;
    margin-bottom: 0.5em;
}
.bottone_menù {
    text-transform: uppercase;
    font-family: Verdana,Geneva,sans-serif,"websafe";
    letter-spacing: .14em;
    padding: 1em;
    margin: 0.2em;
    color: #00604f;
    font-size: 1.0em;
    border: 3px solid #ccaa7a;
    border-radius: 0.5em;
}
.bottone_menù:hover {
    color: #f2c314;
    border: 3px solid #f2c314;
}
.bottone_selezionato {
    color: #f2c314;
    border: 3px solid #f2c314;
}
.image {
    margin: 0.5em;
    box-shadow: 0 0 10px 3px #a68759;
    max-width: 100%;
}
.shadow_box {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0em;
    background-color: #eeedac;
    box-shadow: inset 0 0 50px 5px #a68759;
}
#angoli_container
{
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    
    pointer-events: none
}
#angolo{
    position: absolute;
    height: 10em;
    padding: 1em;
}
#basic_text {
    font-family: Verdana,Geneva,sans-serif,"websafe";
    font-size: 1.2em;
    color: #454545;
    margin: 0em;
    margin-bottom: 1em;
    text-align: center;
}
#black_cover
{
    position: fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    pointer-events: none;
}
#copertina {
    height: 350px;
}
#footer_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
#footer_text {
    font-family: Verdana,Geneva,sans-serif,"websafe";
    font-size: 0.9em;
    color: white;
    margin: 0em;
    margin-bottom: 0.5em;
    text-align: center;
}
#immagine_copertina {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    box-shadow: 0 0 10px 3px #a68759;
}
#upper_tab {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background-color: transparent;
    margin: 0em 2em 1em 2em;
    width: auto;
    height: auto;
}
#line {
    margin: 0em 10%;
    border-bottom: 3px solid #f2c314;
}
#logo {
    height: 8em;
    padding: 1em;
}
#lower_tab {
    background-color: #2a2a2a;
    min-height: 200px;
}
#main_container {
    display: flex;
    flex-direction: column;
    padding: 2em 0em 5em 0em;
    width: 80%;
    margin: auto;
}
#menù_standard {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0em 1em;
    text-align: center;
    justify-content: center;
}
#menù_mobile {
    display: none;
    z-index: 2;
    width: 100%;
    background-color: #ccaa7a;
    position: fixed;
    bottom: 0px;
}
/*	Sidepanel menù style for mobile users	*/
.sidenav {
    height: 100%;
    width: 65%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    margin-left: 100%;
    background-color: #eeedac;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}		
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}
.bottone_menù_sidenav {
    text-transform: uppercase;
    font-family: Verdana,Geneva,sans-serif,"websafe";
    letter-spacing: .14em;
    padding: 0.5em;
    margin: 0.5em 2em;
    color: #00604f;
    font-size: 1em;
    border: 3px solid #ccaa7a;
    border-radius: 0.5em;
}
.bottone_menù_sidenav:hover {
    color: #f2c314;
    border: 3px solid #f2c314;
}
.bottone_selezionato_sidenav {
    color: #f2c314;
    border: 3px solid #f2c314;
}
.language_picker_pc {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 2em;
    right: 2em;
}
.language_picker_mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    top: 100%;
    left: 0%;
    background-color: #eeedac;
    box-shadow: inset 0 0 15px 5px #a68759;
    transition: 0.5s;
}

/* ---------------------------------------- */

@media only screen and (max-width: 768px)	{

}

@media only screen and (max-width: 460px)	{
    #logo {
        max-height: 8em;
        height: 100%;
        padding: 1em;
        padding-top: 2em;
    }
    #angolo {
        position: absolute;
        height: 6em;
        padding: 1em;
    }
    #main_container {
        display: flex;
        flex-direction: column;
        padding: 1em 0em 3em 0em;
        width: 85%;
        margin: auto;
    }
    #menù_standard {
        display: none;
    }
    #menù_mobile {
        display: flex;
    }
    #lower_tab {
        background-color: #2a2a2a;
        min-height: 200px;
        padding-bottom: 3em;
    }
    .image {
        margin: 0.5em;
        box-shadow: 0 0 10px 3px #a68759;
        max-width: 100%;
    }
    .language_picker_pc {
        display: none;
        flex-direction: row;
        position: absolute;
        top: 2em;
        right: 2em;
    }
}