body {
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1 {
    color: white;
}
h3 {
    color: white;
}
h4 {
    margin-bottom: 2vh;
}
h5 {
    margin-bottom: 2.5vh;
}

.card-img-overlay:hover {
    background: rgba(0, 0, 0, .2);
}
.website {
    width: 100%;
    height: 100%;
}

.pdf {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    overflow: hidden;
}

.top-buffer {
    margin-top:5vh;
}

.top-buffer-sm {
    margin-top:10vh;
}

.card, .card-img, .card-img-overlay {
    border-radius: 10%;
    width: 18vw;
}


.modal-body {
    padding: 0;
    background-color: black;
    overflow: hidden !important;
}

.modal-footer {
    background-color: #00314E;
    border-top: 0px !important;
}

.btn-success {
    background-color: #56D500;
}

.btn-success:hover {
    background-color: #379400;
}