html, body, div, span, h1, h2, p, a, img, strong, b, i, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  background-image: url(../img/food-web-BG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1; }

h1 {
  margin: 8vw auto 1vw;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.scale-note {
  font-size: 1vw;
  font-style: italic;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase; }

.learn-more {
  padding: 5vw 0 0 14vw;
  font-size: 1.4vw;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    .learn-more {
      font-size: 2vw; } }
  .learn-more i.fa-mouse-pointer {
    margin-right: 1vw;
    font-size: 1.6vw; }
    @media (max-width: 600px) {
      .learn-more i.fa-mouse-pointer {
        font-size: 2vw; } }
  @media (max-width: 1024px) {
    .learn-more .desktop-directions {
      display: none; } }
  .learn-more .mobile-directions {
    display: none; }
    @media (max-width: 1024px) {
      .learn-more .mobile-directions {
        display: inline; } }

.intro-text {
  width: 45vw;
  margin: 3vw 9vw 0 0;
  padding: 1.2vw 1.5vw;
  border: 0.2vw solid #fff;
  border-radius: 1vw;
  font-size: 1.5vw;
  line-height: 1.5;
  float: right; }
  @media (max-width: 600px) {
    .intro-text {
      width: 50vw;
      margin-right: 4vw;
      font-size: 2.4vw; } }

.key {
  width: 42.5vw;
  margin: 2.5vw 9vw 0 0;
  padding: 2.5vw 3vw 3.5vw;
  background-color: #13788c;
  float: right; }
  @media (max-width: 600px) {
    .key {
      width: 47.5vw;
      margin-right: 4vw; } }
  .key h2 {
    margin-bottom: 3vw;
    font-family: "Oswald", sans-serif;
    font-size: 2.1vw;
    font-weight: bold; }
    @media (max-width: 600px) {
      .key h2 {
        font-size: 4vw; } }
  .key .key-item {
    color: #bcff45;
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 600px) {
      .key .key-item {
        font-size: 2.5vw; } }
    .key .key-item:first-of-type {
      margin-right: 4vw;
      color: #1ed6ea; }
      @media (max-width: 600px) {
        .key .key-item:first-of-type {
          margin-bottom: 1vw; } }
    .key .key-item i.fa-arrow-right {
      margin-right: 0.6vw;
      font-size: 2vw;
      vertical-align: middle; }

.circle {
  width: 28vw;
  height: 28vw;
  background-color: #13788c;
  border: 0.5vw solid transparent;
  border-radius: 100%;
  position: absolute;
  cursor: pointer; }
  .circle:hover {
    border: 0.5vw solid #fff;
    z-index: 9; }
  .circle .label {
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    font-size: 2.3vw;
    position: absolute; }
    @media (max-width: 600px) {
      .circle .label {
        font-size: 3.3vw; } }
  .circle img {
    position: absolute; }

.popup {
  width: 23vw;
  height: 24vw;
  padding: 2vw 1vw 2vw 31.5vw;
  background-color: #0f4359;
  border: 0.5vw solid #fff;
  border-radius: 18vw 1vw 1vw 18vw;
  font-size: 1.45vw;
  font-weight: lighter;
  line-height: 1.5;
  position: absolute;
  display: none;
  z-index: 8; }
  @media (max-width: 600px) {
    .popup {
      width: 53vw;
      padding-right: 3vw;
      font-size: 2.4vw; } }

.circle:hover + .popup {
  display: block; }

.arrow-blue,
.arrow-green {
  width: 0.5vw;
  height: 4vw;
  margin: auto;
  background-color: #1ed6ea;
  border-radius: 1vw;
  position: absolute;
  right: 0; }
  .arrow-blue:before,
  .arrow-green:before {
    content: '';
    width: 1.8vw;
    height: 0.5vw;
    background-color: #1ed6ea;
    border-radius: 1vw;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 0.3vw;
    left: -0.2vw; }
  .arrow-blue:after,
  .arrow-green:after {
    content: '';
    width: 1.8vw;
    height: 0.5vw;
    background-color: #1ed6ea;
    border-radius: 1vw;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 0.3vw;
    left: -1.1vw; }

.arrow-green,
.arrow-green:before,
.arrow-green:after {
  background-color: #bcff45; }

#larger-sealife,
#larger-sealife + .popup {
  margin: 3vw 0 0 8vw; }
  #larger-sealife .label,
  #larger-sealife + .popup .label {
    top: 13vw;
    right: 2vw; }
  #larger-sealife img:first-of-type,
  #larger-sealife + .popup img:first-of-type {
    width: 30vw;
    top: 1.5vw;
    left: -6.5vw; }
  #larger-sealife img:nth-of-type(2),
  #larger-sealife + .popup img:nth-of-type(2) {
    width: 25.5vw;
    top: 17.5vw;
    right: -1.5vw; }
  #larger-sealife .arrow-blue,
  #larger-sealife + .popup .arrow-blue {
    bottom: -5.5vw;
    left: 0; }

#planktivores,
#planktivores + .popup {
  margin: 3vw 0 0 8vw;
  top: 57vw; }
  #planktivores .label,
  #planktivores + .popup .label {
    top: 13vw;
    right: 2vw; }
  #planktivores img:first-of-type,
  #planktivores + .popup img:first-of-type {
    width: 16vw;
    top: 1.5vw;
    left: -0.5vw; }
  #planktivores img:nth-of-type(2),
  #planktivores + .popup img:nth-of-type(2) {
    width: 16vw;
    top: 18.5vw;
    right: 2.5vw; }
  #planktivores .arrow-blue,
  #planktivores + .popup .arrow-blue {
    bottom: -5.5vw;
    left: 0; }

