html {
    position: relative;
    min-height: 100%;
}

/*********************************************
HEADER
*********************************************/

.navbar-header a{
    height:130px;
    padding-bottom:15px;
}

/***********************************************
FOOTER
***********************************************/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

/**********************************************
HELPERS
**********************************************/
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.border-top-1 {
    border-top: 1px solid #E4E4E4;
}

.margin-top-100 {
    margin-top: 100px;
}

