@font-face {
  font-family: "Quicksand";
  src: url("../src/Quicksand/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand Bold";
  src: url("../src/Quicksand/Quicksand-Bold.ttf") format("truetype");
}
/*COLORS*/
/*SIZES*/
:root {
  --concept-image-height: 280px;
  --concept-image-format: calc(21 / 30);
  --concept-image-width: calc( var(--concept-image-height) * calc(var(--concept-image-format)) );
}

/*UNUSED*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000a12;
  color: #bebea5;
  font-family: "Quicksand", "Open-Sans", sans-serif;
}
body a {
  color: #bebea5;
}

h1 {
  font-size: 3rem;
  letter-spacing: 0.7rem;
  font-family: "Quicksand Bold", sans-serif;
  text-align: center;
}

h2 {
  font-size: 1rem;
  letter-spacing: 0.4rem;
  line-height: 2.5rem;
  font-family: "Quicksand Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

h3 {
  font-size: 2rem;
  padding-bottom: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: lighter;
  color: #dddfa5ff;
}

hr {
  margin-bottom: 1rem;
  width: 12rem;
  color: #dddfa5ff;
}

p {
  padding-bottom: 0.2rem;
}

ul, li {
  list-style: "-  ";
}

p, li {
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  line-height: 1.4rem;
}

a {
  outline: none;
}

@font-face {
  font-family: "Quicksand";
  src: url("../src/Quicksand/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand Bold";
  src: url("../src/Quicksand/Quicksand-Bold.ttf") format("truetype");
}
/*COLORS*/
/*SIZES*/
:root {
  --concept-image-height: 280px;
  --concept-image-format: calc(21 / 30);
  --concept-image-width: calc( var(--concept-image-height) * calc(var(--concept-image-format)) );
}

/*UNUSED*/
#hamburger {
  display: none;
}

/* Break down menu items into vertical */
#nav_items a {
  display: block;
  width: 100%;
  border-top: 1px solid #333;
}

/* Toggle Show/Hide Menu */
#nav_items {
  position: absolute;
  top: 100vh;
  display: block;
  z-index: 1;
  padding: 2rem;
  padding-bottom: 3.2rem;
  background-color: #000a12;
  transition-property: transform;
  transition-duration: 1s;
}

#nav_section input:checked ~ #nav_items {
  transform: translate(0, -410px);
}

#nav_section {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 1rem 0;
}
#nav_section label {
  display: inline-block;
  position: absolute;
  top: 92vh;
  left: 1rem;
  z-index: 5;
  color: #bebea5;
  font-style: normal;
  font-size: 2rem;
  padding: 0.5rem;
}
#nav_section a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #dddfa5ff;
  padding: 0.6rem;
  margin: 0.4rem 0;
  width: 80vw;
  transition: background-color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  border: solid #161626 5px;
}

@media only screen and (min-width: 768px) {
  /* Hide Hamburger */
  #nav_section {
    height: auto;
    padding: 0%;
  }
  #nav_section label {
    display: none;
  }

  #nav_items {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    text-align: center;
    align-items: center;
    background-color: #060e1b;
    padding: 0 14vw 0.7rem 14vw;
    justify-content: space-evenly;
  }
  #nav_items a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0rem;
    margin: 0;
    border-radius: 0;
    background: none !important;
    color: #bebea5;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    border: none;
    border-bottom: solid;
    border-color: #060e1b;
    border-width: 0.2rem;
    transition: color 200ms ease-in-out;
    transition: border-color 200ms ease-in-out;
  }
  #nav_items a:hover {
    border-color: #dddfa5ff;
    color: #dddfa5ff;
  }
}
@font-face {
  font-family: "Quicksand";
  src: url("../src/Quicksand/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand Bold";
  src: url("../src/Quicksand/Quicksand-Bold.ttf") format("truetype");
}
/*COLORS*/
/*SIZES*/
:root {
  --concept-image-height: 280px;
  --concept-image-format: calc(21 / 30);
  --concept-image-width: calc( var(--concept-image-height) * calc(var(--concept-image-format)) );
}

/*UNUSED*/
.images {
  height: var(--concept-image-height);
  margin-left: calc(calc(100% - var(--concept-image-width) ) / 2);
}

.images img {
  position: absolute;
  height: var(--concept-image-height);
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    display: block;
  }
  /** fadeIn starts   **/
  11.11% {
    opacity: 1;
  }
  /** image fully visible            **/
  22.22% {
    opacity: 1;
  }
  /** image stays                    **/
  33.33% {
    opacity: 0;
    display: none;
  }
  /** fadeOut ended    **/
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    display: block;
  }
  /** fadeIn starts   **/
  11.11% {
    opacity: 1;
  }
  /** image fully visible            **/
  22.22% {
    opacity: 1;
  }
  /** image stays                    **/
  33.33% {
    opacity: 0;
    display: none;
  }
  /** fadeOut ended    **/
  100% {
    opacity: 0;
  }
}
.images img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.images img:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.images img:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.images img:nth-child(4) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.images img:nth-child(5) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.images img:nth-child(6) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/*MOBILE*/
header {
  display: flex;
  position: relative;
  text-align: center;
  flex-direction: column;
  justify-content: space-evenly;
  z-index: 0;
  height: 100vh;
  width: 100%;
  padding: 2rem 0;
  background-color: #060e1b;
}
header a {
  text-decoration: none;
}
header hr {
  width: 90%;
  margin: 0 auto;
}
header img {
  height: 45vh;
}

#sections {
  position: absolute;
  width: 100%;
  top: 100vh;
  z-index: 5;
  background-color: #000a12;
}

.uneven_section, .even_section {
  display: flex;
  position: relative;
  flex-direction: column;
  background-color: #14171b;
  margin: 2rem 5vw;
  z-index: 10;
  justify-content: left;
  border-radius: 1.5rem;
  padding: 2rem;
  height: 100vh;
}
.uneven_section ul, .even_section ul {
  margin-left: 2rem;
}

footer {
  display: flex;
  flex-direction: column;
  background-color: #060e1b;
  text-align: center;
  padding: 1rem 0;
}
footer ul, footer li {
  list-style: none;
}
footer a, footer li {
  letter-spacing: 0.09rem;
  margin: 0.2rem;
}
footer p {
  margin: 0.6rem;
  color: #bebea5;
}

@media only screen and (min-width: 768px) {
  #sections {
    position: relative;
    top: auto;
  }

  header {
    height: auto;
    padding-bottom: 0.6rem;
  }
  header img {
    height: 11vh;
  }

  .uneven_section, .even_section {
    padding: 1rem 8vw;
    height: auto;
  }

  .images {
    margin-left: 3rem;
  }
}/*# sourceMappingURL=style.css.map */