
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@700&family=Courier+Prime:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body{
    font-family: 'Courier Prime', monospace;
    /*font-family: 'Work Sans', sans-serif;*/
    /*font-family: 'Anton', sans-serif;*/
    font-size: 15px;
    color: #000;
    /*background-color: #FFFDD0;*/
    /*background-color: #FFF5E1;*/    
    background-color: #FFFFFF;    
    transition: all .5s ease;
    padding-top: 250px; /* Altezza del menu desktop */    
}
.map-container {
    width: 100vw; /* Larghezza totale */
    height: 60vh; /* Altezza della mappa */
    margin-top: 270px;
}
p {
  color: #000;
}
h1, h2, h3 {
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: 'Anton', sans-serif;
    color: #b4b5a7;
}
.navbar {
    /*background-color: inherit !important;*/
    background-color: #FFFFFF !important;

}
@media (max-width: 991px) {
  .navbar-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .menu-border {
    border-top: 2px solid #ccc; /* Linea sopra il menu */
    padding-top: 10px; /* Spazio tra bottone e menu */
    }
}
@media (max-width: 991px) {
  #navbar {
    width: 100%;
  }
}
.menuuno {
  font-size:12px !important;
  text-transform:uppercase;
  color:#000;
}
.fondo {
  color: #000;
  font-size: 10px;
  font-family: arial;
  text-align: center;
}
.linea {
  height:3;
  size: 20px;
  color: #000000;
  /*font-weight: 800;*/
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000;
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /*margin-top: 20px;*/
}
.button {
  display: inline-block;
  width: 300px;
  padding: 10px 20px;
  background-color: #65756e;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.button:hover,
.button:focus {
  display: inline-block;
  width: 300px;
  padding: 10px 20px;
  background-color: #65756e;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.button1 {
  display: inline-block;
  width: 300px;
  padding: 10px 20px;
  background-color: #cc4444 ;
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.button1:hover,
.button1:focus {
  color: #000;
}
.button2 {
  display: inline-block;
  width: 300px;
  padding: 10px 20px;
  background-color: #87a892;
  color: #fff !important;
  text-decoration: none;
  margin: 0 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.button2:hover,
.button2:focus {
  color: #000 !important;
  text-decoration: underline;
}
/* -- col-fin col-yext -- */
.col-fin > *{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.col-fin > h2 {
  width: 90%;
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  text-align: center;
  letter-spacing: 8px;
  /*font-weight: 300;*/
  /*color: #000000;*/
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.col-text > *{
  width: 80%;
  max-width: 655px;
  margin: 0 auto;
}
.col-text > h1 {
  font-size: 24px;
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 7px;
  /*font-weight: 300;*/
  color: #000000;
  margin-top: 50px;
}
.col-text > h2 {
  font-size: 18px;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
  letter-spacing: 8px;
  /*font-weight: 300;*/
  /*color: #000000;*/
  margin-top: 20px;
  text-transform: uppercase;
}
.col-text > h3 {
  margin-top: 90px;
  font-family: 'Bebas Neue', sans-serif;
}
.col-text > p{ 
  width: 80%;
  max-width: 655px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #000000;
  line-height: 28px;
}
.col-text.brown > div{
  color: #d57e00;
}
.col-text > div{
  width: 80%;
  max-width: 655px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 30px;
  color: #000;
  line-height: 28px;
}
.underline.col-text > h1{
  text-align: center;
  border-bottom: 1px solid #a9a9a9;
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
  letter-spacing: 10px;
  /*font-weight: 300;*/
  /*color: #000000;*/
  border-bottom: 1px solid #a9a9a9;
  white-space: nowrap;
}
/* -- col-fin -->*/
h3.fonttitolo {
  /*font-family: 'League Spartan', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: 'Anton', sans-serif;
  letter-spacing: 3px;
  color: #000;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

h2.fonttitolo {
  /*font-family: 'League Spartan', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: 'Anton', sans-serif;
  font-size: 23px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}
/* custom */
.custom-list {
  list-style-type: none; /* Rimuove i punti */
  padding : 5px 25px; /* Rimuove il padding predefinito */
  /*font-size: 25px;*/
}
.nav-link {
  /*color: #b4b5a7;*/
  color: #000;
  font-size: 1.5rem;
}
.nav-link:hover {
  background: #fff;
  color: #b4b5a7;
  font-size: 1.5rem;
}
/*.custom-list li a {
  font-size: 18px;
}*/
.custom-list li a {
  margin-bottom: 1px; /* Regola la distanza tra gli elementi */
  line-height: 1.3; /* Regola l'altezza della riga */
  font-size: 16px;
  /*background: #b4b5a7;*/
  /*color: #b4b5a7;*/
  color: #000;
  width: 245px;
  /*border: 1px solid #000000*/}
.custom-list li a:hover {
  background: #000;
  color: #fff;
  font-size: 16px;
}
/* fine custom */
/* --  container-fluid --*/
.container-fluid a {
  color: #000;
  text-decoration: none;
}
.container-fluid a:hover {
  color: #000;
  /*text-decoration: underline;*/
}
.container-fluid h2{
  font-size: 24px;
  text-transform: uppercase;    
  text-align: center;
  padding-top: 35px;
  margin-bottom: 0;
  letter-spacing: 7px;
  /*font-weight: 300;  */
}
.container-fluid p{
  font-size: 18px;
  /*font-weight: 100;*/
  text-align: justify;
  padding-top: 20px;
  margin: 10px 20px;
}
.martop {
  margin-top: 0px !important;
  padding-top: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.container-fluid p{
  font-size: 16px;
  text-align: justify;
  padding-top: 20px;
  margin: 10px 20px;
}
}
@media only screen and (max-width: 992px) {
body {
  padding-top: 100px; /* Altezza del menu mobile */
}
.map-container {
    width: 100vw; /* Larghezza totale */
    height: 60vh; /* Altezza della mappa */
    margin-top: 80px;
}
.container-fluid p{
  font-size: 16px;
}
}
@media only screen and (max-width: 719px) {
.container-fluid p{
  font-size: 15px;
}
}
@media only screen and (max-width: 576px) {
.bb {
  font-size: 16px;
  letter-spacing: 1px;
  padding:10px 5px 10px 5px;
}
}
@media only screen and (max-width: 719px) {
.container-fluid {
  width: 98%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
}
@media only screen and (min-width: 1200px) {
.container-fluid {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
}
@media only screen and (min-width: 992px) {
.bordtest {
  border-left: 1px solid #000;
}
}
.marginauto {
  margin: auto;
}