/* max 600px starts here */
@media only screen and (max-width: 600px) {
    .button {font-size: 1.5rem;}
    h1.section-header, h2.section-header {font-size: 2.5rem;}
    h2 {font-size: 2rem;}
    .banner-subtext {
        font-size: 0.9rem;
        margin: 50px 10% 50px 10%;
    }
    .banner-button-section, .banner-small_print {
        margin: 50px 10% 1em 10%;
    }
    .banner-subtext-generic {
        margin: 0px 5% 20px 5%;
    }
}
/* max 600px ends here */

/* max 380px starts here */
@media only screen and (max-width: 310px) {
    .banner-section {
        min-height:276px;
    }
}
/* max 380px ends here */

/* max 1024px starts here */
@media only screen and (max-width: 1023px) {
    .row, .scoot-row {
        width: 100%;
        padding: 0 5%;
    }
    .grid-row-3 {
        display: block;
    }
    .scoot-col, .mobile-100 {
        display: block;
        width: 100%;
        padding: 0 5%;
    }
    .mobile-100 {
        margin-left: 0px;
        padding: 0px 1%;
    }
    h1, h2.homepage-banner {
        font-size: 3rem;
        margin: 165px 10% 1em 10%; /* Top margin must be 140px or more */
    }
    .logo {width: 150px;}
    .header  {
        max-height: none;
    }
}
/* max 1024px ends here */


/* max 665px starts here */
@media only screen and (max-width: 665px) {
    .banner h1, h2.homepage-banner {
        margin-bottom: 0px;
        margin-top: 165px; /* Top margin must be 140px or more */
        font-size: 2.2rem;
    }
    .banner, .slick-carousel {
        min-height: 565px !important;
    }
    h1, h2.homepage-banner, .banner-subtext, .banner-button-section, .banner-small_print {
        margin-left: 65px;
        margin-right: 65px;
    }
    .banner-subtext {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-button-section {
        margin-top: 20px;
    }
}
/* max 665px ends here */

/* max 420px starts here */
@media only screen and (max-width: 420px) {
    .banner h1, h2.homepage-banner {
        font-size: 1.7rem;
    }
    .banner-subtext {
        font-size: 1.2rem;
    }
    .banner-button-section-section.banner-button {
        font-size: 1.2rem;
    }
    h1.section-header, h2.section-header, h3.section-header {
        font-size: 1.6rem;
    }
    .section-preheader {
        font-size: 1.2rem;
        line-height: 1em;
    }
}
/* max 420px ends here */


/* min 1500px starts here */
@media only screen and (min-width: 1500px) {
    .banner-subtext-generic, .banner-pretext-generic, .banner-button-section {
        font-size: 1.4rem;
    }
    h1 {
        font-size: 4rem;
    }
    button {
        font-size: 1.5rem;
    }
}
/* min 1500px ends here */