/* Tablet  */
@media only screen and (max-width: 1200px) {


h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px;  
}

h3 {
    font-size: 48px;
}  

.navHouse {
    width: 90%;
}

 .header {
    width: 90%;
 }

 .process {
    width: 90%;
 }

 section {
    padding-top: 15%;
    padding-bottom: 15%;
    height: 100%;
 }

 .cardContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
 }

 .coverage {
    flex-direction: column;
    width: 90%;
 }

 .mapImg {
    display: none;
 }

 .contact {
    width: 90%;
 }

 .contactHouse {
    flex-direction: column;
 }

 .contactCard {
    width: 100%;
 }

 .contactCard:first-child {
    margin-bottom: 1.5em;
 }

 .footerContainer {
    width: 90%;
 }

 .footerLogo {
    width: 25%;
 }

 .footerInfoHouse {
    width: 75%;
 }
}

@media only screen and (max-width: 1000px) {

   .heroImg {
      display: none;
   }
   .headerWidth {
      width: 100%;
   }

   .contactImg {
      display: none;
   }

   .contactCardHouse { 
      width: 100%;
   }

}

/* Mobile */
@media only screen and (max-width: 650px) {

 

   .heroImg {
      display: none;
   }


    h1 {
        font-size: 38px;
    }
    
    h2 {
        font-size: 24px;  
    }
    
    h3 {
        font-size: 38px;
    }  

    .tag {
        padding: 0.7em 1em;
    }

    .tagText {
        font-size: 18px;
    }

    .bigText {
        font-size: 20px;
    }

    .cardContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
     }

     footer {
        height: 100%;
        padding-top: 10%;
        padding-bottom: 10%;
        align-items: center;
     }
     
     .footerContainer {
        flex-direction: column;
     }

     .footerInfoHouse {
        width: 100%;
        flex-direction: column;
     }

     .resSpaceing {
        margin-bottom: 2em;
     }

     .footerLogo {
        margin-bottom: 2em;
     }

     .navLink {
        display: none;
     }

     .textBlock {
        width: 100%;
     }
}