* {
    font-family: t26-carbon, monospace;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 1.5em;
}
body{
    background-image: url('../img/cs-bg-alternate.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5, h1 span, h2 span, h3 span, h4 span, h5 span {
    font-family: urw-din, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#container{
    width: 100%;
    overflow: auto;
}
#left-col {
    float: left;
    width: 50%;
    height: 100%;
    overflow: auto;
}
#right-col {
    float: left;
    width: 50%;
    height: 100%;
    overflow: auto;
}
#mid-vert-header-left{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
#mid-vert-container-right{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#mid-vert-container-right ul, #mid-vert-container-right li {
    list-style-type: none;
}
#mid-vert-container-right li {
    margin-bottom: 2%;
}
#mid-vert-container-right li img {
    width: 50px;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.blackout{
    background-color: #222;
}
