/* prompt-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Prompt";
  font-style: normal;
  font-weight: 200;
  src: url("../assets/googlefonts/prompt-v10-latin/prompt-v10-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-regular - latin */
html, body {
  height: 100%;
  width: 100%;
  min-height: 150vh;
  padding: 0;
  margin: 0;
  font-family: "Prompt", Sans-serif;
  font-size: 20px;
}

body {
  overflow: hidden;
}

/* Multi-use styling */
.general-container-1 {
  width: 20%;
}

.general-container-2 {
  width: 60%;
}

.general-container-3 {
  width: 20%;
}

.spinner-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50vh;
  left: 48%;
  z-index: 11;
  display: block;
}
.spinner-modal .spinner {
  color: white;
  font-size: 80px;
  animation: spin 1.5s linear infinite;
  z-index: 12;
}
.spinner-modal div {
  color: white;
  font-size: 1.4rem;
}

.spinner-overlay {
  position: absolute;
  display: block;
  background-color: #30332E;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Individual-use styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  background: black;
  z-index: 1;
  display: block;
}

#hamburger-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  display: none;
  border: none;
  padding: 0px;
  margin: 0px;
  font-family: "Prompt", Sans-serif;
  background: linear-gradient(to bottom, #100c08, #100c08 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, #100c08 40%, #100c08 60%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 80%, #100c08 80%, #100c08 100%);
  z-index: 10;
}

#hamburger-menu #sidebar-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background-color: #172815;
  transition: 0.35s;
  box-sizing: border-box;
  overflow: auto;
  margin: 0 auto;
}

#sidebar-menu > ul, #sidebar-menu > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#hamburger-menu h3 {
  color: #B9FAF8;
  font-size: 1.5rem;
}

#sidebar-menu > ul, .master-project-content {
  padding-left: 0px;
}

#hamburger-menu li {
  list-style-type: disc;
  line-height: 2.5rem;
}

#hamburger-menu span, #hamburger-menu a, #hamburger-menu .child-1 {
  color: #B9FAF8;
  font-size: 1rem;
  text-decoration: none;
}

.hamburger-accordian-parent {
  color: #B9FAF8;
  font-size: 1rem;
  text-decoration: none;
}

.master-project-content > .project-container {
  background: #30332E;
}

.master-project-content {
  margin: 0;
}

.project-container > .child-content {
  display: none;
}

.project-container.active .project-list {
  list-style-type: disc;
}

.accordian-container {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.accordian-label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.accordian-label .label-icon-container {
  color: #172815;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-size: 1em;
}
.accordian-label > i {
  transition: 0.3s;
}

.label-props {
  color: white;
  font-size: 1.6rem;
  margin: 15px auto;
}

.label-icon-container i {
  cursor: pointer;
  transition: 0.4s;
}

.accordian-content, .accordian-child-content {
  height: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  transition: height 0.5s;
}

.accordian-child-content {
  background: #353839;
}

.accordian-container.active .accordian-content,
.child-accordian-container.active .accordian-child-content {
  width: 100%;
}

.child-accordian-container.active > .accordian-label i,
.accordian-container.active > .accordian-label i {
  transform: rotate(180deg);
}

@media (max-width: 450px) {
  .thumbnails {
    justify-content: left;
  }
  .accordian-container {
    width: 100%;
  }
  .accordian-content {
    width: 100%;
    margin: 0 auto;
  }
  .spinner-modal {
    left: 40%;
  }
}
.height-wrapper {
  width: 100%;
}

#hamburger-menu a:hover {
  text-decoration: underline;
}

.hamburger-link-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 50%;
}

.hamburger-link {
  display: block;
  height: 100%;
  text-align: left;
}

.child-1 {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.child-2 {
  flex-grow: 2;
}

#sidebar-menu .hamburger-divider {
  width: 100%;
  margin: 0;
  background: transparent;
  border: 1px black solid;
}

.grandchild-flex, .child-list, .grandchild-list {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.grandchild-flex {
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.child-list {
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 10px;
}

.grandchild-list {
  flex-direction: column;
  margin: 0 auto;
}

.nav-bar {
  display: flex;
  background: #172815;
  height: 12vh;
  min-height: 70px;
  align-items: center;
  width: 100%;
}

.nav-container {
  height: 100%;
  color: white;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.nav-container-1 {
  flex-grow: 1;
  flex-basis: 0;
}

.nav-container-2 {
  flex-grow: 2;
  flex-basis: 0;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  /*   padding-left: 150px; */
}

.nav-container-3 {
  /*   width: 30%; */
  flex-grow: 1;
  flex-basis: 0;
}

.hyperlinks {
  text-decoration: none;
  color: white;
  padding: 8px;
}

.hyperlinks:hover {
  text-decoration: underline;
}

.z-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.dropdown {
  height: 100%;
  align-items: center;
  justify-content: center;
  background: white;
  min-width: 158.562px;
}

.dropdown-btn {
  font-family: "Prompt", Sans-serif;
  background: #172815;
  border: none;
  color: white;
  font-size: 1.2rem;
  padding: 0px 20px;
  height: 100%;
  margin: 0;
}

.dropdown-icon {
  cursor: pointer;
}

.down-arrow:hover {
  transform: scale(1.2);
}

.dropdown-content {
  position: absolute;
  top: 12vh;
  display: none;
  background: darkgray;
  width: 100%;
  z-index: -1;
  animation: slidedown 0.4s;
}

@keyframes slidedown {
  from {
    margin-top: -50%;
  }
  to {
    margin-top: 0%;
  }
}
.dropdown-content > .react {
  background: #172815;
}

.dropdown-content > .angular {
  background: #172815;
}

.dropdown-content > .vanillajs {
  background: #172815;
}

.dropdown-content > .nodejs {
  background: #172815;
}

.projects-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background: #1D1128;
  padding: 10px 0;
}

.popup-content {
  position: absolute;
  background: #1D1128;
  left: 100%;
  top: 0;
  display: none;
  font-size: 1.05rem;
}

.dropdown-content:nth-of-type(1) {
  padding-top: 0px;
}

.dropdown-link {
  text-decoration: none;
  padding: 10px 16px;
  display: block;
  color: white;
  height: 100%;
}

.projects-popup:hover {
  background: #414a4c;
}

.projects-popup:hover .popup-content {
  display: flex;
  flex-direction: column;
}

.dropdown-link:hover {
  color: gray;
}

.parent-container {
  display: flex;
  background: #30332E;
  min-height: 100%;
  /*   background: gray; */
  /*   font-family: 'Prompt'; */
}

.primary-container {
  display: flex;
}

.footer {
  display: flex;
  height: 120px;
  width: 100%;
  background: #172815;
  color: white;
}

.footer-2 {
  /*   align-self: center; */
}

@media screen and (max-width: 600px) {
  .nav-bar {
    display: none;
  }
  #hamburger-menu {
    display: inline;
  }
  .accordian-label .label-icon-container {
    font-size: 0.9em;
    justify-content: space-evenly;
  }
  .general-container-1 {
    width: 0%;
  }
  .general-container-2 {
    width: 100%;
  }
  .general-container-3 {
    width: 0%;
  }
}

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