@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  src: url("../fonts/Lato-Regular.eot"),
    url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  --text-primary: #474849;
  --text-secondary: rgb(225, 217, 217);
  --bg-primary: #292b2c;
  --bg-secondary: #f4f4f4;
}

body,
html {
  height: 100vh;
  max-width: 100vw;
  margin-top: -6%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  padding: 0.01%;
  font-size: 1em;
  font-family: "Lato", "Segoe UI", "Arial";
  font-weight: 400;
  line-height: 1.8em;
  box-sizing: border-box;
  color: #474849;
  scroll-behavior: smooth;
  background-color: var(--bg-secondary);
  position: relative;
}

@keyframes smoothInAnimation {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.main {
  animation-name: smoothInAnimation;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-color: black;
}

h3 {
  font-size: 30px;
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  color: var(--text-primary);
}

h2 {
  text-align: center;
}

#header {
  width: 100vw;
  height: 3.25rem;
  background-color: #292b2c;
  display: flex;
  align-items: center;
  z-index: 1;
  position: fixed;
  top: 0;
  transition: top 0.25s;
  left: 0;
}

#navigation_sticky {
  transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  z-index: 999;
  /* display: flex; */
  width: 45%;
}

#header:hover .navigation_sticky {
  transform: translateY(0) !important;
  transition: 0.3s ease-in-out;
  animation-iteration-count: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0) !important;
  animation-iteration-count: infinite;
}

#navigation_sticky ul {
  position: sticky;
  display: flex;
  list-style: none;
}

#navigation_sticky li {
  float: left;
  color: #fff;
  padding-top: 0%;
  padding-right: 2%;
  padding-left: 2%;
  font-size: 16px;
  line-height: 1em;
}

#navigation_sticky a {
  text-decoration: none;
  color: rgb(176, 171, 171);
  z-index: 999;
}

#navigation_sticky li a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

#navigation_sticky a:visited {
  color: rgb(176, 171, 171);
}

.title {
  font-size: 30px;
  align-items: left;
  color: rgb(176, 171, 171);
  text-decoration: none;
  margin-left: 2%;
}

.title:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: white;
  overflow-x: inherit;
  line-height: 1.8em;
}

