nav {
  font-weight: 500; 
}

/*------------------------------------*\
    #HERO Section
\*------------------------------------*/
.section__hero {
  height: 100vh;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  background-image: url("../img/pylogo-transp.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
}

.verde {
  color:darkgreen;
}
.bianco {
  color: white;
}
.rosso {
  color: darkred;
}

.section__hero h1 {
    font-weight: bold;
    font-size: 3.2rem;
}

.section__hero h3, h4, h5 {
    color: antiquewhite; 
}
.section__hero h3 {
    font-size: 2.7rem;
}
.section__hero h4 {
    font-size: 1.6rem;
    line-height: 3rem;
}
.section__hero h5 {
    font-size: 1.0rem;
}
.section__hero h5 span {
    border-bottom: 2px solid antiquewhite; 
}
.section__hero .btn {
    width: 20rem;
    margin-top: 1.5rem; 
}
.section__hero .btn-separator {
    display: inline-block;
    height: 230px;
}
.section__hero .btn__main-cta {
    height: 3rem; 
}

.section__hero h4>a {
  font-size: 1.2rem;
}

.section__hero h5>a {
  font-size: 1.0rem;
}


@media (max-width: 993px) {
  .section__hero {
    height: auto; 
  }
  .section__hero h1 {
    font-size: 2.5rem; 
  } 
}

.page-footer {
  background-color: #9e9e9e;
  height: 100vh;
  padding: 2rem 0; 
}
.page-footer p {
    color: #9e9e9e;
    font-size: 1.2rem; 
}
.page-footer a {
    color: #DD5A2B; 
}
.page-footer a span {
  color: #9e9e9e; 
    }

@media (max-width: 993px) {
  .section__hero .gorilla {
    display: inline-block;
    height: 30px;
}

  .page-footer h5 {
    margin-top: 2.5rem; 
  } 
}

  
.strike {
  text-decoration: line-through; 
}

.underline {
  border-bottom: 1px solid #DD5A2B; 
}

.bold {
  font-weight: 400; 
}