.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */

.material-icons.md-18 {
  font-size: 18px;
}

.md-table {
  font-size: 1rem;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.btn-action-nav:hover {
  background-color: var(--bs-danger);
}

.btn-action-nav {
  background-color: white;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

.shadow-light.scale-up.img-square.img-modal.shadow-light {
}

.text-room {
  font-family: 'Italianno';
  font-size: 3rem;
}

.row-details {
  display: table;
}

.col-details {
  display: table-cell;
  padding: 16px;
}

.col-nav.col-dropdown-nav-small {
}

