#footer-wrapper {
    display: block;
    position: relative;
    background-color: white;
    height: 300px;
    bottom: 0px;
    margin-top: 15px;
    font-family: selfHostedBitter;
}

#footer-content{
    width: 70%;
    margin: auto;
    min-width: 1200px;
}

.column {
    float: left;
    font-size: 20px;
}

.inner-column {
    float: left;
}

.inner-column:first-of-type {
    margin-right: 20px;
}

#column1, #column4 {
    width: 25%; 
}

#column2,  #column5 {
    width: 45%;
}

#column3,  #column6 {
    width: 25%;
}


#column1, #column2, #column4, #column5 {
    margin-right: 1%;
}

h1 {
    font-weight: 500;
}

#outer-row.p {
    font-style: normal;
    font-variant: normal;
    font-weight: lighter;
    line-height: 26px;
}

#outer-row, #footer-container{
    border-bottom: 3px solid #A12529;
}

#footer-container {
    margin-bottom: 10px;
}
#column4, #column5, #column6 {
    font-size: 17px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-links {
    height: 30px;
    float: right;
}

.footer-links a {
    margin: 30px;
}
.footer-links a:active, .footer-links a:hover, .footer-links a:focus { /* TODO Add active to button on click*/
    text-decoration: underline overline;
    color: #A12529;
    outline: none;
}