:root {
  --blue: #10828c;
  --orange: #eba10c;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #efefef;
  --light-blue: #aacfd3;
  --light-orange: rgba(235, 161, 12, 0.75);
  --medium-blue: #4ca1a9;
  --dark-grey: #676464;
  --body-fonts: "Roboto";
  --logo-fonts: "Sansation", sans-serif;
  --font-size-heading: 2.6vw;
  --font-size-subheading: 1.5vw;
  --font-size-bodytext: 1.2vw;
  --font-size-nav: 50px;
  --font-size-nav-active: 60px;
}

body {
  padding: 0;
  margin: 0;
}
/*LAUNDRY STYLING*/
.laundry-page {
  display: flex;
  flex-direction: row;
}

.main-navigation {
  width: 22vw;
  height: 100vh;
  background-color: var(--blue);
  margin-top: 0vw;
  padding-top: 0.5vw 1vw 0vw 0vw;
  display: flex;
  flex-direction: column;
  position: fixed;
}

.navigation-dateandtime {
  font-family: var(--body-fonts);
  font-size: 1vw;
  color: var(--black);
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}

.logo-grundfos {
  width: 22vw;
  height: auto;
  margin-top: 1vh;
}

.logo-grundfos-link {
  text-decoration: none;
}

.navigation-links {
  font-size: 1.5vw;
  display: flex;
  flex-direction: column;
  margin-left: 3.5vw;
  margin-top: auto;
  margin-bottom: auto;
  top: 10vw;
  font-family: var(--body-fonts);
  line-height: 4vw;
  color: var(--light-grey);
}

.nav-link {
  color: var(--light-grey);
  text-decoration: none;
}

.nav-link:hover {
  color: white;
  text-decoration: none;
  font-size: 1.6vw;
  font-weight: bolder;
}

.navigation-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 5vh;
}

.navigation-qr-code-description {
  font-family: var(--body-fonts);
  color: var(--light-grey);
  font-size: 0.99vw;
  line-height: 0vw;
}

.navigation-qr-code-image {
  width: 35%;
  height: 80%;
}
.laundry-content {
  margin-left: 20vw;
  width: 78vw;
  background-color: var(white);
}

.laundry-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.laundry-heading {
  display: flex;
  justify-content: center;
  font-family: var(--body-fonts);
  font-size: var(--font-size-heading);
  font-weight: 500;
  letter-spacing: 0.2vw;
  text-align: center;
  flex: 1;
  margin-bottom: 1.5vw;
}
.laundry-search-icon {
  width: 2.8vw;
  margin-right: 2vw;
}
.facility-display {
  margin-top: 2vw;
  display: flex;
  flex-direction: row;
}
.facility-list {
  width: 35vw;
  margin-left: 8vw;
  display: flex;
  position: sticky;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.facility-layout {
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility-icon {
  width: 3.6vw;
  stroke-width: 1vw;
  margin-right: -2vw;
  margin-bottom: 0.05vw;
}
.facility-element {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 30vw;
  text-decoration: none;
  color: var(--black);
  font-family: var(--body-fonts);
  font-size: 1.6vw;
  letter-spacing: 0.05vw;
  margin: 0.5vw 0vw;
  text-align: center;
}

.room-button {
  background-color: var(--orange);
  color: var(--white);
  opacity: 1;
  border: none;
  border-radius: 3vw;
  width: 6.6vw;
  height: 2.5vw;
  font-family: var(--body-fonts);
  font-size: 1.7vw;
  margin-left: 1.5vw;
}

.room-button:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.facility-click {
  text-decoration: none;
  color: var(--black);
  font-family: var(--body-fonts);
  font-size: 1.6vw;
  letter-spacing: 0.05vw;
  margin: 0.5vw 0vw;
  text-align: center;
}
.align-facility {
  font-weight: light;
  margin-left: 1.8vw;
}
.svg-container {
  width: 3.6vw;
  height: auto;
  margin-right: -2vw;
}

.building-layout {
  width: 22vw;
}

.bottom-page {
  display: flex;
  height: 5vw;
}

#help-icon {
  width: 3.5vw;
  margin-left: 73vw;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/*MOBILE LOGO*/
.mobile-logo {
  display: none;
  width: 100vw;
  align-items: center;
  position: fixed;
  background-color: var(--white);
  margin-bottom: 10vw;
}
.mobile-name {
  display: flex;
  flex-direction: row;
}
.main-heading-grundfos {
  font-family: var(--logo-fonts);
  color: var(--blue);
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0vw 2vw 0vw 0.5vw;
  margin-bottom: 0vw;
  margin-top: none;
}
.main-heading-text {
  font-family: var(--logo-fonts);
  font-weight: lighter;
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 0vw;
  margin-top: none;
}
.horizontal-line {
  border-bottom: 0.05vw solid var(--light-grey);
  width: 100vw;
  margin-top: 0.5rem;
}
/*MOBILE NAVIGATION*/
.navigation-mobile {
  background-color: var(--blue);
  display: none;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-icon {
  padding: 15px 30px;
}
@media screen and (min-height: 700px) {
  .facility-display {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 600px) {
  .laundry-content {
    width: 100vw;
  }
  .facility-layout {
    display: none;
  }
  .main-navigation {
    display: none;
  }
  .facility-list {
    width: 100vw;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .laundry-search-icon {
    display: none;
  }
  .laundry-top {
    justify-content: center;
    align-items: center;
  }
  .bottom-page {
    display: none;
  }
  .facility-element {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0vw;
    margin-left: 0;
  }
  .facility-icon {
    width: 10vw;
    stroke-width: 1vw;
    margin-right: 0vw;
    margin-bottom: 0.05vw;
    margin-left: 1.6rem;
  }
  .svg-container {
    width: 10vw;
    height: auto;
    margin-right: 0vw;
    margin-left: 1.7rem;
  }
  .laundry-heading {
    font-size: 7vw;
    margin-top: 34vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .laundry-content {
    margin-left: 0;
  }
  .room-button {
    border-radius: 5vw;
    width: 18vw;
    height: 8vw;
    font-family: var(--body-fonts);
    font-size: 5vw;
    margin-left: 1.5vw;
    margin-right: 3.5vw;
  }
  .align-facility {
    font-weight: light;
    margin-left: 6vw;
  }
  .navigation-mobile {
    margin-top: 3rem;
    display: flex;
    position: fixed;
    bottom: 0;
  }
  .mobile-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
    z-index: 2;
  }
  .laundry-page {
    flex-direction: column;
  }
}
