@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");
html {
  background: #000;
}

body {
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  --pape-yellow: #fc3;
  --transparency: rgba(255, 255, 255, 0);
}

html {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  background-color: rgb(80, 80, 80);
  background: url(../../map/images/brushed_metal_bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  margin: 0;
  /* overflow: hidden; */
}

body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
span,
img,
p {
  /* // prevent text selection on touchscreen */
  -youbkit-touch-callout: none;
  /* iOS Safari */
  -youbkit-user-select: none;
  /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
  -moz-user-select: none;
  /* Firefox */
  /* IE 10+ and Edge */
  -webkit-user-select: none;
          user-select: none;
  /* Non-prefixed version,
              currently supported by Chrome and Opera */
}

#toggle {
  position: fixed;
  left: -6.5rem;
  bottom: -6.5rem;
  z-index: 99999;
  background: #fc3;
  text-transform: uppercase;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  height: 13rem;
  width: 13rem;
  font-family: "Oswald", sans-serif;
}
#toggle a {
  color: #000;
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  text-align: right;
  text-decoration: none;
}

#toggletest {
  position: fixed;
  top: -3rem;
  left: -3rem;
  z-index: 99999;
  text-orientation: upright;
  background: #fc3;
  text-transform: uppercase;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  height: 6rem;
  width: 6rem;
  font-family: "Oswald", sans-serif;
}
#toggletest a {
  color: #000;
  position: relative;
  top: 3rem;
  left: 2.75rem;
  text-align: left;
}

header {
  width: 100%;
  position: fixed;
  transition: opacity 0.3333s;
}

h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}

h1,
h2 {
  text-align: center;
  text-transform: uppercase;
}

h1 {
  color: var(--pape-yellow);
  font-size: 50px;
  margin: 0;
}

h2 {
  color: white;
  font-size: 25px;
  margin: 0;
}

.wrapper {
  margin: 0 auto 20rem;
  width: 100%;
}
.wrapper > h3 {
  color: #bfc1c3;
  text-align: center;
  margin-top: 0.3rem;
}
.wrapper .milestone:first-child {
  margin-top: 0;
}
.wrapper p {
  margin-bottom: 2em;
}

article {
  position: relative;
  margin: 0;
}

.timeline__section {
  width: 81%;
  float: right;
  padding-top: 150px;
}

.timeline__nav {
  position: fixed;
  z-index: 99;
  /* top: calc(50% - 125.5px);
  */
  top: 30%;
  transition: top 0.3s ease-out;
  padding: 20px;
}
.timeline__nav ul {
  list-style: none;
  list-style-position: inside;
  margin: 15px 0;
  padding: 0;
}
.timeline__nav ul li {
  margin: 15px 0;
  padding-left: 0;
  list-style-type: none;
  color: #bfc1c3;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.timeline__nav ul li.active {
  font-weight: bold;
  color: var(--pape-yellow);
  border-bottom: 1px dotted transparent;
  transform: scale(1.2);
}

/* row stylings */
.hidden-div {
  display: none;
  background: white;
  padding: 5%;
  /* animation: fadein 2s;
  -moz-animation: fadein 2s;
  -webkit-animation: fadein 2s;
  -o-animation: fadein 2s; */
  z-index: 1;
}

.row-container {
  position: relative;
}
.row-container > span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 5%;
  /* padding-left: 5%;
  padding-right: 5%; */
  background-color: var(--pape-yellow);
  /* padding-bottom: 1rem; */
}

img:hover {
  cursor: pointer;
}

img {
  padding: 5px;
}

.selected-img {
  box-shadow: 0px 0px 0px 5px var(--pape-yellow) inset;
  padding: 0;
}

.mosaic {
  display: block;
  width: 100%;
  height: auto;
}

.mosaic-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 10px 5px;
  background-size: cover;
  min-height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--pape-yellow);
  z-index: 2;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 100%; */
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  pointer-events: none;
  display: flex;
  background: rgba(0, 0, 0, 0.33);
}
.overlay span {
  padding: 0;
  margin: 0;
}
.overlay span.read_more {
  display: none;
}

.milestone {
  margin-top: 4rem;
  color: var(--pape-yellow);
}

.flex-row {
  display: flex;
  justify-content: space-between;
  min-height: 400px;
}

.flex-col {
  display: flex;
  flex-wrap: wrap;
}

/******************* animations *******************/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* NEW NEW animations */
.down {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}

.up {
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
}
.last-layer {
  z-index: 9999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  background: #000;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.last-layer.active {
  opacity: 0;
}

.left-layer {
  z-index: 9999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  right: 100%;
  bottom: auto;
  left: auto;
  background: #fc3;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-layer.active {
  right: -100%;
}

.left-layer--2 {
  background: #000;
  transition-delay: 0.3s;
}

.left-layer--3 {
  background: #555;
  transition-delay: 0.2s;
}

.right-layer {
  overflow-x: hidden;
  z-index: 9999999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  left: 100%;
  bottom: auto;
  right: auto;
  background: #fc3;
  transition: all 0.9s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.right-layer.active {
  left: -100%;
}

.right-layer--2 {
  background: #000;
  transition-delay: 0.3s;
}

.right-layer--3 {
  background: #555;
  transition-delay: 0.2s;
}/*# sourceMappingURL=style.css.map */