/* INIZIO codice per rimuovere gli stili di default dei browser */
*,::after,::before{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}
/* FINE codice per rimuovere gli stili di default dei browser - non rimuovere */



@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Sans';
  src: url('fonts/StackSansHeadline-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}



body {
    font-size: 1rem;
      font-family: 'Sans', sans-serif;
  background: #000;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}


    body {
        background-color: #000; 
    }
    #page {
        margin-right: 12vw;
        margin-left: 12vw;
           display:flex;
      flex-direction: column;
      justify-content: center;
      height: 90vh;
    }

    #logo {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
        }

 #logo img {
  width: 110px;
  max-width: 80%;
  display: block;
  margin: 0 auto 20px;
}

#logo h1 {
    font-family: 'Sans';
    font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
}


#bottoni {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background: #f9dd1f;
  color: #000;
    font-family: 'Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  border-radius: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
}

.btn:hover {
  background: #001;
  color: #f9dd1f ;
   text-decoration: underline;
  border-color: #f9dd1f;  
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

             #logo img {
  width: 160px;
  max-width: 80%;
}

   #page {
        margin-right: 20vw;
        margin-left: 20vw;
 height: 80vh;
    }


#logo h1 {
  font-size: 28px;
}


#bottoni {
  margin-top: 50px;
  gap: 15px;
}


.btn {
  padding: 20px 20px;
  font-weight: 300;
  font-size: 20px;

}
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

         #logo img {
  width: 160px;
  max-width: 80%;
}

   #page {
        margin-right: 25vw;
        margin-left: 25vw;
 height: 80vh;
    }


#logo h1 {
  font-size: 32px;
}


#bottoni {
  margin-top: 50px;
  gap: 15px;
}


.btn {
  padding: 20px 20px;
  font-weight: 300;
  font-size: 23px;

}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

     #logo img {
  width: 160px;
  max-width: 80%;
}

   #page {
        margin-right: 30vw;
        margin-left: 30vw;
 height: 80vh;
    }


#logo h1 {
  font-size: 35px;
}


#bottoni {
  margin-top: 50px;
  gap: 15px;
}


.btn {
  padding: 20px 20px;
  font-weight: 300;
  font-size: 25px;

}

}