body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans", sans-serif; }

header {
  width: 100%;
  background-color: black;
  height: 140px;
  display: flex;
  justify-content: center; }
  @media (max-width: 575.98px) {
    header {
      height: 90px; } }
  header img {
    position: relative;
    margin-top: 20px;
    height: 180px;
    width: auto; }
    @media (max-width: 575.98px) {
      header img {
        height: 120px;
        margin-top: 10px; } }

#hero {
  width: 100%;
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center; }
  #hero a {
    height: auto;
    width: auto; }
  #hero img {
    width: 25vw; }
    @media (max-width: 575.98px) {
      #hero img {
        width: 80vw; } }

footer {
  width: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: space-around; }
  @media (max-width: 575.98px) {
    footer {
      flex-direction: column; } }
  footer .indirizzo {
    display: flex;
    flex-direction: column; }
    footer .indirizzo a {
      color: white;
      text-decoration: none; }
      @media (max-width: 575.98px) {
        footer .indirizzo a {
          text-align: center;
          margin: 15px 0 0 0; } }
    footer .indirizzo a:hover {
      color: green; }
  footer .orario p {
    text-align: center;
    color: white; }

/*# sourceMappingURL=style.css.map */
