body {
    background-color: #000;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.h2-lead {
    display: inline-block;
}
p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
a {
    color: #59f7e9;
    text-decoration: none;
    border-bottom: 1px solid #59f7e9;
}
a:hover,
a:active,
a:focus {
    color: #0085CA;
    text-decoration: none;
    border-bottom: 1px solid #0085CA;
}
.emphasis {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #0085CA;
}
.hero a.btn {
    border-radius: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #0085CA;
    transition: ease-in-out .25s;
}
.hero:hover a.btn,
.hero:active a.btn,
.hero:focus a.btn {
    background-color: #003087;
}
.img-caption {
    border-radius: 0;
    background: none;
    border: 0;
    border-bottom: solid 5px #59f7e9;
}
.img-caption .card-text,
.img-caption .card-link {
    font-size: .75rem;
}
.highlight-card {
    border-radius: 0;
    border: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 20rem;
    text-shadow: 0.125rem 0.125rem 0.125rem rgb(0, 0, 0, .75);    
    transition: ease-in-out .25s;
    background-color: transparent;
    border: solid 5px #000;
}
.highlight-card h2 {
    font-size: 1.5rem;
}
.highlight-card h3 {
    font-weight: 600;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 3px solid #fff;
}
.highlight-card .btn {
    border-radius: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #0085CA;
    transition: ease-in-out .25s;
    font-size: .8rem;
    box-shadow: 0.125rem 0.125rem 0.125rem rgb(0, 0, 0, .75); 
}
.highlight-card-active,
.highlight-card-active:hover,
.highlight-card-active:active,
.highlight-card-active:focus {
    border: 0;    
}
a .highlight-card:hover,
a .highlight-card:active,
a .highlight-card:focus {
    text-shadow: 0.25rem 0.25rem 0.125rem rgb(0, 0, 0, 1);
    border: solid 5px #fac200;
}
a .highlight-card:hover .btn,
a .highlight-card:active .btn,
a .highlight-card:focus .btn {
    background-color: #003087;
    box-shadow: 0.25rem 0.25rem 0.125rem rgb(0, 0, 0, 1);
}
.highlights-wrapper {
    border-left: solid 5px #fac200;
    padding-left: 1.5rem;
}
.highlight-item {
    position: relative;
}
.highlights-wrapper svg {
    position: absolute;
    left: -27px;
    top: 5px;
}
.highlights-wrapper a svg {
    position: static;
    left: 0;
    top: 0;
    vertical-align: baseline;
}
@media only screen and (max-width : 1200px) {
    .highlight-card h2 {
        font-size: 1.2rem;
    }
}
@media only screen and (max-width : 991px) {
    .highlights-wrapper {
        border: 0;
        padding-left: 0;
    }
    .highlights-wrapper svg {
        display: none;
    }
}