* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "EB Garamond", serif;
  font-size: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* NAVBAR */
.navbar {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  font-size: 25px;
  font-weight: bold;
  color: black;
}

.navbar-nav .nav-link:hover {
  color: #a7d3f1;
}

.navbar-collapse {
  background-color: #f8f9fa;
}

/* HOMEPAGE */
.homepage {
  height: 100vh;
}

.homepage img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.titolo {
  font-weight: bolder;
  font-size: 5rem;
  color: black;
  background-color: #a8a2f1;
  box-shadow: 0 0 10px black;
  padding: 20px;
}

span {
  font-weight: bolder;
}

/* FORMAZIONE */
#formazione {
  background-color: #a7d3f1;
}

.formazione-section {
  position: relative;
}

.formazione-title {
  box-shadow: 0 0 10px black;
  font-size: 55px;
  background-color: #ffc299;
  margin: 0 auto;
}

.esperienza-title {
  box-shadow: 0 0 10px black;
  font-size: 55px;
  background-color: #ffc299;
  margin: 0 auto;
}

.formazione-container {
  box-shadow: 0 0 10px black;
  margin-bottom: 100px;
  margin-left: 70px;
  background-color: #ff9d94;
}

.formazione-card img {
  box-shadow: 0 0 10px black;
}

#mar {
  max-height: 800px;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 1.5px solid black;
}

/* TRATTAMENTI */
/* .trattamenti-container {
  background-color: #f1e1a7;
} */

.card {
  background-color: #a8a2f1;
  border-radius: 0;
}

.trattamenti-title {
  box-shadow: 0 0 10px black;
  font-size: 55px;
  background-color: #ffc299;
  width: fit-content;
}

.card-img-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: none;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}

/* STUDI D'ESERCIZIO */
.studi-container {
  background-color: #ff9d94;
  position: relative;
}

.studi-title {
  box-shadow: 0 0 10px black;
  font-size: 55px;
  background-color: #ffc299;
  width: fit-content;
  margin: 0 auto;
  z-index: 10;
}

.btn-custom {
  background-color: #a7d3f1;
  border: 2px solid black;
}

.btn-custom:hover {
  background-color: #f1e1a7;
  border: 2px solid black;
}

/* CONTATTI */
.contatti-title {
  box-shadow: 0 0 10px black;
  font-size: 55px;
  background-color: #ffc299;
  width: fit-content;
}

.subtitle-contacts {
  font-weight: 900;
}

.contatti-box {
  background-color: #f1e1a7;
}

.social {
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.social i {
  font-size: 150px;
}

/* PRIVACY  */
.privacy {
  background-color: #a8a2f1;
}

/* RESPONSIVE  */
@media screen and (max-width: 414px) {
  /* NAVBAR  */
  .logo {
    width: 40px;
  }

  /* HOMEPAGE */
  body {
    padding-top: 70px;
  }

  .homepage {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .homepage img {
    max-width: 100%;
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }

  .titolo {
    font-size: 2.5rem;
  }

  /* FORMAZIONE */
  #formazione {
    background-color: white;
  }

  .citazione-section {
    background-color: #a7d3f1;
  }

  .formazione-section {
    order: -1;
    margin-bottom: 20px;
  }

  .formazione-title {
    box-shadow: 0 0 10px black;
    font-size: 1.5rem;
    background-color: #ffc299;
    width: fit-content;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .formazione-container {
    margin: 0;
    text-align: center;
    box-shadow: 0 0 10px black;
    margin-top: 10px;
    padding: 15px;
    margin-left: 0 !important;
  }

  .esperienza-title {
    box-shadow: 0 0 10px black;
    font-size: 1.5rem;
    background-color: #ffc299;
    width: fit-content;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .citazione {
    text-align: center;
    font-style: italic;
    padding: 10px;
  }

  /* TRATTAMENTI */
  .trattamenti-title {
    font-size: 1.5rem;
    margin: 10px auto;
  }

  .trattamento-card img {
    max-width: 80%;
  }

  /* STUDI */
  .studi-container {
    padding-top: 40px;
  }

  .studi-title {
    font-size: 1.5rem;
    text-align: center;
    position: static;
    margin: 10px auto;
  }

  .elenco-studi {
    margin-top: 30px;
  }

  /* Mappe iframe */
  iframe {
    aspect-ratio: 16/9;
    height: auto !important;
    min-height: 250px;
  }

  /* CONTATTI */
  .contatti-title {
    font-size: 2rem;
    margin: 10px auto;
  }

  .social.d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
  }

  .social i {
    font-size: 60px;
  }

  .contacts {
    margin-top: 10px;
  }

  .col-12.col-md-6.mb-5 {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .footer .row {
    justify-content: center;
  }

  /* PRIVACY */
  .privacy-text {
    font-size: 15px;
  }
}
