.card, .jumbotron {
    border-radius: 0
}

.modal {
    background-color: rgba(0, 0, 0, .8);
}

.modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.close {
    color: rgba(255, 255, 255, .3);
}

.close:hover {
    color: rgba(255, 255, 255, .6);
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.modal-content {
    background: none;
    border: none;
    outline: 0;
}

.footer-long .logo {
    height: auto;
    width: 100%;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.box-shadow {
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

.lister .card {
    overflow: hidden;
}

.lister a .bg-image {
    transition: all .4s;
}

.lister a:hover .bg-image {
    transform: scale(1.06);
    opacity: .6
}

.lister a .card-body {
    transition: all .4s;
    opacity: 0;
    background: rgba(0, 51, 160, .8);
}

.lister a:hover .card-body {
    transform: scale(1.03);
    opacity: 1;
}

.feature-list .card {
    margin-bottom: 0
}

.feature-list>li {}
