﻿body {
    font-family: 'Public Sans', sans-serif;
    background-color: rgb(241,241,241);
}


div.mainSection {
    margin-top: 50px;
    padding-top: 20px;
}

div.footerBanner {
    background-color: rgb(19,41,75);
    color: rgb(254,80,0);
    font-weight: bold;
    font-size: 48px;
}

.adonisImage {
    max-height: 450px;
    max-width: 100%;
}

.previewImage {
    max-height: 250px;
}

div.submitButton {
    text-align: right;
}


.orangeHeaderText {
    color: rgb(254,80,0);
    font-weight: bold;
    font-size: 60px;
}

.blueHeaderText {
    color: rgb(19,41,75);
    font-weight: bold;
    font-size: 60px;
}

.whiteHeaderText {
    color: rgb(241,241,241);
    font-weight: bold;
    font-size: 60px;
}


.orangeSubHeader {
    color: rgb(254,80,0);
    font-weight: bold;
    font-size: 48px;
}

.blueSubHeader {
    color: rgb(19,41,75);
    font-weight: bold;
    font-size: 48px;
}

.whiteSubHeader {
    color: rgb(241,241,241);
    font-weight: bold;
    font-size: 48px;
}

.orangeSubText {
    color: rgb(254,80,0);
    /*font-weight: bold;*/
    font-size: 36px;
}

.blueSubText {
    color: rgb(19,41,75);
    /*font-weight: bold;*/
    font-size: 36px;
}

.whiteSubText {
    color: rgb(241,241,241);
    /*font-weight: bold;*/
    font-size: 36px;
}

.indentedSubText {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 300px;
}

@media only screen and (max-width: 1200px) {

    .orangeHeaderText {
        font-size: 48px;
    }

    .blueHeaderText {
        font-size: 48px;
    }

    .whiteHeaderText {
        font-size: 48px;
    }

    .orangeSubHeader {
        font-size: 42px;
    }

    .blueSubHeader {
        font-size: 42px;
    }

    .whiteSubHeader {
        font-size: 42px;
    }

    .orangeSubText {
        font-size: 36px;
    }

    .blueSubText {
        font-size: 36px;
    }

    .whiteSubText {
        font-size: 36px;
    }
}



@media only screen and (max-width: 800px) {

    div.mainSection {
        margin-top: 0px;
        padding-top: 10px;
    }

    div.submitButton {
        text-align: center;
    }

    .adonisImage {
        max-height: 225px;
    }

    .previewImage {
        max-width: 100%;
        margin-top: 20px;
    }

    div.adonisImage {
        text-align: center;
    }

    div.footerBanner {
        font-size: 48px;
        text-align: center;
    }

    .orangeHeaderText {
        font-size: 30px;
    }

    .blueHeaderText {
        font-size: 30px;
    }

    .whiteHeaderText {
        font-size: 30px;
    }


    .orangeSubHeader {
        font-size: 24px;
    }

    .blueSubHeader {
        font-size: 24px;
    }

    .whiteSubHeader {
        font-size: 24px;
    }

    .orangeSubText {
        font-size: 18px;
    }

    .blueSubText {
        font-size: 18px;
    }

    .whiteSubText {
        font-size: 18px;
    }

    .indentedSubText {
        margin-top: 10px;
        margin-left: 0px;
        max-width: none;
    }
}
