.body-background {
    background-image: url(/assets/img/gmh.png);
    background-repeat: no-repeat;
    background-size: 20em;
    background-position-x: right;
    background-position-y: bottom;
    height: 100%;
    background-color: #51767e;
}

@media (max-height: 900px) {
  .body-background {
    background-size: 0 !important;
  }
}


.title-bar {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.camera-card {
    max-width: 15em;
    background-color: rgba(0, 0, 0, 0.2);
}

.green-mirror-hotels-name {
/*    color: #8fddee;
    font-weight: bold; */
}

.card-text {
    color: #6bb9c9;
}

.footer {
    position: absolute;
    bottom: 0.5em;
    left: 1.0em;
}
