@font-face {
  font-family: "Lino-Light";
  src: url("../fonts/Linotype - NHaasGroteskDSStd-45Lt.otf");
}
@font-face {
  font-family: "Lino-Regular";
  src: url("../fonts/Linotype - NHaasGroteskDSStd-55Rg.otf");
}
@font-face {
  font-family: "Lino-Medium";
  src: url("../fonts/Linotype - NHaasGroteskDSStd-65Md.otf");
}
@font-face {
  font-family: "Lino-Bold";
  src: url("../fonts/Linotype - NHaasGroteskDSStd-75Bd.otf");
}
body {
  background: #1F3D51;
  color: #fff;
}

#wrapper {
  max-width: 800px;
  margin: 0 auto;
}

#header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #fff solid;
}
#header h1 {
  color: #fff;
  font-family: "Lino-Bold";
  font-size: 24px;
}
#header img {
  width: 80px;
}

ul {
  padding-left: 0;
}
ul li {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "Lino-Medium";
}
ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #696969;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
ul li .name p {
  display: inline;
  background: #1F3D51;
  padding-right: 20px;
}
ul li .floorSuite {
  display: flex;
}
ul li .floorSuite .floor,
ul li .floorSuite .suite {
  width: 50px;
  text-align: center;
  background: #1F3D51;
}

#legend {
  display: flex;
  position: sticky;
  top: 0;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 12px;
  margin-bottom: 20px;
  font-family: "Lino-Bold";
  color: #FFB200;
  z-index: 10;
  background: #1F3D51;
  height: 40px;
  padding-bottom: 10px;
}
#legend .floorSuite {
  display: flex;
}
#legend .floorSuite .floor,
#legend .floorSuite .suite {
  width: 50px;
  text-align: center;
  background: #1F3D51;
}

#footer {
  margin-top: 40px;
  text-align: right;
  color: #696969;
  font-family: "Lino-Regular";
  font-size: 12px;
}
#footer a {
  color: #fff;
}/*# sourceMappingURL=styles.css.map */