@font-face {
    font-family: 'Gotham'; /*a name to be used later*/
    src: url('./resources/Gotham-Light.otf'); /*URL to font*/
}

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    height: 100%;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    white-space: nowrap;
}



.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 79;
    display: block;
    width: 100vw;
}



.links {
    z-index: 80;
    position: absolute;
    align-items: center;
    top: 0;
    color: white;
    text-decoration: none;
    width: 100vw;
    height: 100vh;
    right: -11em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    font-family: 'Gotham';
    background-color: #D9D9D9AA;
}

.activelinks {
    opacity: 1;
    visibility: visible;
    transform: translateX(-11em);
}

.nav-menu{
    max-width: 50vw;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 40vh;
    right: 2vw;
}

.nav-link {
    text-decoration: none;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1),0px 0px 5px rgba(0, 0, 0, 1),0px 0px 2px rgba(0, 0, 0, 1);
    font-size: 2.1em;
    text-align: right;
    
}
.nav-link:visited {
    color: #FFF;
}

.nav-item {
    font-size: 4.5vw;
    text-align: right;
}

.image-container{
    margin-top: 0.8em;
    margin-left: 3vw;
    opacity: 100%;
    height: 50px;
    width: 50px;
    
}

.logo {
    height: 3em;
    opacity: 90%;
}
.burger-container {
    margin-top: 1.5em;
    margin-right: 3vw;
    width: 10vw;
    position: absolute;
    right: 0;
    top: 0;
    
}
.burger {
    margin-top: 1.5vw;
    height: 0.1em;
    border: 0;
    border-radius: 0.317rem;
    background-color: black;
    opacity: 70%;
}

.page-container{
    margin: auto;
    margin-top: 10%;
    width: 80%;
    text-align: center;
    
}

.social-link{
    vertical-align: middle;
    color: black;
    padding: 5px;
}
.social-link:visited{
    color: black;
}


.social-logo{
    height: 2em;
    display: inline-block;
    vertical-align: middle;
}

.social-heading{
    display: inline-block;
    font-family: 'Gotham';
    vertical-align: middle;
    font-size: 0.7em;
    margin-left: 2%;
}
.slink-container{
    margin-top: 0px;
}

#whatsapp{
    margin-left: -8%;
}

.sitolink-container{
    margin-top: 10px;
    text-align: center;
}

#mappa{
    margin-top: 22%;
    height: 40%;
    width: 100%;
}
.button-color{
    background-color: #FFF !important;
}
.privacy-wrapper{
    bottom: unset !important;
    top:0 !important;
}

        .button-privacy2 {
            color: #000 !important;
            
        }
        .button-privacy-accept {
            color: #000 !important;
            
        }
        .button-privacy-reject {
            color: #000 !important;
            
        }