
@media (min-width: 800px) {
    .modal-dialog {
        width: auto; max-width: 60%;
    }
    #search {
        text-align: center;
    }
}

#status {
    font-weight: bolder;
}
.jumbotron {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

.card-img-top{
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
}

.card-img-logo {
    width: 32px;
    height: 32px;
    margin: 10px;
}

.modal-title {
    background-color: #092178d9;
    color: white;
    padding: 20px;
    font-weight: bold;
    width: 100%;
    font-size: 1.2em;
}
.modal-header {
    background-color: lightgray;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 225px 0 0 0;
}
.btn-close {
    color: white;
    background: none;
    border: none;
    margin: 0 8px 0 3px;
    font-weight: bolder;
}
.social-img {
    width: 32px;
    height: 32px;
    margin: 4px;
}
.social-img:hover {
    opacity: 0.8;
}
