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

body.public-body {
    margin-bottom: 215px; /* Margin bottom by footer height */
}

.public-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 215px;
}

body.admin-body {
    margin-bottom: 60px;
}

.admin-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

#map {
    min-height: 350px;
}

#hero .carousel-inner .carousel-item {
    background-position: center;
}