@font-face {
    font-family: 'avenir';
    src: url('fonts/avenir/AvenirLTStd-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('fonts/avenir/AvenirLTStd-Heavy.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('fonts/avenir/AvenirLTStd-MediumOblique.otf');
    font-weight: normal;
    font-style: oblique;
}


html,
body {
    height: 100%;
    font-family: avenir;
    background-color: #23353A;
    color: #FFFFFF;
    max-height: 100%;
    overflow-y: auto;
}

.bold {
    font-weight: 600;
}

.extra_padding {
    padding-top: 4%;
    padding-bottom: 4%;
}

.headliner {
    color: #000;
    background-color: #FFF;
}

.low-margin {
    margin: 7px;
}

.wrap {
    max-height: 100%;
    height: auto;
    margin: 0px auto;
}

.wrap > .container {
    /*padding: 10px 15px 55px 15px; /* padding-bottom = 40 (footer) + 15 (side)*/
    padding-bottom: 55px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 40px;
    background-color: #FFF;/*#f5f5f5;*/
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #23353A;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}