body {
    padding-bottom: 20px;
}

.title {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 16px;
    margin-bottom: 0px;
}

.title img {
    float: right;
    width: auto;
    height: auto;
}

.title h1 {
    margin-top: 0px;
    font-size: 42px;
    font-weight: bold;
    color: white;
}

.title p {
    font-size: 24px;
    color: #b7b7b7;
}

.sponsor {
    text-align: center;
    margin-bottom: 14px;
} 

.sponsor img {
    padding:   0px 16px;
    margin-top:    18px;
    max-width:     100%;
}

footer {
    text-align: center;
}

.nav-divider {
    display:block;
    background-color: #22f569;
    height:21px;
    clear:both;
    width:100%;
}

.content {
    margin-top: 32px;
}

/* fix issue with text cut-off at the bottom */
select.form-control {
    padding-top: 4px;
}

/* smaller fonts for smaller screens */
@media screen and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
    
    .title h1 {
        font-size: 36px;
    }

    .title p {
        font-size: 22px;
    }

    body, .btn, .form-control, .dropdown-menu {
        font-size: 16px;
    }

    .panel-title {
        font-size: 19px;
    }
}

.btn-file input[type='file'] {
    display: none;
}

/* title in main content */
.bd-title {
    margin-top: 0px;
    margin-bottom: 25px;
}

