@import url("https://fonts.googleapis.com/css2?family=Galindo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap");
html {
  height: 100vh;
}

body {
  font-family: "Galindo", cursive;
  background-color: #E5E5E5;
  font-size: 1.125rem;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Hide Scrollbar */
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
body::-webkit-scrollbar {
  width: 0 !important;
}
body *, body *:focus {
  outline: none !important;
}
body p {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  margin-bottom: 0;
}
body hr {
  border: #FFFFFF 0.5px solid;
}

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.clickable {
  cursor: pointer;
  color: inherit;
}
.clickable.textUnderline {
  text-decoration: underline;
}

.gm-bundled-control-on-bottom {
  display: none;
}

section.street-view {
  height: 100vh;
  width: 100vw;
}
section.street-view #map {
  height: 100%;
}

section.sidebar {
  position: absolute;
  width: 35vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #1E615A;
  padding: 5rem 2rem;
  overflow-y: scroll;
  transition: left 1s ease;
}
section.sidebar a.project-link {
  width: max-content;
  border-radius: 1rem;
  border: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: #D0E1E6;
  color: #212121;
}
section.sidebar .title {
  font-family: "Rubik";
  color: #FFFFFF;
  font-size: 1.5rem;
}
section.sidebar .heading {
  font-family: "Rubik";
  color: #FFFFFF;
  font-size: 1.25rem;
}
section.sidebar .back-kallang, section.sidebar .back-pasir-ris {
  cursor: pointer;
}

.sidebar-close {
  left: -100% !important;
  transition: left 1s ease;
}

.sidebar-menu {
  position: absolute;
  top: 1rem;
  left: 0;
  right: auto;
  bottom: auto;
  margin: auto;
  z-index: 2;
}

/* Responsive Breakpoint */
@media (max-width: 400px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
    padding: 5rem 2rem;
  }
}
@media (max-width: 575.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
    padding: 5rem 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
    padding: 5rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
section.sidebar-kallang {
  position: absolute;
  width: 30vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #1E615A;
  padding: 1rem 1rem;
  overflow-y: scroll;
  color: #FFFFFF;
}

/* Responsive Breakpoint */
@media (max-width: 400px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (max-width: 575.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
section.sidebar-pasir-ris {
  position: absolute;
  width: 30vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #1E615A;
  padding: 1rem 1rem;
  overflow-y: scroll;
  color: #FFFFFF;
}

/* Responsive Breakpoint */
@media (max-width: 400px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (max-width: 575.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
}
section.sidebar-main {
  position: absolute;
  width: 30vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #1E615A;
  padding: 5rem 1rem;
  overflow-y: scroll;
}
section.sidebar-main .ig-logo {
  max-width: 1.5rem;
}
section.sidebar-main .fb-logo {
  max-width: 0.75rem;
}
section.sidebar-main .screenshots p {
  font-size: 1rem;
}
section.sidebar-main .footer p {
  font-size: 0.8rem;
}

/* Responsive Breakpoint */
@media (max-width: 400px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }

  .ig-logo {
    max-width: 1.5rem;
  }

  .fb-logo {
    max-width: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
  section.sidebar.sidebar-close {
    left: -100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
  section.sidebar.sidebar-close {
    left: -100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.sidebar {
    padding: 2rem 1rem;
    width: 100vw;
  }
  section.sidebar.sidebar-close {
    left: -100%;
  }
}
/* Responsive Breakpoint */

/*# sourceMappingURL=style.css.map */
