*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    overflow: hidden;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
}

.loading-bar
{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transform: scaleX(0.3);
    transform-origin: top left;
    transition: transform 0.5s;
}

.loading-bar.ended
{
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 1.5s ease-in-out;
}

.titleText
{
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 350%;
    font-stretch: expanded;
    text-align: center;
    position: relative;
    margin-top: 3%;
    letter-spacing: 5px;

}
.paulText
{
    /* font-family: six-hands-chalk, sans-serif; */
    font-family: allura, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 300%;
    text-align: center;
    position: relative;

}

@media screen and (max-width: 1000px) {
  .titleText{
    font-size: 100%;
  }
  .paulText{
    font-size: 75%;
  }
  
}

.lineDiv 
{
    height: 2px;
    background-color: #000000;
    width: 100%;
}

#button
{
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  padding: 2px 20px;
  width: 450px;
  /* height: 50px; */
  border:none;
  border:solid 1px black;
  border-radius: 8px;
  background: rgba(255, 255, 255,0);
  font-size: 20px;
  cursor: pointer;
  position:absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -150px ;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  z-index: 2;
  -webkit-animation: breathing 15s ease-out infinite normal;
  animation: breathing 15s ease-out infinite normal;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

#button:hover
{
  box-shadow: 0px 0px 25px 25px rgba(0,0,0,0.2), 0px 0px 25px 25px rgba(0,0,0,0.2);
  animation-play-state: paused;
  padding-right: 25px;
  padding-left: 25px;
}

.tulsaButton
{
  visibility: hidden;
}
.richmondButton
{
  visibility: hidden;
}.durhamButton
{
  visibility: hidden;
}

.aboutDiv
{
    font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    /* font-size: 40px; */
    /* display: hidden; */
    visibility: hidden;
    position: absolute;
    font-family: sans-serif;
    /* margin-top: 10%; */
    width: 40%;
    height: 95%;
    opacity: 1;
    right: 0;
    top: 0;
    float: right;
    /* margin-right: -100%; */
    padding-top: 30px; 
    padding-left: 50px; 
    padding-bottom: 20px; 
    padding-right: 20px; 
    font-size: 12px;
    color: black;
    /* z-index: 2; */
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    transform: translate(100%, 0%);
    overflow-y: auto;
    background: #ffffff;
}

.aboutText
{
   font-size: 12pt;
}

.aboutDiv.open
{
    
    visibility: visible;
    transform: translate(0%, 0%);

}

.designNames
{
  visibility: hidden;
    background-color: rgba(79, 44, 16, 0.6);
    /* height: 1.2em; */
    /* width: 100%; */
    margin-top: -3.7em;
    float: top;
    text-align: center;
    color: white;
    z-index: 3;
    font-style: normal;
    font-weight: 600;
    font-size: 150%; 
   
     position: absolute;
     padding-left: 5px;
     width: 123px;
    
     -webkit-transition: .4s ease-in-out;
     -moz-transition: .4s ease-in-out;
     -o-transition: .4s ease-in-out;
     transition: .4s ease-in-out;

}



#nav-icon {
    width: 50px;
    height: 45px;
    position: absolute;
    /* margin: 50px auto; */
    margin-right: 30px;
    margin-top: 10px;
    top: 20px;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1
  }

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 10px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 22px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.storyDiv
{


  
  -webkit-transition: .5s ;
  -moz-transition: .5s ;
  -o-transition: .5s ;
  transition:.5s ;
  opacity: 0;
  display: none;
 
  /* visibility: hidden; */
  /* margin-right: -100%; */
  /* transform: translateX(250px); */
/* background-color: tomato; */

}

.angledDiv
{

border-style: solid;
border-width: thin;

  position: absolute;
  font-family: sans-serif;
  width: 40%;
  height: 100%;
  opacity: 1;
  right: 0%;
  top: 70%;
  float: right;
  padding-top: 1000px; 
  padding-left: 500px; 
  padding-bottom:0px; 
  padding-right: 20px; 
  font-size: 12px;
  color: black;
  -webkit-transition: .4s ;
  -moz-transition: .4s ;
  -o-transition: .4s ;
  transition: .4s ;
  -webkit-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  transform: skewY(-45deg);
  overflow-y: auto;
  background: #ffffff;
  z-index: 0;
  
}

.storyContent
{
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 100%;
  position: absolute;
  right: 0;
  left: 75%;
  top: 52%;
  bottom: 3.5%;
  height: 300px;
  /* width: 50%; */
  padding-top: 0%;
  padding-right: 20px;
  padding-left: 75%;
  float: right;
  z-index: 1;
  height: 375px;
  overflow: auto;
  /* background-color: aqua; */
  /* bottom: 5%; */
}

