#banner {
    height:500px;
    background-image: url('../images/team-banner3.jpg');
    background-position: 50% 15%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: solid 3px lightgray;
}

.title {
    color: rgb(119,48,65);
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.gray {
    background: lightgray;
    padding-top: 100px;
    padding-bottom: 80px;
}

.team-member img {
    display: block;
    margin: auto;
    text-align: center;
    overflow: hidden;
    border: solid 3px white;
    border-radius: 115px;
}

.member-name {
    margin-top: 20px;
    color: rgb(119,48,65);
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.member-title {
    text-align: center;
}

.close {
    color: rgb(119,48,65) !important;
    opacity: 1;
}

.member-modal .modal-dialog {
    background: lightgray;
    max-width: 100% !important;
    width: 100%;
    margin-top: 0px;
    z-index: 999;
}

.member-modal .modal-body {
    width: 100%;
}

.member-modal {    
    background: lightgray;
    position: fixed;
    width: 100%;
    left: 0%;
    bottom: 0%;
    top: auto;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
}

.member-subtitle {
    font-weight: lighter;
}

@media only screen and (max-width: 768px) {
    #banner {
        height: 250px !important;
        background-position: 50% 10%;
    }
}

@media only screen and (min-width: 769px) {
    .mobile-sm {
        display: none !important;
    }
}
