body {
    margin: 0;
    font-family: Fraunces;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.app {
    position: relative;
    max-width: 100%;
}

.header-img {
    max-height: 100%;
    max-width: 100%;
}

h1 {
    font-size: 75px;
}

.page-header {
    position: relative;  
}

.page-header-tag {
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #fff;
    color: #EB5B28;
}

/* .page-header-tag h1{
    font-size: 45px !important;
    margin-top: 350px;
} */

.page-header img {
    position: relative;
    z-index: 0;
}

.page-title h2 {
    color: #EB5B28;
    font-size: 75px;
    margin-top: 60px;
    padding-bottom: 25px;
}

.page-content h4 {
    font-size: 45px !important;
    margin-top: 35px;
    padding-bottom: 25px;    
}

.page-content h6 {
    color: #EB5B28;
    font-size: 30px;
}

.page-content p {
    font-size: 25px;
}


/*  X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .page-title h2 { 
        font-size:60 !important;
        margin-top: 55px;
        padding-bottom: 25px;
    }

    .page-content h4 {
        font-size: 40px !important;
        margin-top: 30px;
        padding-bottom: 25px;
    }
}

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .page-header-tag {
        margin-left: 575px;
    }

    .page-header-tag h1{
        font-size: 65px !important;
    }

    .page-title h2 { 
        font-size: 55px !important;
        margin-top: 45px;
        padding-bottom: 25px;
    }

    .page-content h4 {
        font-size: 45px !important;
        margin-top: 30px;
        padding-bottom: 25px;
    }
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .page-header-tag {
        margin-left: 375px;
    }

    .page-header-tag h1{
        font-size: 50px !important;
    }  

    .page-title h2 { 
        font-size: 45px !important;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .page-content h4 {
        font-size: 35px !important;
        margin-top: 20px;
        padding-bottom: 10px;
    }
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .page-header-tag {
        margin-left: 275px;
    }

    .page-header-tag h1{
        font-size: 40px !important;
    }

    .page-title h2 { 
        font-size: 35px !important;
        margin-top: 15px;
        padding-bottom: 7px;
    }

    .page-content h4 {
        font-size: 25px !important;
        margin-top: 15px;
        padding-bottom: 7px;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .page-header-tag {
        margin-left: 200px;
    }
    .page-header-tag h1{
        font-size: 35px !important;
    }

    .page-title h2 { 
        font-size: 30px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    .page-content h4 {
        font-size: 20px !important;
        margin-top: 10px;
        padding-bottom: 5px;
    }
}

/* XX-Small devices (portrait phones, less than 440px) */
@media (max-width: 440px) {
    .page-header-tag {
        margin-left: 100px;
    }
    .page-header-tag h1{
        font-size: 25px !important;
    }

    .page-title h2 { 
        font-size: 20px !important;
        margin-top: 8px;
        padding-bottom: 4px;
    }

    .page-content h4 {
        font-size: 18px !important;
        margin-top: 8px;
        padding-bottom: 4px;
    }
}