body {
  margin: 0;
  padding: 0;

}
/* (Font per corpo pagine e articoli)
.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}
*/

.home-page-work-in-progress {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-weight: lighter;
  font-style: normal;
  font-size: 28px;
  line-height: 41px;
}

.header {
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #05a8aa;
  top: 0;
  right: 40px;
  left: 40px;
}

.logo-header {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 8px 0px 8px 0px;
}

.a-logo-header {
  line-height: normal;
  text-align: left;
  text-decoration: none;
  color: black;
  font-family: "Ubuntu", sans-serif;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
}

.left-section-header {
  display: flex;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.work-in-progress-icon {
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  margin-top: 14px;
  gap: 26px;
}

.clock-images {
  width: 22px;
}

.work-progress-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center;
}

.footer-body-div {
  display: flex;
  flex-direction: column;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  margin-left: 4px;
}


@media (min-width: 767px) {

  .header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #05a8aa;
    top: 0;
    right: 40px;
    left: 40px;
  }

  .home-page-work-in-progress {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 42px;
    line-height: 55px;
  }

  .a-logo-header {
    line-height: normal;
    text-align: left;
    text-decoration: none;
    color: black;
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
  }

  .footer-body-div {
    display: flex;
    flex-direction: column;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    margin-left: 8px;
  }

  .work-in-progress-icon {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin-top: 8px;
    gap: 34px;
  }

  .clock-images {
    width: 26px;
  }

  .work-progress-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    border-top: none;
    justify-content: center;
    align-items: baseline;
  }
  
}

/*
@media only screen and (max-width: 1080px) and (orientation: portrait) {


  .home-page-work-in-progress {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 41px;
  }
  
  .header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 2px #05a8aa;
    top: 0;
  }
  
  .logo-header {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  .left-section-header {
    display: flex;
  }
  
  .main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .work-in-progress-icon {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    margin-top: 18px;
  }
  
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 24
  }
  
  .work-progress-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: center;
  }
  
  .footer-logo-div {
    display: flex;
  }
  
  .footer-body-div {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-left: 4px;
  }
}
*/