body {
    padding-top: 5rem;
    background: url(/static/images/orange_tile.jpg) repeat;
}

.invalid-feedback {
    display: block;
}

/* navbar */
.bg-dark {
    background-color: rgba(133,131,130,1) !important;
}

.navbar-left {
    background: rgb(240, 236, 229);
    border-radius: 3px;
}

.navbar-left img {
    max-width:60px;
}

#navbar-user-menu {
    background: rgba(88,88,90,1);
    border-radius: 3px;
}

/* white text on navbar */
.nav-link {
    color: lightgrey !important;
}

.nav-link.active  {
    color:white !important;
}

/* repeating buildings as footer */
footer {
    background-image: url(/static/images/footer.png);
    background-repeat:repeat-x;
    height:50px;
}

/* white content */
main {
    background: rgb(240, 236, 229);
    border-radius: 5px;
}

/* border around alerting properties */
.alerting-property {
    border: 2px solid red;
}
