﻿body {
    padding-top: 75px;
}

nav .navbar-brand {
    padding: 10px;
    line-height: 30px;
    height: 50px;
}

    nav .navbar-brand img {
        height: 30px;
    }

.footer-wrapper {
    position: fixed;
    height: 35px;
    width: 100%;
    bottom: 0;
}

    .footer-wrapper footer {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
    }
