body {
  letter-spacing: 0.05em;
}

::selection {
  color: #fff;
  background-color: #b68a06;
}

.font-cronos-pro-display {
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font-cronos-pro-light-display {
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.font-cronos-pro-semibold-display {
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font-cronos-pro-bold-display {
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-weight: 600;
}

p {
  margin-bottom: 2rem;
  font-size: 2.1rem;
  line-height: 1.25;
  letter-spacing: 0.03em;
  text-align: justify;
  text-align-last: center;
  word-break: normal;
  hyphens: auto;
}

@media (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
    line-height: 24px;
  }
}

p.no-mb {
  margin-bottom: 0;
}

/* p.text-justify {
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: justify;
  text-align-last: center;
  word-break: normal;
  hyphens: auto;
} */

p.big-initial::first-letter {
  font-size: 700%;
  initial-letter: 4;
  margin-right: 20px;
  float: left;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  .logo-home {
    width: 500px;
  }
}

@media (max-width: 768px) {
  .logo-home {
    width: 400px;
  }
}

.logo-senza-scritta img {
  height: 150px;
}

@media (min-width: 768px) {
  .logo-senza-scritta {
    filter: grayscale(100%);
    transition: filter 0.7s ease-in-out;
  }
  .logo-senza-scritta:hover {
    filter: none;
  }
}
.navbar-nav .nav-item a {
  font-size: 1.9rem; /* ~22pt */
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1920px) {
  .navbar-nav {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .navbar-nav {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .navbar-nav .nav-item a {
    font-size: 1.5rem; /* ~18pt */
  }
  .navbar-nav {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  .logo-senza-scritta img {
    height: 130px;
  }
  .navbar-nav .nav-item a {
    font-size: 1.2rem; /* ~14,4pt */
  }
  .navbar-nav {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-senza-scritta img {
    height: 100px;
  }
  .navbar-nav .nav-item a {
    font-size: 0.8rem; /* ~12pt */
  }
  .navbar-nav {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .ypoint {
    height: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logo-senza-scritta img {
    height: 80px;
  }
  .ypoint {
    height: 1rem;
  }
}
@media (max-width: 575px) {
  .logo-senza-scritta img {
    height: 80px;
  }
  .ypoint {
    height: 0.5rem;
  }
}

/*burger menu aperto e chiuso super-light*/
/*****************************************/
.menu-open {
  position: relative;
  width: 34px;
  height: 21px;
  margin-top: 30px;
  margin-bottom: 14px;
  /* margin: 0 auto; */
}

.menu-open .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.menu-open .bar.bar2 {
  top: 10px;
}

.menu-open .bar.bar3 {
  top: 20px;
}

.menu-close {
  position: relative;
  width: 38px;
  height: 38px;
  /* margin: 26px auto 0 auto; */
  transform: rotate(45deg);
}

.menu-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}

.menu-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: #000;
  transform: translate(-50%, -50%);
}

#mobile-nav {
  background-color: transparent;
  backdrop-filter: blur(20px);
}

.offcanvas-backdrop.show {
  opacity: 0;
}

.navbar-nav .nav-item a {
  font-weight: 400;
  letter-spacing: 0.12rem;
}

.offcanvas-body .nav a {
  /* font-weight: 700; */
  letter-spacing: 0.12rem;
}

.offcanvas-body .nav a,
.offcanvas-header .nav-link {
  color: #000;
}

.offcanvas-body .nav a:hover,
.offcanvas-header .nav-link:hover {
  color: #dea600;
}

.offcanvas-body .nav-link a:focus,
.offcanvas-header .nav-link:focus {
  color: #000;
}

.offcanvas-body .nav a.active {
  color: #dea600;
}

.nav-link:focus {
  color: #000;
}

.scale-in-center {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.logo-b-n {
  height: 180px;
}

@media (min-width: 768px) {
  .logo-b-n {
    height: 280px;
  }
}
footer {
  background: linear-gradient(
      0deg,
      rgba(222, 166, 0, 0.8),
      rgba(222, 166, 0, 0.8)
    ),
    url(../images/bg-pattern.png) repeat;
  border-top: 1px solid #383838;
}

footer p {
  font-size: 1.2rem;
}

@media (min-width: 576px) and (max-width: 767px) {
  footer p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  footer p {
    font-size: 0.8331rem;
  }
}

.decorated-title {
  height: 250px;
  background-image: url(../images/decorazione-titolo.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.decorated-title h3 {
  font-weight: 400;
}

@media (min-width: 576px) and (max-width: 767px) {
  .decorated-title {
    height: 200px;
    width: 165px;
    background-size: 165px 200px;
    overflow: visible;
    white-space: nowrap !important;
  }

  .decorated-title h3 {
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .decorated-title {
    height: 150px;
    width: 124px;
    background-size: 124px 150px;
    overflow: visible;
    white-space: nowrap !important;
  }

  .decorated-title h3 {
    font-size: 1rem;
  }
}
