html, body {
    height: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
        font-size: 16px;
}

body {
    text-align: left;
    text-shadow: 0 1px 3px rgba(255, 102, 102, .3);
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover-container {
    margin-right: auto;
    margin-left: auto;
}

.cover {
    padding: 0 20px;
}

.cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
}
h1, h2, h3, h4, .claim{
    text-align: center;
}
h1, h2, h3, h4, .text{
    color: #f66;
}
a, a:hover, a:visited, a:focus, .btn-link, .btn-link:hover, .btn-link:focus{
    color: #333;
    text-decoration: underline;
    outline: none;
}
a:hover, .btn-link:hover{
    text-decoration: none;
}

.row{
    padding-bottom: 20px;
}

h1{
    font-size: 3em;
}
.claim, h2{
    font-size: 1.6em;
}
h2{
     margin-top: 40px;
}

h4{
    margin-top: 20px;
}

footer{
    padding-top: 20px;
}
li{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.claim{
    margin-top: 20px;
}

.background-darken{
    background-color: #f8f8f8;
}

@media (min-width: 768px) {
    .site-wrapper-inner {
        vertical-align: middle;
    }

    .cover-container {
        width: 100%;
    }

}

@media (min-width: 992px) {
    .cover-container {
        width: 700px;
    }
    h1{
        font-size: 4em;
    }
    .claim, h2{
        font-size: 1.7em;
    }
}
