html {
min-height: 100%;
}
body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
min-height: 100vh;
}
main {
-webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}
div.navbar-nav { 
}
.headerbackground {
    background-image: url("../assets/images/bg-header.jpg")
}
.bodybackground {
    background-image: url("../assets/images/bg-content.jpg")
}
.addressbottom {
font-size: small;
line-height: 0.5;
}
.addresstitle {
color: #e01212;
font-weight: bold;
}
a {
  color: rgb(241, 11, 11);
}