/*********************************************************************/
/* HERO */



@media only screen and (max-width:961px) {
  .hero .subTitle1 {
    font-size: 5rem;
  }
  .hero .subTitle2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width:690px) {
  .hero .subTitle1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width:553px) {
  .hero .subTitle1 {
    font-size: 3.5rem;
  }
  .hero .subTitle2 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-height:530px) {
  .hero-info {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 2300px) {
  .pt-header {
    padding: 3rem 30rem;
  }
}
@media only screen and (min-width: 3080px) {
  .pt-header {
    padding: 3rem 60rem;
  }
}

/*********************************************************************/
/* BUTTON */

@media only screen and (max-width: 397px) {
  .button:link,
  .button:visited {
    font-size: 1.1rem;
    padding: 0.5rem 0.5rem;
  }
}

/*********************************************************************/
/* COMPANY */

@media only screen and (max-width:1200px) {
  .section-about h1 {
    font-size: 10rem!important;
  }
}
@media only screen and (max-width:992px) {
  .section-about h1 {
    font-size: 7rem!important;
  }
}

@media only screen and (max-width:770px) {
  .section-about .section-heading {
    font-size: 4rem!important;
  }
}

@media only screen and (max-width:521px) {
  .section-about .section-heading {
    font-size: 3rem!important;
  }
}

/*********************************************************************/
/* CONTACT */

@media only screen and (max-width: 991px) {
  .contact-card {
    margin-bottom: 2rem;
  }
}

/*********************************************************************/
/* FOOTER */

@media only screen and (max-width: 991px) {
  .footer__navigation {
    margin-bottom: 10px;
  }
  .footer__link {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 515px) {
  .footer {
    padding: 2rem 0;
  }
}