@-moz-document url-prefix() {
  #dropLetter {
    position: relative;
    bottom: 7px;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.pimg1,
.pimg2,
.pimg3,
.pimg4,
.pimg5 {
  position: relative;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 100%;
  margin-top: 0;
  animation: smoothInAnimation ease-in-out 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.pimg1 {
  background-image: url("../images/lagoonWhale.jpg");
  min-height: 165%;
  position: relative;
  background-position: bottom;
}

.indexWrapper {
  position: fixed;
  overflow: hidden;
  max-width: 100%;
  height: 200%;
  left: 0;
}

.indexWrapper video {
  background-size: cover;
  padding-top: 6%;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 70%;
  min-height: 70%;
  right: 20%;
  position: absolute;
  overflow: hidden;
}

.photocred {
  position: relative;
  top: 60%;
  width: 100%;
  text-align: left;
  color: #aaa5a5;
  font-size: 12px;
  padding-left: 6px;
  animation: fadeIn linear 2s;
}

.photocred1 {
  position: absolute;
  top: 98%;
  width: 40%;
  left: 55%;
  color: #aaa5a5;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
}

.photocred1 p {
  font-size: 8px;
  color: rgb(255, 255, 255);
  text-transform: none;
}

.photocred1 a {
  text-decoration: none;
  color: #aaa5a5;
}

.photocred2 {
  position: absolute;
  display: block;
  bottom: 0%;
  top: 98%;
  width: 25%;
  left: 72%;
  color: #aaa5a5;
  line-height: 1em;
  text-align: right;
}

.photocred2 p {
  font-size: 8px;
  color: rgb(255, 255, 255);
  text-transform: none;
}

.photocred a {
  text-decoration: none;
  color: #aaa5a5;
}

.photocred a:visited {
  color: #7a7878;
}

.pimg2 {
  background-image: url("../images/unsplashGrayWhale.jpg");
  min-height: 165%;
  margin-top: -0.8rem;
}

.pimg3 {
  background-image: url("../images/coastal_grays.jpg");
  min-height: 165%;
  margin-top: -1.2em;
}

.pimg4 {
  position: sticky;
  background-image: url("../images/whalingscenelagoon.jpeg");
  min-height: 165%;
  margin-top: -1.8em;
  background-position: top;
}

.pimg5 {
  position: relative;
  background-image: url("../images/steamwhaler.jpg");
  min-height: 165%;
  padding-top: 0%;
  margin-top: -1.8rem;
  background-position: bottom;
}

section {
  border-top: #292b2c solid 3px;
  text-align: left;
  padding-top: 1%;
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 5%;
  background-color: #f4f4f4;
}

#about {
  background-image: url("../images/unsplashGrayWhale.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.show {
  transform: translateX(0%);
}

section a {
  text-decoration: none;
  color: #5555a3;
}

.ptext {
  position: sticky;
  line-height: 3rem;
  top: 75%;
  width: 75%;
  text-align: left;
  padding-left: 10%;
  color: #f4f4f4;
  text-transform: uppercase;
  text-shadow: 2px 2px #292b2c;
  animation: fadeIn 2s;
  animation-fill-mode: forwards;
}

.ptext1 {
  position: inherit;
  top: 95%;
  width: 99%;
  padding-left: 1%;
  text-align: right;
  float: right;
  color: #000;
  padding-bottom: 0px;
}

.ptext1 p {
  font-size: 10px;
  text-align: center;
}

.ptext2 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.ptext3 h1 {
  position: fixed;
  top: 80%;
  padding-left: 4%;
  text-align: left;
  color: #f4f4f4;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 2s;
}

.ptext3 h4 {
  position: fixed;
  top: 89%;
  padding-left: 4%;
  text-align: left;
  color: #f4f4f4;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 2s;
  padding-top: 0.5%;
}

.ptext4 {
  position: sticky;
  line-height: 2rem;
  top: 80%;
  width: 80%;
  text-align: left;
  padding-left: 10%;
  color: #f4f4f4;
  text-transform: uppercase;
  text-shadow: 2px 2px #292b2c;
  animation: fadeIn 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.audio {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.videoContainer {
  display: block;
  float: right;
  width: 33%;
  height: 75%;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  margin-right: 0px;
}

.videoContainer p {
  line-height: 1em;
  font-size: 0.75em;
  border-left: #1e054b 1px solid;
}

.migration {
  object-fit: cover;
  display: block;
  width: 100%;
  opacity: 1;
  position: sticky;
}

.illustrationContainer {
  display: block;
  position: relative;
  float: left;
  width: 150px;
  padding-bottom: 0px;
  padding-right: 4%;
  padding-top: 1%;
  padding-bottom: 0.75em;
}

.illustrationContainer p {
  font-size: 0.75rem;
  line-height: 1em;
  color: #292b2c;
  margin-top: 2%;
  padding-left: 5px;
  text-align: center;
  width: 90%;
  border-left: #1e054b 1px solid;
}

.illustrationContainer img {
  width: auto;
  height: auto;
}

.illustrationContainer1 {
  display: block;
  position: sticky;
  float: right;
  max-width: 27%;
  min-width: 500px;
  padding-left: 4%;
  padding-bottom: 0.75em;
  padding-top: 0.5em;
}

.illustrationContainer1 img {
  width: auto;
  height: auto;
}

.illustrationContainer1 p {
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
  color: #292b2c;
  margin-top: 1%;
  margin-left: 2px;
  border-left: #1e054b 1px solid;
}

.graphContainer {
  display: block;
  position: relative;
  float: left;
  width: 60%;
  height: auto;
  padding-right: 3%;
  padding-top: 2%;
  padding-bottom: 0.75em;
}

.graphContainer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.graphContainer p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1em;
  color: #292b2c;
  padding-top: 2%;
  padding-left: 5px;
  border-left: #1e054b 1px solid;
}

.embedContainer1 {
  display: block;
  height: 600px;
  float: left;
  width: 100%;
  padding-left: 0%;
  padding-right: 2%;
  padding-bottom: 8em;
}

.embedContainer1 iframe {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.embedContainer2 {
  display: block;
  height: 315px;
  float: left;
  width: 560px;
  padding-right: 5%;
  padding-bottom: 4.55em;
  padding-top: 0.5em;
}

.embedContainer2 iframe {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iframeCaption {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 4px;
  left: 0%;
}

.iframeCaption p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1em;
  color: #292b2c;
  margin-top: 2%;
  padding-left: 5px;
  border-left: #1e054b 1px solid;
}

.bioWrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 25%;
  padding-bottom: 2%;
  margin-bottom: 2%;
  padding-top: 2%;
  overflow: hidden;
  background-color: #ebe7e7;
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 1%;
  box-shadow: 2px 2px 2px 2px #b6b5b5;
}

.bioWrapper h2 {
  width: 50%;
}

.bioContainer1 {
  display: block;
  position: relative;
  float: left;
  min-width: 300px;
  padding-bottom: 0px;
  padding-right: 30px;
  padding-top: 10px;
}

.bioContainer1 img {
  float: left;
  padding-right: 20%;
}

.bioContainer2 {
  display: block;
  position: relative;
  float: left;
  min-width: 300px;
  padding-bottom: 0px;
  padding-right: 30px;
  padding-top: 10px;
}

.bioContainer3 {
  display: block;
  position: relative;
  float: left;
  min-width: 180px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-top: 10px;
}

.bioContainer4 {
  display: block;
  position: relative;
  float: left;
  min-width: 135px;
  padding-bottom: 10px;
  padding-right: 50px;
  padding-top: 10px;
}

#about {
  padding-top: 15%;
}

#about h1 {
  text-align: center;
  color: #e5e5e5;
  font-size: 40px;
}

.insetImage {
  display: block;
  float: left;
  position: static;
  width: 620px;
  min-width: 618px;
  height: auto;
  padding-top: 0.5rem;
  padding-right: 4%;
  padding-top: 1.5%;
  padding-bottom: 0.75em;
}

.insetImage img {
  min-width: 40%;
}

.insetImage p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5%;
  width: 90%;
  padding-left: 10px;
  border-left: #1e054b 1px solid;
  line-height: 1.2em;
  color: #292b2c;
}

.insetImage-scammon {
  display: block;
  position: static;
  width: 100%;
  min-width: 50%;
  height: auto;
  padding-top: 0.5rem;
  padding-right: 4%;
  padding-top: 1.5%;
  padding-bottom: 0.75em;
}

