﻿.body-container {
    margin-top: 60px;
    padding-bottom: 40px;
}

.welcome-page li {
    list-style: none;
    padding: 4px;
}

.logged-out-page iframe {
    display: none;
    width: 0;
    height: 0;
}

.grants-page .card {
    margin-top: 20px;
    border-bottom: 1px solid lightgray;
}

    .grants-page .card .card-title {
        font-size: 120%;
        font-weight: bold;
    }

        .grants-page .card .card-title img {
            width: 100px;
            height: 100px;
        }

    .grants-page .card label {
        font-weight: bold;
    }

.btn-primary {
    /*background-color: white;
    color: black;
    border:white;*/
}

    .btn-primary:hover {
        background-color: #E7E6E6;
        color: black;
    }

    .btn-primary:active {
        background-color: #E7E6E6 !important;
        color: black !important;
        box-shadow: 0 0 0 0.2rem rgba(127,64,153,.5) !important;
    }

    .btn-primary:focus {
        background-color: #E7E6E6 !important;
        color: black !important;
        box-shadow: 0 0 0 0.2rem rgba(127,64,153,.5) !important;
    }

    a {
        /*color: white;*/
    }

.header-logo {
    align-content: center;
    margin-bottom: 1rem;
}

    .header-logo img {
        width: 250px;
    }
