html {
  font-size: 14px;
}
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LeagueSpartan';
    src: url('/fonts/LeagueSpartan-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'DMSerifDisplay';
    src: url('/fonts/TrajanProRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
   
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #E2D7C4; /*#f0e1c6b5;*/
}
.bodySection{
    margin-top:100px;
}

.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

    .hero video {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*.hero-content {
    position: absolute;
    color: white;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}*/
.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero-content h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-sub {
    position: absolute!important;
    left: 50%!important;
    transform: translateX(-50%);
    bottom: 20vh!important; /* 20% dal fondo della finestra */
    font-size: 1.2rem;
    font-weight:bolder;
}

.logo-brand {
    height: 64px;
}

@media (min-width: 992px) {
    .overlay-video {
        font-size:4.8rem;
        font-weight:bolder;
    }
    .logo-wide-overlay{
        height:75px;
      
    }
    .logo-brand {
        height: 64px;
    }
    .nav-item{
        width:100%;
        text-align:center;
    }
    .navbar-brand{
        display:none;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .overlay-video {
        font-size: 3.6rem;
    }
    .logo-wide-overlay {
        height: 65px;
    }
    .logo-brand {
        height: 64px;
    }
    .navbar-brand {
        display: none;
    }
}
@media (max-width: 575.98px) {
    .overlay-video {
        font-size: 2.4rem;
    }
    .logo-wide-overlay {
        height: 50px;
    }
    .logo-brand {
        display:none;
    }
}
/*.overlay-video {
    font-size: 3.4rem;*/ /* Mobile default */
    /*font-weight: bolder;
}*/
.logo-wide-overlay {
    height: 50px; /* Mobile default */
}
