html {
  max-width: 1082px;
  max-height: 1922px;
}

body {
  width: 1080px;
  height: 1920px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

body .container {
  height: 100%;
  width: 100%;
  background-image: url(../imgs/steamboat-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body .container .row {
  width: 100%;
  height: auto;
}

body .container .row.room-info {
  padding-top: 4rem;
  margin-top: 4rem;
}

body .container .row.room-info .col-12 {
  width: 100%;
}

body .container .row.room-info .col-12 .h1-room-name {
  font-size: 9rem;
  text-align: center;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 5px;
  margin-bottom: 0rem;
}

body .container .row.room-info .col-12 .conference-room {
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
  letter-spacing: 0.4rem;
}

body .container .row.calendar {
  padding-left: 5px;
  margin-top: 14rem;
}
/*# sourceMappingURL=style.css.map */