/*
font-family: 'Encode Sans Condensed', sans-serif;
font-family: 'Crimson Text', serif;
*/

.parallax-window {
    min-height: 400px;
    background: transparent;
}

body {
    background: #232323;
    color:#fff;
    
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500
}
.top-bar,.top-bar ul {
    background-color: #191919;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
}
h1.title {
    font-weight: 800;
    text-shadow: #232323 3px 0px 14px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 400;
    line-height: 1.1;

}
h1.title > small {
    color:#333;
}

.margin-top {
    margin-top: 1rem;
}
.card {
    background-color: #353535;
    color:white;
    border: 1px solid #555;
    box-shadow: #00000059 5px 5px 8px 2px;
}
dt {
    color:steelblue;
    
}
dd {
    margin-bottom: 0.6rem;
}