.insetImage-scammon img {
  min-width: 50%;
  width: 100%;
}

.insetImage-scammon p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5%;
  width: 90%;
  padding-left: 10px;
  border-left: #1e054b 1px solid;
  line-height: 1.2em;
  color: #292b2c;
}

.insetImage-akutan {
  display: block;
  float: right;
  position: static;
  width: 660px;
  min-width: 618px;
  height: auto;
  padding-top: 2%;
  padding-left: 3%;
  max-width: 100%;
  padding-bottom: 0.75em;
}

.insetImage-akutan img {
  min-width: 30%;
  width: 100%;
}

.insetImage-akutan p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5%;
  width: 90%;
  padding-left: 10px;
  border-left: #1e054b 1px solid;
  line-height: 1.2em;
  color: #292b2c;
}

.insetImageFeeding {
  display: block;
  float: left;
  position: static;
  width: 400px;
  min-width: 405px;
  height: auto;
  padding-top: 0.5em;
  padding-right: 4%;
  padding-bottom: 0.75em;
}

.insetImageFeeding p {
  font-size: 0.75em;
  text-align: center;
  margin-top: 2%;
  line-height: 1em;
  color: #292b2c;
  width: 400px;
  border-left: #1e054b 1px solid;
}

.insetImage-JJ {
  display: block;
  float: right;
  position: static;
  width: 400px;
  min-width: 400px;
  height: auto;
  padding-top: 1%;
  padding-left: 4%;
  padding-bottom: 0.75em;
}

.insetImage-JJ img {
  min-width: 40%;
}

.insetImage-JJ p {
  font-size: 0.75rem;
  text-align: center;
  margin-top: 0.5%;
  width: 90%;
  padding-left: 10px;
  border-left: #1e054b 1px solid;
  line-height: 1.2em;
  color: #292b2c;
}

#nextPage {
  position: absolute;
  right: 10%;
  display: block;
  float: right;
  animation: slideRight 3s ease-in-out;
  animation-iteration-count: infinite;
}

#nextPage:hover {
  display: block;
  float: right;
  width: 3.25em;
  height: 3.25em;
  transition: 0.5s ease-in-out;
  background-color: #eceded;
  border-radius: 50%;
}

#lastPage {
  position: absolute;
  left: 10%;
  display: block;
  float: left;
  animation: slideLeft 3s ease-in-out;
  animation-iteration-count: infinite;
}

#lastPage:hover {
  display: block;
  float: left;
  width: 3.25em;
  height: 3.25em;
  transition: 0.5s ease-in-out;
  background-color: #eceded;
  border-radius: 50%;
}

.next {
  display: block;
  width: 98%;
  height: 5%;
  position: relative;
  padding-top: 2%;
  padding-left: 1%;
  padding-bottom: 3%;
}

@keyframes slideRight {
  0% {
    right: 10%;
  }

  50% {
    right: 10.25%;
  }

  100% {
    right: 10%;
  }
}

@keyframes slideLeft {
  0% {
    left: 10%;
  }

  50% {
    left: 10.25%;
  }

  100% {
    left: 10%;
  }
}

.lagoon {
  display: block;
  position: relative;
  height: 20em;
  width: auto;
  background-image: url("../images/scammon_lagoon.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6%;
  margin-bottom: 2%;
}

.navigation-1 {
  position: relative;
  bottom: 50%;
  width: 98%;
  text-align: right;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 4px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 0.1s;
}

.navigation-1 a {
  text-decoration: none;
  color: #e2dddd;
}

.navigation-1 a:visited {
  text-decoration: none;
  color: #918e8e;
}

.navigation-1 a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.navigation-1a {
  position: relative;
  bottom: 59%;
  width: 98%;
  text-align: right;
  color: #f4f4f4;
  line-height: 4px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 0.2s;
}

.navigation-1a a {
  text-decoration: none;
  color: #e2dddd;
}

.navigation-1a a:visited {
  text-decoration: none;
  color: #918e8e;
}

.navigation-1a a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.navigation-2 {
  position: relative;
  bottom: 57%;
  width: 98%;
  text-align: right;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 4px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 0.3s;
}

.navigation-2 a {
  text-decoration: none;
  color: #e2dddd;
}

.navigation-2 a:visited {
  text-decoration: none;
  color: #918e8e;
}

.navigation-2 a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.navigation-2a {
  position: relative;
  bottom: 58%;
  width: 98%;
  text-align: right;
  color: #f4f4f4;
  font-size: 18px;
  line-height: 4px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 0.4s;
}

.navigation-2a a {
  text-decoration: none;
  color: #e2dddd;
}

.navigation-2a a:visited {
  text-decoration: none;
  color: #918e8e;
}

.navigation-2a a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.navigation-3 {
  position: relative;
  bottom: 56%;
  width: 98%;
  text-align: right;
  color: #f4f4f4;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 2px 2px #3b3a3a;
  animation: fadeIn ease-in-out 0.5s;
}

.navigation-3 a {
  text-decoration: none;
  color: #e2dddd;
}

.navigation-3 a:visited {
  text-decoration: none;
  color: #918e8e;
}

.navigation-3 a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.soundcloud-iframe {
  display: block;
  float: right;
  margin-left: 20px;
  width: 100%;
  padding-bottom: 20px;
}

.footer {
  background-color: #292b2c;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  width: 100%;
  padding-bottom: 0;
}

.copyright {
  font-size: 14px;
  font-style: none;
  padding: 6px 0;
  color: #e5e5e5;
}

.links {
  padding: 5px 0;
  color: #e5e5e5;
}

.links a {
  padding: 0 10px;
  text-decoration: none;
  color: #e2dddd;
}

.links a:visited {
  color: #918e8e;
}

.links a:hover {
  color: rgb(247, 246, 246);
  transition: 0.25s ease-in-out;
}

.insetImage-whalingAreas {
  display: block;
  position: relative;
  float: right;
  width: 30%;
  height: auto;
  padding-left: 3%;
  padding-top: 2%;
  padding-bottom: 0.75em;
}

.insetImage-whalingAreas img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.insetImage-whalingAreas p {
  font-size: 0.75em;
  text-align: center;
  line-height: 1em;
  color: #292b2c;
  padding-top: 2%;
  padding-left: 5px;
  border-left: #1e054b 1px solid;
}

#block-quote {
  margin-left: 10%;
  margin-right: 10%;
  font-size: 0.9em;
  padding-bottom: 20px;
  padding-top: 20px;
}

