/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

 */



 .wp26-text {
     font-size: 1rem !important;
     line-height: 1.65rem !important;}

 .wp26-text p {
     margin-bottom: 1em !important;}

 .wp26-text-small {
     font-size: 0.875rem !important;
     line-height: 1.6rem !important;}

 .wp26-text-smaller {
     font-size: 0.775rem !important;
     line-height: 1.6rem !important;
 }

 .wp26-text-about-people {
     font-size: 0.675rem !important;
     line-height: 1.4rem !important;
 }

 .wp26-text-small p {
   margin-bottom: 0.875em !important;
 }

 .wp26-text-smaller p {
   margin-bottom: 0.775em !important;
 }

 .wp26-text-about-people p {
   margin-bottom: 0.675em !important;
 }

 .wp26-hero {
     transition: all 0.3s linear !important;}

.wp26-footer {
    margin-top: 50px !important;
}

@media (max-width: 480px) {
    .wp26-hero {
        min-height: 45vh !important;}
}

@media (min-width: 480px) and (max-width: 766px) {
    .wp26-hero {
        min-height: 50vh !important;}
}

@media (min-width: 767px) and (max-width: 978px) {
    .wp26-hero {
        min-height: 55vh !important;}
}

@media (min-width: 979px) and (max-width: 1199px) {
    .wp26-hero {
        min-height: 55vh !important;}
}

@media (min-width: 1200px) {
    .wp26-hero {
      min-height: 65vh !important;}
}

@media (min-width: 1440px) {
  html {
    font-size: 18px !important; /* XXL */
  }

  .wp26-hero {
    min-height: 75vh !important;}
}

@media (min-width: 1920px) {
  html {
    font-size: 19px !important; /* XXL */
  }

  .wp26-hero {
    min-height: 80vh !important;}
}

@media (min-width: 2560px) {
  html {
    font-size: 22px !important; /* XXL */
  }

  .wp26-hero {
    min-height: 85vh !important;}
}

.logo-special-letter {
    font-family: Manrope !important;
}
