body {
}
.bg-header {
    background-color: #000 !important
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important
}
.navbar-brand {
    color: #fff !important
}
.navbar-toggler-icon {
    background-color: #fff !important
}
.navbar-brand-image {
    height: 60px
}
.img-thumbnail {
    background-color: unset;
    border: unset;
}

.footer-link {
    color: #fff !important
}

.footer {
    color: #fff !important;
    background-color: #000 !important;
    bottom:0;
    width: 100%;
}
.tech {
    font-size: 60% !important;
    font-weight: 100 !important;
}

.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker-date {
    font-size: large;
}

.occupation {
    border: 1px solid black;
}

.occupationhour {
    width: 10px;
    height: 27px;
}

.reservation {
    background-color: #357043 !important;
}

.room {
    border: 1px black;
    border-style: groove;
    border-radius: 16px;
}