/*
Theme Name: Divi Child - Fonts CSS
Version: 4.16.0
Description: Website Name: aquariusgraphics.com
Author: Wayne Woodbury ** Modified CSS File - March 30th 2022 **
*/


/* Body */

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Header Tags */

h1 {
    font-size: 50px !important;
}

h2 {
    font-size: 45px !important;
}

h3 {
    font-size: 40px !important;
}

h4 {
    font-size: 35px !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 25px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3e50 !important;
    font-family: "Overlock", cursive;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 1.25em;
}


/* Banner/Section Text */

.sectionBannerMain h1,
.sectionBannerMain h2,
.sectionBannerMain h3 {
    color: #fff !important;
    font-size: 70px !important;
    padding: 20px 0;
    text-shadow: 1px 1px 1px #000;
}


/* Banner/Section Text */

.sectionBanner-001 h1,
.sectionBanner-001 h2,
.sectionBanner-001 h3,
.sectionBanner-001 h4 {
    color: #f5cc97 !important;
    font-size: 55px !important;
}


/* Banner/Section Text */

.sectionBanner-002 h1,
.sectionBanner-002 h2,
.sectionBanner-002 h3,
.sectionBanner-002 h4 {
    color: #f5cc97 !important;
    font-size: 55px !important;
}


/* Banner Button */

.bannerButton {
    font-size: 45px;
    font-weight: bold;
}


/* Call To Action Boxes Title */

.cta-001 h1,
.cta-001 h2,
.cta-001 h3,
.cta-001 h4 {
    color: #000 !important;
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Call To Action Boxes Title */

.cta-002 h1,
.cta-002 h2,
.cta-002 h3,
.cta-002 h4 {
    color: #045 !important;
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Content Boxes Title */

.contentBox-001 h1,
.contentBox-001 h2,
.contentBox-001 h3,
.contentBox-001 h4 {
    color: #000 !important;
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Content Boxes Title */

.contentBox-002 h1,
.contentBox-002 h2,
.contentBox-002 h3,
.contentBox-002 h4 {
    color: #fff !important;
    font-size: 35px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Content Boxes Title */

.contentBox-003 h1,
.contentBox-003 h2,
.contentBox-003 h3,
.contentBox-003 h4 {
    color: #fff !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

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

@media only screen and (max-width:980px) {
    /* Header Tags */
    h1 {
        font-size: 45px !important;
    }
    h2 {
        font-size: 40px !important;
    }
    h3 {
        font-size: 35px !important;
    }
    h4 {
        font-size: 30px !important;
    }
    h5 {
        font-size: 25px !important;
    }
    h6 {
        font-size: 20px !important;
    }
    /* Banner/Section Text */
    .sectionBannerMain h1,
    .sectionBannerMain h2,
    .sectionBannerMain h3 {
        font-size: 60px !important;
    }
    /* Banner/Section Text */
    .sectionBanner-001 h1,
    .sectionBanner-001 h2,
    .sectionBanner-001 h3,
    .sectionBanner-001 h4 {
        font-size: 40px !important;
    }
    /* Banner/Section Text */
    .sectionBanner-002 h1,
    .sectionBanner-002 h2,
    .sectionBanner-002 h3,
    .sectionBanner-002 h4 {
        font-size: 40px !important;
        ;
    }
    /* Banner Button */
    .bannerButton {
        font-size: 40px;
    }
}

@media only screen and (max-width:640px) {
    /* Header Tags */
    h1 {
        font-size: 40px !important;
    }
    h2 {
        font-size: 35px !important;
    }
    h3 {
        font-size: 30px !important;
    }
    h4 {
        font-size: 25px !important;
    }
    h5 {
        font-size: 22px !important;
    }
    h6 {
        font-size: 20px !important;
    }
    /* Banner/Section Text */
    .sectionBannerMain h1,
    .sectionBannerMain h2,
    .sectionBannerMain h3 {
        font-size: 45px !important;
    }
    /* Banner/Section Text */
    .sectionBanner-001 h1,
    .sectionBanner-001 h2,
    .sectionBanner-001 h3,
    .sectionBanner-001 h4 {
        font-size: 35px !important;
    }
    /* Banner/Section Text */
    .sectionBanner-002 h1,
    .sectionBanner-002 h2,
    .sectionBanner-002 h3,
    .sectionBanner-002 h4 {
        font-size: 35px !important;
        ;
    }
    /* Banner Button */
    .bannerButton {
        font-size: 30px;
    }
}