@keyframes bounce {
  0% {
    bottom: 30%;
  }

  50% {
    bottom: 29.5%;
  }

  100% {
    bottom: 30%;
  }
}

#downarrow {
  display: block;
  position: absolute;
  left: 90%;
  animation: bounce 1.4s ease-in-out;
  animation-iteration-count: infinite;
  bottom: 30%;
}

.contact {
  text-align: center;
  appearance: menu;
}

#contact-button a {
  color: #fbf4f4;
  text-decoration: none;
}

#contact-button a:visited {
  color: #dbd7d7;
}

#contact-button {
  height: 50px;
  width: 100px;
  color: #fbf4f4;
}

.contact p {
  color: #fbf4f4;
}

/* Small mobile */
@media only screen and (max-width: 400px) {
  h3 {
    font-size: 18px;
  }

  section {
    padding-left: 5%;
    padding-right: 5%;
  }

  #header {
    width: 100%;
  }

  .illustrationContainer1 {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    min-width: 95%;
    max-width: 100%;
    padding-left: 0px;
  }

  .ptext {
    position: sticky;
    top: 70%;
    width: 70%;
    left: 5%;
    text-align: left;
    padding-left: 0;
    margin-right: 0;
    color: #f4f4f4;
    text-transform: uppercase;
    text-shadow: 2px 2px #292b2c;
    animation: fadeIn 4s;
    animation-fill-mode: forwards;
  }

  .ptext h1 {
    font-size: 24px;
    line-height: 1.5rem;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .illustrationContainer1 img {
    min-width: 100%;
  }

  .illustrationContainer1 p {
    width: 100%;
  }

  .ptext3 {
    top: 20%;
    font-size: 12px;
    text-align: center;
    padding-left: 3%;
  }

  .ptext3 h1 {
    font-size: 30px;
  }

  .ptext3 h4 {
    padding-top: 1%;
  }

  .mapSectionContainer {
    padding-top: 25%;
    padding-bottom: 10%;
  }

  #about {
    padding-top: 25%;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    max-width: 98%;
  }

  #about p {
    padding-left: 8px;
    max-width: 95%;
    margin: 0px;
  }

  #about img {
    display: flex;
    padding-bottom: 3%;
    justify-content: center;
  }

  #about h4 {
    text-align: center;
    margin-right: 0px;
    max-width: 100%;
    font-weight: bold;
    font-size: 18px;
  }

  #about h3 {
    width: 95%;
  }

  .indexWrapper video {
    position: relative;
    height: auto;
    width: auto;
    right: 275%;
    overflow: hidden;
    top: 0%;
  }

  .ptext3 h1 {
    position: absolute;
    top: 10%;
    right: 25%;
  }

  .ptext3 h4 {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 14%;
    width: 70%;
  }

  .bioContainer1 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }

  .bioContainer2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }

  .bioContainer3 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .bioContainer4 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }

  .bioWrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .bioWrapper h2 {
    width: 100%;
  }

  .videoContainer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 33%;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
  }

  .embedContainer1 {
    position: relative;
    display: block;
    max-width: auto;
    width: 100%;
    height: 10%;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 4em;
    padding-top: 35px;
    left: 0.2rem;
  }

  .embedContainer1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }

  .embedContainer2 {
    position: relative;
    display: block;
    max-width: auto;
    width: 96%;
    height: 10%;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 4em;
    padding-top: 35px;
    left: 0.2rem;
  }

  .embedContainer2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }

  .iframeCaption {
    position: relative;
    display: block;
    width: 100%;
    left: 0%;
    top: 16em;
    right: 0%;
  }

  .iframeCaption p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
    width: 90%;
    margin-right: 0px;
    margin-top: 20em;
  }

  .insetImage {
    display: block;
    position: relative;
    width: 100%;
    min-width: 180px;
    max-width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-right: 0;
    left: 0px;
  }

  .insetImage img {
    max-width: 100%;
    min-width: 100%;
    padding-left: 5px;
  }

  .insetImage p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0;
    padding-left: 5px;
    width: 90%;
  }

  .insetImageFeeding {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 0.5rem;
    min-width: 100%;
    padding-right: 0px;
  }

  .insetImageFeeding img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
  }

  .insetImageFeeding p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 2%;
    line-height: 1em;
    color: #292b2c;
    width: 96%;
  }

  .insetImage-JJ {
    width: 98%;
    min-width: 97%;
    padding-left: 2px;
    padding-right: 6px;
  }

  .insetImage-JJ img {
    min-width: 98%;
  }

  .insetImage-scammon {
    max-width: 100%;
    min-width: 98%;
  }

  .insetImage-scammon img {
    max-width: 100%;
    min-width: 98%;
  }

  .insetImage-scammon p {
    width: 98%;
  }

  .pimg1,
  .pimg2,
  .pimg3 {
    background-attachment: scroll;
    height: 80%;
    width: 100%;
    background-size: cover;
  }

  .pimg1 {
    background-position-x: left;
  }

  .pimg2 {
    background-position-x: center;
    background-attachment: scroll;
  }

  .pimg3 {
    background-position-x: center;
    background-attachment: scroll;
  }

  .pimg5 {
    background-position: center;
  }

  .graphContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 10px;
  }

  .graphContainer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .graphContainer p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
    margin-top: 1%;
  }

  .next {
    padding-bottom: 2%;
  }

  #downarrow {
    display: flex;
    position: absolute;
    width: 30px;
    left: 85%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    bottom: 80%;
  }

  .navigation-1 {
    position: relative;
    bottom: 75%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 74%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 72%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 73%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 71%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  #navigation_sticky {
    position: sticky;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 90%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .navigation_sticky ul {
    width: 100%;
  }

  .navigation_sticky li a {
    font-size: 0.8em;
  }

  .insetImage-akutan {
    min-width: 90vw;
    width: 100vw;
  }

  .insetImage-akutan img {
    width: 100%;
  }

  .graphContainer {
    width: 95%;
  }
}

