﻿.homePageGrantTitle {
    margin-top: 250px;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 700;
    line-height: 61px;
    color: white;
}

.homePageGrantText {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0px;
}

.grantCVLink {
    font-size: 18px;
}

@media screen and (max-width: 380px) {
    .navBarLogo {
        display: none !important;
    }

    #btnhomePageApplicationForm {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 480px) {
    .navBarLogo {
        overflow: hidden;
        display: block;
        max-width: 45px;
        float: left;
        min-width: 45px;
    }
}

@media screen and (max-width: 767px) {
    .navLink {
        padding-left: 6px;
        padding-right: 6px;
    }

    .homePageGrantTitle {
        font-size: 22px;
        line-height: 30px;
        margin-top: 450px;
    }

    .homePageGrantText {
        font-size: 14px;
        line-height: 30px;
    }

    .homePageButton {
        font-size: 12px;
        padding: 10px;
    }

    .homePageVideo {
        object-position: right;
    }

    .homePageMissionGrid {
        display: block;
    }

    .homePageMissionGridLeftCol {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homePageMissionTitle {
        font-size: 30px;
        line-height: 30px;
    }

    .homePageMissionGridRightCol {
        min-height: 0;
    }

    .homePageMissionGridRightCol img {
        width: 90%;
        height: 90%;
        max-width: 350px;
    }

    .homePageMissionSubtitle {
        margin-left: 20px;
    }

    .homePageMissionFloatingBox {
        display: flow;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-top: 30px;
    }

    .homePageObjectiveContainer {
        width: 80%;
        padding-bottom: 20px;
    }

    .homePageObjectiveIconContainer {
        width: 60px;
        height: 60px;
    }

    .homePageObjectiveIconContainer img {
        width: 60px;
        height: 60px;
    }

    .homePageObjectiveTitle {
        font-size: 20px;
    }

    .footerSection {
        height: initial !important;
    }

    .footerContentSection {
        display: flow !important;
    }

    .footerContentBlock {
        float: initial !important;
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .footerHeader {
        margin-bottom: 20px !important;
    }

    .footerContactEmailBlock{
        width: 220px;
    }

    .footerContactCellBlock {
        width: 150px;
        padding-top: 0px !important;
    }

    .grantContainer {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grantSectionHeader {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .grantSectionSubHeader {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .grantSectionTitle {
        font-size: 20px;
    }

    .grantCVLink {
        font-size: 15px;
    }

    .grantContentSection ul li {
        line-height: 22px;
    }
}

