body {
    font-family: helvetica;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #111;
    color: #BBB;
    padding: 0;
}

a, a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #FFF;
}

.container {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    margin: 50px auto;
}

.column {
    flex: 1;
    position: relative;
}

.header {
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    margin-right: 30px;
}

.header_the {
    font-size: 30px;
    color: #FFF;
}

.header_lockouts {
    font-size: 80px;
}

.logo {
    width: 100px;
}

.subheader {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 5px;
}

.section {
    margin-bottom: 35px;
}

.icon {
    opacity: .75;
    width: 30px;
}

.icon:hover {
    opacity: 1;
}

.fbicon {
    margin-right: 5px;
}

.showinfo {
    border-left: solid  #BBB;
    text-transform: none;
    line-height: 1.2;
    padding-left: 7px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px),
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .header_lockouts {
        font-size: 40px;
    }
}