/* Regular mobile */
@media only screen and (min-width: 401px) and (max-width: 599px) {
  @keyframes bounce {
    0% {
      bottom: 30%;
    }

    50% {
      bottom: 29.5%;
    }

    100% {
      bottom: 30%;
    }
  }

  h1 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .pimg1,
  .pimg2,
  .pimg3 {
    background-attachment: fixed;
    height: 125%;
    width: 100%;
    background-size: cover;
    background-position-x: left;
  }

  .audio {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .indexWrapper video {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    bottom: 0%;
    right: 200%;
  }

  .ptext {
    top: 50%;
    position: sticky;
    z-index: 999;
  }

  .ptext1 {
    text-align: center;
    line-height: 0.5em;
  }

  .ptext3 h1 {
    width: 98%;
    text-align: center;
    top: 30%;
    font-size: 30px;
  }

  .ptext3 h4 {
    top: 35%;
    width: 98%;
    padding-top: 2%;
    padding-right: 1%;
    text-align: center;
  }

  .ptext4 {
    text-align: center;
    line-height: 0.5em;
    max-width: 90%;
  }

  section {
    padding-top: 0px;
  }

  html {
    scroll-behavior: smooth;
  }

  .videoContainer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 33%;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .pimg1 {
    background-position: center;
    height: auto;
    width: auto;
    padding-bottom: 0%;
  }

  .pimg2 {
    background-position: center;
    background-attachment: fixed;
  }

  .pimg3 {
    background-position: center;
  }

  .photocred {
    position: fixed;
    display: block;
    float: left;
    top: 95%;
    text-align: left;
    font-size: 5px;
  }

  .bioContainer1 {
    width: 28%;
  }

  .bioContainer2 {
    width: 32%;
  }

  .bioContainer3 {
    display: block;
    position: relative;
    float: left;
    width: 43%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .bioContainer4 {
    display: block;
    position: relative;
    float: left;
    width: 32%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  #about {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .mapSectionContainer {
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .embedContainer {
    position: relative;
    display: block;
    max-width: auto;
    width: 100%;
    height: 10%;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 2em;
    padding-top: 35px;
    left: 0.2rem;
  }

  .embedContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }

  .iframeCaption {
    position: relative;
    display: block;
    width: 95%;
    left: 0%;
    top: 0.5em;
    margin-bottom: 20px;
  }

  .iframeCaption p {
    font-size: 11.5px;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
  }

  .embedContainer1 {
    display: block;
    position: relative;
    height: 315px;
    float: right;
    width: 100%;
    padding-left: 1%;
    padding-right: 2%;
    padding-bottom: 15em;
  }

  .embedContainer2 {
    display: block;
    height: 315px;
    float: right;
    width: 100%;
    padding-left: 1%;
    padding-right: 2%;
    padding-bottom: 7em;
  }

  .illustrationContainer1 {
    position: relative;
    min-width: 100%;
  }

  .illustrationContainer1 img {
    position: relative;
    max-width: 100%;
  }

  .illustrationContainer1 p {
    position: relative;
    width: 90%;
  }

  .graphContainer {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 1px 1px;
  }

  .graphContainer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .insetImage {
    display: block;
    position: relative;
    width: 100%;
    min-width: 300px;
    padding-top: 1rem;
    right: 30px;
  }

  .insetImage img {
    max-width: 100%;
    min-width: 200px;
  }

  .insetImage p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }

  .insetImageFeeding {
    position: relative;
    max-width: 100%;
    min-width: 90%;
  }

  .insetImageFeeding img {
    max-width: 100%;
  }

  .insetImageFeeding p {
    width: 100%;
    text-align: center;
  }

  .insetImage-whalingAreas {
    width: 100%;
  }

  .illustrationContainer {
    width: 100%;
  }

  .illustrationContainer img {
    width: 100%;
  }

  .insetImage-akutan {
    min-width: 100%;
    position: relative;
  }

  .insetImage-akutan img {
    width: 100%;
    height: auto;
  }

  .insetImage-JJ {
    width: 100%;
    position: relative;
    min-width: 100%;
  }

  .insetImage-JJ img {
    width: 100%;
  }

  .insetImage-scammon {
    min-width: 100%;
  }

  .insetImage-scammon img {
    width: 100%;
  }

  #navigation_sticky {
    transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    z-index: 999;
    /* display: flex; */
    width: 100%;
  }

  #navigation_sticky li {
    color: var(--text-secondary);
    float: left;
    padding-right: 5%;
    padding-left: 2%;
    font-size: 12px;
  }

  #downarrow {
    display: block;
    position: absolute;
    width: 40px;
    left: 80%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    top: 40%;
  }

  .navigation-1 {
    position: relative;
    bottom: 55%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 54%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 52%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 53%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 51%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }
}

