﻿@font-face {
    font-family: 'Jost';
    src: url('Jost-VariableFont_wght.ttf') format('truetype');
}

body, html {
    background-color: white;
    color: rgb(136, 136, 136) !important;
    /*background-color: rgba(221, 221, 221, 0.1)*/
    color: black !important;
    font-family: 'Jost', Calibri !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.panel {
    border: 0px;
    -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}

    .panel.no-shadow {
        box-shadow: none;
        background-color: transparent;
    }

    .panel.popout {
        text-align: center;
        min-height: 350px;
        position: relative;
    }

        .panel.popout h4 {
            color: black;
        }

        .panel.popout:hover {
            -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.2);
        }

        .btn.btn-circle:hover > i,
        .panel.popout .btn-default.btn-circle .fa:hover {
            background-color: #9fa2a6 !important;
        }

        .panel.popout .text-info {
            color: #cc0000;
        }

        .panel.popout .btn.btn-circle.btn-default.btn-lg img {
            transition: all 0.5s ease;
            object-fit: fill;
            height: 80px;
            width: 80px;
            background-color: rgb(221, 221, 221);
        }

            .panel.popout .btn.btn-circle.btn-default.btn-lg img:hover {
                width: 100px;
                height: 100px;
            }

        .panel.popout .full-button {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: transparent;
        }

        .panel.popout .popout-footer {
            padding-top: 15px;
            padding-bottom: 25px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            width: 300px; /* Need a specific value to work */
        }

.btn .btn-circle .btn-default .btn-lg:hover {
    background-color: transparent !important;
}

.panel .panel-heading {
    background-color: white !important;
    color: rgb(136, 136, 136) !important;
}

.panel .panel-body.alt {
    background: rgba(221, 221, 221, 0.4);
    padding-bottom: 15px;
    padding-top: 30px;
}

    .panel .panel-body.alt input {
        margin: 0px;
        margin-bottom: 10px;
    }

.tg td h4 {
    color: black;
    margin: 0px;
}

.tg td {
    font-size: 15px
}

.form-group {
    font-size: 15px
}

    .form-group .control-label {
        font-size: 15px;
        color: black;
        font-weight: 500;
        line-height: 1.1;
        margin-bottom: 5px;
    }

input[type="text"],
input[type="password"],
.form-control,
select {
    padding: 9px 20px !important;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 15px !important;
    color: black;
}

select {
    padding: 14px 10px;
}

p, span, h5 {
    font-size: 15px !important;
}

.jumbotron {
    color: white;
    font-weight: 500;
    font-family: 'Jost', Calibri !important;
    background-color: rgb(45, 45, 45);
}

    .jumbotron.image-content {
        background-image: url("../images/WW1BG.jpg");
        /*background-size: 100% 280px;*/
        background-size: contain;
        margin-top: 70px;
        background-repeat: no-repeat;
        height: 280px;
    }

    .jumbotron .jumbotron-padder {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0px 30px 0px 30px;
    }

h1, h2, h3, h4, h5 {
    font-family: 'Jost',Calibri !important;
}

h4 {
    color: rgb(204,0,0) !important;
}

    h4:not(.larger) {
        font-size: 15px;
    }

.btn {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

    .btn.btn-danger,
    .btn.btn-primary,
    .btn.btn-info {
        background: none rgb(204, 0, 0) !important;
        padding: 9px 20px !important;
        border-radius: 50px !important;
        border: 1px solid transparent !important;
        color: #fff !important;
        transition: 0.3s;
        display: inline-block;
        font-size: 15px;
        font-weight: 500;
        font-family: 'Jost',Calibri !important;
        box-shadow: none !important;
    }

    .btn.btn-danger {
        background-color: rgb(167, 168, 167) !important;
    }

        .btn.btn-danger:hover {
            background-color: rgb(128, 128, 128) !important;
        }

    .btn.btn-primary:hover,
    .btn.btn-info:hover {
        background-color: rgb(68, 0, 0) !important;
    }

    .btn.btn-info:active, .btn.btn-info:focus {
        background-color: rgb(204, 0, 0) !important;
    }

    .btn.btn-danger:active, .btn.btn-danger:focus {
        background-color: rgb(128, 128, 128) !important;
    }

h5.red {
    position: relative;
    padding: 5px;
    color: rgb(204,0,0) !important;
}

h5.small {
    position: relative;
    padding: 5px;
}

.funding-strip {
    border-top: 3px solid rgba(221, 221, 221, 0.4);
    border-bottom: 3px solid rgba(221, 221, 221, 0.4);
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

    .funding-strip img {
        padding: 15px;
        max-height: 100px;
    }

.copy-footer {
    background-color: black;
    color: white;
    padding-top: 15px;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.paragraph {
    margin-top: 15px;
    margin-bottom: 30px;
}
