/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*header{position:fixed; width:100%; z-index: 99999}*/
.header__menu{display:none!important}

.anchor-section {
  scroll-margin-top: 100px; /* Usa la stessa altezza dell'header */
}

ul li {
  font-size:16px !important;
  margin-left: -4px;
  line-height: 1.6;
}

.splide__controls {
    display: none !important;
}

@media screen and (max-width:768px) {

 h1{
  font-size:38px;
  line-height: 1.1;
}
  
 h2{
  font-size:24px;
  text-align: left;
}
  
 h3{
    font-size:18px;
}
  
 h4{
  font-size:16px;
  color: red;
}
  p{
  font-size:15px;
}
  
  ul li {
  font-size:15px;
  line-height: 1.6;
}
  
  button {
    margin:0 auto;
}