/*media query - tablet*/
@media only screen and (min-width: 600px) and (max-width: 768px) {
  @keyframes bounce {
    0% {
      bottom: 30%;
    }

    50% {
      bottom: 29.5%;
    }

    100% {
      bottom: 30%;
    }
  }

  html {
    scroll-behavior: smooth;
  }

  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 22px;
  }

  .indexWrapper video {
    position: relative;
    background-size: cover;
    height: auto;
    width: auto;
    right: 120%;
    overflow: hidden;
    top: 0%;
    bottom: 10%;
  }

  .photocred {
    position: fixed;
    top: 95%;
    width: 300px;
    text-align: left;
    line-height: 8px;
    color: #aaa5a5;
    font-size: 10px;
    padding-left: 6px;
    animation: fadeIn linear 3s;
  }
  .bioContainer1 {
    width: 20%;
  }

  .bioContainer2 {
    width: 40%;
  }

  .bioContainer3 {
    display: block;
    position: relative;
    float: left;
    width: 25%;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .ptext3 h1 {
    width: 98%;
    top: 25%;
    text-align: center;
    padding-bottom: 2%;
  }

  .ptext3 h4 {
    width: 98%;
    top: 40%;
    text-align: center;
  }

  .embedContainer {
    position: relative;
    display: block;
    max-width: auto;
    width: 100%;
    height: 10%;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 2em;
    padding-top: 35px;
    left: 0.2rem;
  }

  .embedContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .iframeCaption {
    position: relative;
    display: block;
    width: 95%;
    left: 0%;
    top: 1em;
  }

  .iframeCaption p {
    font-size: 0.75rem;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
    margin-top: 2%;
  }

  .embedContainer1 {
    display: block;
    height: 315px;
    float: left;
    width: 1005;
    padding-left: 0%;
    padding-right: 2%;
    padding-bottom: 10em;
  }
  .embedContainer1 iframe {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 2%;
  }

  .illustrationContainer1 {
    position: relative;
    max-width: 100%;
    float: left;
  }

  .illustrationContainer1 img {
    display: flex;
    justify-content: center;
    min-width: 95%;
  }

  .illustrationContainer1 p {
    position: relative;
    left: 5%;
    width: 80%;
  }

  section {
    padding-left: 5%;
    padding-right: 5%;
  }

  #navigation_sticky li {
    color: var(--text-secondary);
    float: left;
    padding-right: 2%;
    padding-left: 2%;
    font-size: 12px;
  }

  #navigation_sticky {
    transform: translateY(0);
  }

  /* #header:hover .navigation_sticky {
    transform: translateY(0);
    transition: 0.3s ease-in-out;
    animation-iteration-count: 1;
  } */

  .insetImage-akutan {
    display: block;
    float: left;
    position: static;
    width: 70%;
    min-width: 20%;
    height: 10%;
    padding-top: 0.5rem;
    padding-right: 2%;
  }

  .insetImage-akutan img {
    max-width: 100%;
  }

  #downarrow {
    display: block;
    position: absolute;
    height: 40px;
    left: 85%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    top: 60%;
  }

  .insetImage {
    display: block;
    position: relative;
    width: 100%;
    min-width: 300px;
    padding-top: 1rem;
  }

  .insetImage img {
    max-width: 100%;
    min-width: 200px;
  }

  .insetImage p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }

  .navigation-1 {
    position: relative;
    bottom: 55%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 54%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 52%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 53%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 51%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }
}

