
:root {

  --cassiopeia-color-primary: #FFF;
  --cassiopeia-color-link: rgb(155, 30, 32);
  --cassiopeia-color-hover: white;
  --body-font-family: Urbanist;
  --cassiopeia-font-family-headings: Urbanist;
  
}
.z-3 {
  z-index: 1000;
}
.z-4 {
  z-index: 1100;
}
.z-5 {
  z-index: 2000;
}

.p-angle {
  padding: 0.8rem;
  z-index: 1200;
  position: fixed;
  top: 0rem;
  right: 0rem;
}

.bg-sfondo {
  background-color: rgba(0, 0, 0, 0.2);
}

.py-menu {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-menu-bottom>a>p {
  margin-bottom: 0px;
}

a>h2:hover{
  text-decoration: underline;
}

.video-titolo {
  margin-top: -24% !important;
}

.btn-secondary:hover{
  color: black!important;
}
.nav-item>a>img{
  color: #355b75 !important;
}
.nav-item>a>img:hover{
 /* color:#FA6264 !important; 
  filter: invert(1); */
}
a svg:hover {
  fill: #FA6264 !important;
}

.errorComp{
  border: red;
  border-width: thick;
  border-style: solid;
}

@media screen and (min-width: 1200px) {
  .bg-xl-sfondo {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .z-xl-3 {
    z-index: 1000;
  }
}
@media screen and (max-width: 1200px) {
  .m-xl-menu {
    margin-bottom: 3.8rem;
  }
}