#ciliates,
#ciliates + .popup {
  top: 77.5vw;
  left: 36vw; }
  #ciliates .label,
  #ciliates + .popup .label {
    top: 9vw;
    right: 11vw; }
  #ciliates img,
  #ciliates + .popup img {
    width: 17vw;
    top: 14vw;
    left: 5.5vw; }
  #ciliates .arrow-green,
  #ciliates + .popup .arrow-green {
    transform: rotate(-120deg);
    bottom: 10vw;
    left: -36vw; }

@media (max-width: 600px) {
  #ciliates + .popup {
    width: 86vw;
    height: auto;
    padding: 2vw 3vw;
    border-radius: 1vw;
    top: 106.5vw;
    left: 4vw; } }

#zooplankton,
#zooplankton + .popup {
  top: 95vw;
  left: 8vw; }
  #zooplankton .label,
  #zooplankton + .popup .label {
    top: 8vw;
    right: 13vw; }
    @media (max-width: 600px) {
      #zooplankton .label,
      #zooplankton + .popup .label {
        right: 10vw; } }
  #zooplankton img,
  #zooplankton + .popup img {
    width: 18vw;
    top: 4vw;
    left: 7.5vw; }
  #zooplankton .arrow-green,
  #zooplankton + .popup .arrow-green {
    bottom: -5.5vw;
    left: -4vw; }
  #zooplankton .arrow-blue,
  #zooplankton + .popup .arrow-blue {
    bottom: -5.5vw;
    left: 4vw; }

#zooplankton + .popup {
  width: 32vw; }
  @media (max-width: 600px) {
    #zooplankton + .popup {
      width: 52vw;
      height: 39vw; } }

#nanoflagellate,
#nanoflagellate + .popup {
  top: 95vw;
  left: 64vw; }
  #nanoflagellate .label,
  #nanoflagellate + .popup .label {
    top: 9vw;
    right: 8vw; }
    @media (max-width: 600px) {
      #nanoflagellate .label,
      #nanoflagellate + .popup .label {
        top: 8vw;
        right: 5vw; } }
  #nanoflagellate img,
  #nanoflagellate + .popup img {
    width: 10vw;
    top: 14vw;
    left: 9.5vw; }
  #nanoflagellate .arrow-green,
  #nanoflagellate + .popup .arrow-green {
    top: -1.5vw;
    left: -22vw;
    transform: rotate(-55deg); }

#nanoflagellate + .popup {
  border-radius: 1vw 18vw 18vw 1vw;
  padding: 2vw 31.5vw 2vw 2vw;
  left: 35vw; }
  @media (max-width: 600px) {
    #nanoflagellate + .popup {
      left: 6vw; } }

#phytoplankton,
#phytoplankton + .popup {
  top: 130vw;
  left: 8vw; }
  #phytoplankton .label,
  #phytoplankton + .popup .label {
    top: 4vw;
    right: 8.5vw; }
    @media (max-width: 600px) {
      #phytoplankton .label,
      #phytoplankton + .popup .label {
        right: 5.5vw; } }
  #phytoplankton img,
  #phytoplankton + .popup img {
    width: 20vw;
    top: 8vw;
    left: 5.5vw; }
  #phytoplankton .arrow-green,
  #phytoplankton + .popup .arrow-green {
    top: 32vw;
    left: 16vw;
    transform: rotate(145deg); }

#phytoplankton + .popup {
  width: 31vw; }
  @media (max-width: 600px) {
    #phytoplankton + .popup {
      width: 53vw;
      height: 38vw; } }

#phytoplankton:hover ~ #dissolved-organic-matter .label {
  z-index: 7; }

#dissolved-organic-matter,
#dissolved-organic-matter + .popup {
  margin-bottom: 4vw;
  top: 150vw;
  left: 36vw;
  overflow: hidden; }
  #dissolved-organic-matter .label,
  #dissolved-organic-matter + .popup .label {
    width: 19vw;
    text-align: center;
    line-height: 1.2;
    top: 11vw;
    right: 4.5vw;
    z-index: 9; }
  #dissolved-organic-matter img,
  #dissolved-organic-matter + .popup img {
    width: 40vw;
    top: 6vw;
    left: -6.5vw; }

@media (max-width: 600px) {
  #dissolved-organic-matter + .popup {
    width: 86vw;
    height: auto;
    padding: 2vw 3vw;
    border-radius: 1vw;
    top: 131.5vw;
    left: 4vw; } }

#microbes,
#microbes + .popup {
  margin-bottom: 4vw;
  top: 130vw;
  left: 64vw; }
  #microbes .label,
  #microbes + .popup .label {
    width: 19vw;
    text-align: center;
    line-height: 1.2;
    top: 3vw;
    right: 4.5vw; }
  #microbes img,
  #microbes + .popup img {
    width: 25vw;
    top: 7.5vw;
    left: 2.5vw; }
  #microbes .arrow-green,
  #microbes + .popup .arrow-green {
    top: 31vw;
    left: -18vw;
    transform: rotate(50deg); }
  #microbes .second-arrow,
  #microbes + .popup .second-arrow {
    top: -5.5vw;
    left: 0;
    transform: rotate(0); }

#microbes + .popup {
  border-radius: 1vw 18vw 18vw 1vw;
  padding: 2vw 31.5vw 2vw 2vw;
  left: 35vw; }
  @media (max-width: 600px) {
    #microbes + .popup {
      left: 6vw; } }

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