
/* /////////////////////////////////////////////////////////////////
////////////////////////////  SERVIZI ////////////////////////////
/////////////////////////////////////////////////////////////////// */

#section1 {
  height: 100vh;
  position: relative;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: flex;
  align-items: flex-start;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../imgs/servizi.jpg");
  background-position: 40% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
#section1 h1 {
    font-family: 'Domine', sans-serif;
    width: 280px;
    margin-bottom: 30px;
    font-size: 60px;
}
/* /////////////////////////////////////////////////////////////////
//////////////////////////  MEDIA QUERIES /////////////////////////
/////////////////////////////////////////////////////////////////// */

@media all and (max-width: 575px){
  #section1 h1 {
    font-family: 'Domine', sans-serif;
    width: 280px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  h1 {
    font-size: 35px;
  }
}

@media all and (min-width: 576px) and (max-width: 767px) {
}

/* Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

}

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

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

}