/*media query: tablet landscape*/
@media only screen and (min-width: 769px) and (max-width: 912px) {
  @keyframes bounce {
    0% {
      bottom: 30%;
    }

    50% {
      bottom: 29.5%;
    }

    100% {
      bottom: 30%;
    }
  }

  html {
    scroll-behavior: smooth;
  }

  h3 {
    font-size: 24px;
  }

  #about {
    padding-top: 18%;
  }

  .indexWrapper video {
    position: relative;
    background-size: cover;
    height: auto;
    width: auto;
    overflow: hidden;
    bottom: 12%;
    right: 150%;
  }

  .ptext3 h1 {
    width: 98%;
    top: 60%;
    text-align: center;
  }

  .ptext3 h4 {
    width: 98%;
    top: 68%;
    text-align: center;
  }

  .videoContainer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 33%;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .embedContainer1 {
    display: block;
    position: relative;
    height: 315px;
    float: left;
    max-width: 560px;
    left: 0%;
    right: 2%;
    padding-bottom: 12em;
  }

  .embedContainer2 {
    display: block;
    position: relative;
    height: 315px;
    float: right;
    width: 500px;
    padding-right: 0px;
    max-width: 100%;
    left: 0%;
    right: 2%;
    padding-bottom: 6em;
  }

  .embedContainer2 iframe {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .embedContainer1 iframe {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 2%;
  }

  .photocred {
    position: fixed;
    display: block;
    float: left;
    top: 94%;
    text-align: left;
  }

  .photocred p {
    line-height: 1em;
  }

  .mapSectionContainer {
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .pimg1,
  .pimg2,
  .pimg3 {
    background-attachment: scroll;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .pimg1 {
    height: 125%;
  }

  .pimg2 {
    height: 75%;
  }

  .pimg3 {
    height: 75%;
  }

  .bioContainer1 {
    width: 15%;
  }

  .bioContainer2 {
    width: 17%;
  }

  .bioContainer3 {
    display: block;
    position: relative;
    float: left;
    width: 22%;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .bioContainer4 {
    display: block;
    position: relative;
    float: left;
    width: 17%;
    padding-bottom: 10px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .embedContainer {
    position: relative;
    display: block;
    max-width: auto;
    align-items: left;
    width: 99%;
    height: 10%;
    overflow: visible;
    padding-bottom: 56.25%;
    margin-bottom: 2em;
    padding-top: 35px;
    left: 0.4rem;
  }

  .embedContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 80%;
  }

  .iframeCaption {
    position: relative;
    display: block;
    width: 95%;
    left: 0%;
    top: 1em;
  }

  .iframeCaption p {
    font-size: 0.75rem;
    text-align: center;
    color: #292b2c;
    padding-left: 10px;
  }

  #downarrow {
    display: block;
    position: absolute;
    height: 40px;
    left: 85%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    top: 65%;
  }

  .insetImage-akutan {
    display: block;
    float: left;
    position: static;
    width: 100%;
    min-width: 20%;
    height: 20%;
    padding-top: 0.5rem;
  }

  .insetImage-akutan img {
    max-width: 100%;
  }

  .insetImage {
    display: block;
    position: relative;
    width: 100%;
    min-width: 300px;
    padding-top: 1rem;
  }

  .insetImage img {
    max-width: 100%;
    min-width: 200px;
  }

  .insetImage p {
    font-size: 0.75rem;
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    width: 98%;
  }

  .navigation-1 {
    position: relative;
    bottom: 55%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 54%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 52%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 53%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 51%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }
}

@media only screen and (min-width: 913px) and (max-width: 1199px) {
  @keyframes bounce {
    0% {
      bottom: 30%;
    }

    50% {
      bottom: 29.5%;
    }

    100% {
      bottom: 30%;
    }
  }

  html {
    scroll-behavior: smooth;
  }

  h3 {
    font-size: 26px;
  }

  .indexWrapper {
    padding-bottom: 8%;
  }

  .indexWrapper video {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0%;
    bottom: 20%;
    right: 60%;
  }

  .ptext3 h1 {
    top: 50%;
  }

  .ptext3 h4 {
    top: 65%;
    padding-top: 3%;
  }

  .videoContainer {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 33%;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .photocred {
    position: fixed;
    display: block;
    float: left;
    top: 95%;
    text-align: left;
  }

  .pimg1,
  .pimg2,
  .pimg3 {
    background-attachment: scroll;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .pimg1 {
    height: 125%;
  }

  .pimg2 {
    height: 75%;
  }

  .pimg3 {
    height: 75%;
  }

  .bioContainer1 {
    width: 12%;
  }

  .bioContainer2 {
    width: 14%;
  }

  .bioContainer3 {
    width: 18%;
  }

  .bioContainer4 {
    width: 14%;
  }

  .ptext3 {
    top: 20%;
    font-size: 12px;
    text-align: center;
  }

  .next {
    display: block;
    width: 98%;
    position: static;
    padding-top: 22%;
    padding-left: 1%;
    padding-bottom: 3%;
  }

  #downarrow {
    display: block;
    position: absolute;
    height: 50px;
    left: 85%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    top: 60%;
  }

  .insetImage-akutan {
    display: block;
    float: left;
    position: static;
    width: 100%;
    min-width: 20%;
    height: 20%;
    padding-top: 0.5rem;
  }

  .insetImage-akutan img {
    max-width: 100%;
  }

  .navigation-1 {
    position: relative;
    bottom: 55%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 54%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 52%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 53%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 51%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  @keyframes bounce {
    0% {
      bottom: 30%;
    }

    50% {
      bottom: 29.5%;
    }

    100% {
      bottom: 30%;
    }
  }

  html {
    scroll-behavior: smooth;
  }

  h3 {
    font-size: 28px;
  }

  .indexWrapper video {
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    object-fit: cover;
    left: 0%;
    right: 15%;
  }

  .ptext3 h1 {
    top: 60%;
  }

  .ptext3 h4 {
    top: 70%;
  }

  .photocred {
    position: fixed;
    display: block;
    float: left;
    top: 95%;
    text-align: left;
  }

  .bioContainer1 {
    width: 7%;
  }

  .bioContainer2 {
    width: 8%;
    padding-bottom: 0px;
  }

  .bioContainer3 {
    display: block;
    position: relative;
    float: left;
    width: 10%;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .bioContainer4 {
    display: block;
    position: relative;
    float: left;
    width: 8%;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .bioWrapper {
    overflow: hidden;
  }

  .next {
    display: block;
    width: 98%;
    position: static;
    padding-top: 2%;
    padding-left: 1%;
    padding-bottom: 3%;
  }

  #downarrow {
    display: block;
    position: absolute;
    height: 55px;
    left: 90%;
    animation: bounce 2s ease-in-out;
    animation-iteration-count: infinite;
    top: 65%;
  }

  .navigation-1 {
    position: relative;
    bottom: 56%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-1a {
    position: relative;
    bottom: 55%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2 {
    position: relative;
    bottom: 53%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-2a {
    position: relative;
    bottom: 54%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    line-height: 4px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }

  .navigation-3 {
    position: relative;
    bottom: 52%;
    width: 98%;
    text-align: right;
    color: #f4f4f4;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
    animation: fadeIn ease-in-out 3s;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 5000px) {
  body,
  html {
    height: 100vh;
    max-width: 100vw;
    margin-top: -6%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    padding: 0;
    font-size: 1em;
    font-family: "Lato", "Segoe UI", "Arial";
    font-weight: 400;
    line-height: 1.8em;
    box-sizing: border-box;
    color: #474849;
    scroll-behavior: smooth;
    background-color: #f4f4f4;
  }

  #header {
    width: 100vw;
    height: 6%;
    background-color: #292b2c;
    display: flex;
    align-items: center;
    z-index: 1;
    position: fixed;
    top: 0;
    transition: top 0.25s;
    left: 0;
  }

  .title {
    font-size: 1.5em;
    align-items: left;
    color: rgb(182, 179, 179);
    text-decoration: none;
    margin-left: 2%;
  }

  .title:hover {
    color: rgb(226, 221, 221);
    transition: 0.25s ease-in-out;
  }

  .line {
    width: 50px;
    height: 5px;
    margin: 5px;
    background-color: white;
  }

  h1 {
    font-size: 6em;
  }

  #intro h3 {
    font-size: 1.5em;
  }

  #about h3 {
    font-size: 2em;
  }

  #about {
    padding-top: 10%;
  }

  .indexWrapper video {
    position: relative;
    height: 100%;
    width: auto;
    overflow: hidden;
    background-size: cover;
    top: 6%;
  }

  .ptext3 h4 {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    line-height: 2em;
    color: #f4f4f4;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
  }

  .ptext3 h1 {
    font-size: 2em;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    line-height: 2em;
    color: #f4f4f4;
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px #3b3a3a;
  }

  .ptext4 h1 {
    font-size: 1.5em;
  }

  .ptext h1 {
    font-size: 1.5em;
  }

  #history {
    height: auto;
  }

  #history2 {
    height: auto;
  }

  #history3 {
    height: auto;
  }

  #about {
    padding-top: 18%;
  }

  .bioContainer1 {
    width: 5%;
  }

  .bioContainer2 {
    width: 5%;
    padding-bottom: 0px;
  }

  .bioContainer3 {
    display: block;
    position: relative;
    float: left;
    width: 6.5%;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .bioContainer4 {
    display: block;
    position: relative;
    float: left;
    width: 5%;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-top: 10px;
  }

  .photocred {
    position: relative;
    display: block;
    float: left;
    top: 95%;
    padding-left: 10%;
    text-align: left;
  }

  .embedContainer {
    display: block;
    height: 945px;
    float: right;
    width: 1680px;
    padding-right: 1em;
  }

  .embedContainer iframe {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .iframeCaption {
    display: relative;
    width: 100%;
    bottom: 3em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .iframeCaption p {
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
    padding-right: 2px;
  }

  .pimg2 {
    background-image: url("../images/graywhale-merrillgosho_noaa.jpeg");
    min-height: 80%;
    margin-top: 7%;
    padding-top: 5%;
  }

  .illustrationContainer {
    display: block;
    position: relative;
    float: left;
    width: 400px;
    padding-bottom: 0px;
    padding-right: 20px;
    padding-top: 10px;
  }

  .illustrationContainer img {
    display: block;
    width: 400px;
    padding-bottom: 0px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .illustrationContainer p {
    font-size: 1em;
    padding-top: 4px;
  }

  .illustrationContainer1 {
    display: block;
    position: sticky;
    float: right;
    width: 25%;
    padding-left: 8px;
  }

  .next {
    padding-top: 10%;
  }

  .illustrationContainer1 img {
    min-width: 25%;
    min-height: 10%;
  }

  .illustrationContainer1 p {
    font-size: 1rem;
    text-align: center;
    line-height: 1em;
    color: #292b2c;
    margin-top: 0%;
  }

  .insetImageFeeding p {
    font-size: 1rem;
    padding-left: 5px;
  }

  .insetImage-whalingAreas p {
    font-size: 1em;
  }

  .graphContainer p {
    font-size: 1em;
  }

  .insetImage-akutan p {
    font-size: 1em;
  }

  .insetImage p {
    font-size: 1em;
  }

  .insetImage-JJ p {
    font-size: 1em;
  }

  .insetImage-scammon p {
    font-size: 1em;
  }
}
