body {
  padding-top: 5rem;

}
main {
    min-height: 400px !important;
}
#map {
    height: 100% !important;
    widows: 100% !important;
    min-height: 400px;
}
.footer {
  background-color: #f5f5f5;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
    color: white;
}
.scroll-to-top:hover {
    background: #343a40;
}
.scroll-to-top i {
    font-weight: 800;
}
.bg-blue {
    background-color: #1e73be;
}
.btn-blue {
    color: #fff;
    background-color: #1e73be;
    border-color: #1e73be
}
.btn-blue:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}
.btn-blue.focus, .btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #1e73be;
    border-color: #1e73be
}
.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}
.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.bg-orange {
    background-color: #ff6600;
}
.btn-orange {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600
}
.btn-orange:hover {
    color: #fff;
    background-color: #c15600;
    border-color: #c15600
}
.btn-orange.focus, .btn-orange:focus {
    box-shadow: 0 0 0 .2rem rgba(193, 86, 0, 0.5)
}
.btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #ff6600;
    border-color: #ff6600
}
.btn-orange:not(:disabled):not(.disabled).active,
.btn-orange:not(:disabled):not(.disabled):active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #c15600;
    border-color: #c15600
}
.btn-orange:not(:disabled):not(.disabled).active:focus,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(193, 86, 0, 0.5)
}

.list-group-item-action:hover {
    color: #ff6600 !important;
}

@media (max-width: 768px) {
    #wrapper #content-wrapper {
        padding: 1rem !important;
        padding-bottom: 100px !important;
    }
}