* {
  box-sizing: border-box;
}
html {
  scroll-snap-type: none;
}
body {
  background-color: #000;
}
.v-spacer {
  height: 100vh;
  width: 100%;
}
.svg-padded-box {
  width: 50vw;
}
@media only screen and (max-device-width : 768px) and (orientation : portrait) {
.svg-padded-box {
  width: 90vw;
}
}
.st0 {
  fill: white;
  
}
.st1 {
  stroke: none;
  fill: white;
}

.black {
  fill: black;
}


#svg2 {
  position: fixed;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  
}

#dnadaweb {
  visibility: hidden;
}

#intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#masthead {
  position: fixed;
  display: flex;
  z-index: 9999;
}
#masthead a {
  padding: 1rem 2rem;
}


#panels #panels-container {
  height: 100vh;

  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  overflow: hidden;
  background-color: #ddd;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
 
  display: flex;
  color: #333;
  text-align: left;
  border-right: 1px solid #f00;
}
#panels #panels-container .panel img {
  max-width: 100%;
  height: auto;
  display: block;
}
#panels #panels-container .panel .panels-navigation {
  width: 100%;

  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
  color: #000;
  text-transform: uppercase;
  margin-right: 2rem;
}
#panels #panels-container .panels-navigation {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  right: 2rem;
}
