footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Raleway", sans-serif;
  background-color: #E3E1DE;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 2rem;
  color: #938e83;
}

footer #datiFisc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

footer #credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer #credits p {
  margin: 0;
}

footer #credits img {
  height: 3rem;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: url("../img/eggCursor.png"), auto;
  color: inherit;
}

a li:hover {
  text-decoration: underline;
}

header {
  z-index: 10;
  overflow: hidden;
  background-color: white;
  max-height: 10rem;
  position: fixed;
  width: 100%;
  color: #938e83;
  border-bottom: 2px solid #938e83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav h1 {
  font-weight: 500;
  font-family: "WindSong", cursive;
  position: relative;
  left: 1rem;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav #imgLogo {
  position: relative;
  max-width: 100px;
  border-radius: 50%;
  top: -0.5rem;
  left: 1rem;
}

header nav li {
  padding: 0 0.5rem;
}

main.container-fluid {
  z-index: -1;
  padding-top: 7.5rem;
  padding-left: 0;
  padding-right: 0;
  font-family: "Raleway", sans-serif;
}

main.container-fluid .row {
  --bs-gutter-x: 0;
}

main.container-fluid .hero {
  height: 50vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

main.container-fluid .textContainer {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main.container-fluid .container-fluid {
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  max-width: 100vw;
}

.normal-btn {
  background-color: #E3E1DE;
  border-color: #938e83;
  border-width: 2px;
}

.normal-btn:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-color: #E3E1DE;
  background-color: #938e83;
}

.map {
  z-index: 0;
}

main .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

main .title {
  color: #938e83;
  font-weight: 500;
}

main .map {
  height: 12rem;
}

main form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main form .row {
  width: 100%;
}

main form .casellaForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
}

main form textarea {
  resize: none;
}

main form #btnMsg {
  background-color: #E3E1DE;
  border-color: #938e83;
  border-width: 2px;
}

main form #btnMsg:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  border-color: #E3E1DE;
  background-color: #938e83;
}
/*# sourceMappingURL=contatti.css.map */