.storyTitle
{
 
  font-family: roboto, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 150%;

  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 45%;
  left: 75%;
  padding-right: 20px;
  padding-left: 20px;
  /* transform: skewY(40deg); */
  text-align: center;
  color: black;

}

.orbInstruction
{
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
  position: absolute;
  text-align: center;
  color: black;
  margin-top: 2%;
  top: 0;
  left: 50%;
  visibility: hidden;
  /* background-color: rgba(252, 250, 250, 0.342); */
  
  transform: translateX(-50%);

}
  
.storyGraphOne
{
 /* padding-top: 15px; */
 font-weight: 500;
 font-size: 120%;
 right: 0%;
 width: 350px;
  top: 8%;
  left: 0%;
 position: absolute;
 padding-right: 2%;
 padding-left: 1%;
 -webkit-transition: .4s ;
 -moz-transition: .4s ;
 -o-transition: .4s ;
 transition: .4s ;
 height: 200px;
 overflow-y: auto;
 
}

.imageDiv
{
  position: absolute;
  right: 0;
  bottom: 55%;
  left: 75%;
  height: 250;
  text-align: center;
  padding-right: 20px;
  opacity: 0;
  transition: .5s;
}

.storyImageDiv
{
  position: absolute;
  right: 25%;
  bottom: 3.5%;
  /* left: 55%; */
  height: 300px;
  /* width: 700px; */
  text-align: right;
  padding-right: 5px;
  opacity: 0;
  transition: .5s;
  z-index: 2;
  cursor: zoom-in;
  /* background-color: aqua; */
}

.storyImageDiv.open 
{
  bottom: 30%;
  right: 50%;
  transform: scale(2);
  cursor: zoom-out;
 
}

.arrows
{
  width: 400px;
  height: 50px;
  /* transform: scale(0.35, 0.35); */
  position: absolute;
  white-space:nowrap;
  text-align: center;
  font-family: roboto, sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 75%;

  left: 75%;
  bottom: 5%;
  z-index: 2;
}

.storyCount
{
  text-align: center;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  position: relative;
  /* float: left; */
}

.arrowUp{
  width: 100px;
  height: 50px;
  margin: 20px;
  display: inline-block;
  position: relative;
  
  bottom:0;
  background: transparent;
  border-radius: 2%;
  border-style: solid;
  border-width: thin;

}

 
.arrowDown{
  width: 100px;
  height: 50px;
  margin: 20px;
  bottom:0;
  display: inline-block;
  position: relative;
  
 
  background: transparent;
  border-radius: 2%;
  border-style: solid;
border-width: thin;
 } 

.backButton
{
  position: absolute;
  top:0;
  left: 1.5%;
  height:40px;
  width: 55px;
  text-align: center;
  padding-top: 5px;
  padding-left: 5px;
  visibility: hidden;
  cursor: pointer;
}

.cityButton
{
  position: absolute;
  top:5%;
  float: right;
  right: 0;
  height:174px;
  width: 256px;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  /* visibility: hidden; */
  /* cursor: pointer; */
}

.audioDiv
{ 
  position: absolute;
  bottom: 2%;
  left: 2%;
  height: 50px;
  width: 50px;
z-index: 2;
cursor: pointer;
}

::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

  .timeline {
    display: none;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%);
    width:100%;
    height: 20px;
    list-style: none;
    text-align: justify;
    margin: 80px auto;
    background: white;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
  }

  .timeline:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.timeline li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: white;
	text-align: center;
	line-height: 1.2;
	position: relative;
	border-radius: 50%;
  margin-left: 100px;
  left:0;
}
.timeline li:before {
	display: inline-block;
	content: attr(orbNames);
	font-size: 12pt;
  width: 200px;
  color: white;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10pt;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
	top: -40px;
}
.timeline li:nth-child(even):before {
	bottom: -40px;
}

/* .timeline li:nth-child(odd):after {
	bottom: 0;
	margin-bottom: -10px;
	transform: translate(-50%, 100%);
}
.timeline li:nth-child(even):after {
	top: 0;
	margin-top: -10px;
	transform: translate(-50%, -100%);
} */

  /* .timelineContainer
  {
    position: absolute;
  top:4%;
  left: 1.5%;
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  transform: tranlateY(50%);
  }

  .timeline ul li {

    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 30px;
    background: #fff;
    
    text-align: left;
    background-color: white;
  }
   
  .timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }

  .timeline ul li div {
    position: relative;
    bottom: -5px;
    width: 400px;
    padding-left: 10px;
    background:transparent;
    color: white;
    font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 100%;

  }
  
  .timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
  } */

/* 
.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
} */

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