/* universal */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap');

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 100px) {
  * {
    margin: 0;
    paddding: 0;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    background-color: #121212;
    font-family: sans-serif;
  }

  header {
    text-align: center;
  }

  header h1 {
    color: white;
    font-size: 100px;
    padding: 50px 0;
    z-index: 100;
    text-shadow: 2px 2px #121212;
  }

  section article h1{
      color: white;
      font-size: 100px;
      padding: 50px 0;
      z-index: 100;
      text-shadow: 2px 2px #121212;
      text-align: center;
  }

  h1, h2, h3, h4, footer {
    font-family: Bebas Neue, sans-serif;
  }

  h1 span {
    color: gold;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 34px;
  }

  p {
    font-size: 24px;
  }

  footer {
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 100px;
  }

  a, footer a {
    text-decoration: none;
  }

  footer a {
    color: white;
  }

  article h2 {
    padding-bottom: 30px;
  }

  .circle a {
    color: black;
    font-size: 28px;
    font-weight: bold;
  }

  .bold {
    font-weight: bold;
  }

  .under {
    text-decoration: underline;
  }

  .fullVp, .ninetyVp, .tenVp {
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .fullVp {
    height: 100vh;
  }

  .ninetyVp {
    height: 90vh;
  }

  .tenVp {
    height: 10vh;
  }

  .twohundredVp{
    height: 300vh;
    padding: 100px 0;
  }

  .flexDc {
    flex-direction: column;
  }

  .posRel {
    position: relative;
    z-index: 1;
  }

  #cloud1, #cloud2, #cloud3, #cloud4 {
    z-index: 10;
  }

  #cloud1 {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 200px;
  }

  #cloud2 {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 250px;
  }

  #cloud3 {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 300px;
  }

  #cloud4 {
    position: absolute;
    bottom: 10%;
    right: 2%;
    width: 200px;
  }

  #fisherman {
    position: absolute;
    width: 500px;
    top: -35%;
    left: -50px;
  }

  #goPhish, #keepPhishing, #morePhishing, #deepDive, #essayBtn {
    width: 300px;
    height: 150px;
    border-radius: 20px;
    font-family: Bebas Neue, sans-serif;
    font-size: 50px;
    text-decoration: none;
    color: #121212;
    line-height: 150px;
    text-align: center;
  }

  #goPhish {
    background-color: gold;
  }

  #keepPhishing {
    position: absolute;
    bottom: 10%;
    right: 30%;
  }

  #essayBtn{
      position: absolute;
      bottom: 1%;
      right: 5%;
      width: 200px;
      height: 75px;
      line-height: 75px;
      font-size: 40px;
  }

  #morePhishing {
    position: absolute;
    bottom: 20%;
    right: 15%;
  }

  #deepDive {
    position: absolute;
    bottom: 15%;
    left: 30%;
  }

  .grow {
    transition: all .2s ease-in-out;
  }

  .grow:hover {
    transform: scale(1.2);
  }

  .blue1 {
    background-color: lightskyblue;
  }

  .blue2 {
    background-color: #1ca3ec;
  }

  .blue3 {
    background-color: #2389da;
  }

  .blue4 {
    background-color: #0f5e9c;
  }

  .blue5 {
    background-color: #023048;
  }

  .whiteBox, .essay {
    padding: 50px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    z-index: 12;
  }

  .whiteBox{
    width: 500px;
  }

  .essay{
    position: relative;
    width: 80%;
    margin: 50px auto;
    z-index: 20;
  }

  .z8 {
    z-index: 8;
  }

  .z20 {
    z-index: 20;
  }

  .circle {
    width: 200px;
    height: 200px;
    background: #E7FEFF;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .grow, .whiteBox, .essay {
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
  }

  #humanError {
    position: absolute;
    top: 8%;
    right: 15%;
  }

  #whatisPhishing {
    position: absolute;
    top: 15%;
    left: 15%;
  }

  #howdoesPhishing {
    position: absolute;
    top: 5%;
    right: 7%;
  }

  #bubble1 {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 150px;
    height: 150px;
  }

  #bubble1 h3 {
    font-size: 24px;
  }

  #bubble2 {
    position: absolute;
    top: 25%;
    left: 25%;
  }

  #bubble3 {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 175px;
    height: 175px;
  }

  #bubble3 h3 {
    font-size: 28px;
  }

  #bubble4 {
    position: absolute;
    top: 70%;
    left: 20%;
  }

  #ourPhishingTripText {
    position: absolute;
    top: 15%;
    left: 15%;
  }

  #bubble5 {
    position: absolute;
    top: 10%;
    right: 15%;
  }

  #bubble6 {
    position: absolute;
    top: 27%;
    right: 25%;
  }

  #bubble7 {
    position: absolute;
    top: 43%;
    right: 10%;
  }

  #bubble8 {
    position: absolute;
    top: 60%;
    right: 20%;
  }

  #bubble9 {
    position: absolute;
    top: 80%;
    right: 10%;
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  #bubble9 a {
    font-size: 24px;
  }

  #bubble81 {
    position: absolute;
    top: 5%;
    right: 20%;
  }

  #bubble91 {
    position: absolute;
    top: 3%;
    right: 10%;
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }

  #bubble91 a {
    font-size: 24px;
  }

  .floaty {
    position: absolute;
    z-index: 5;
  }

  #boot {
    top: 30%;
    right: 5%;
    width: 150px;
    transform: rotate(20deg);
  }

  #bream {
    top: 50%;
    right: 35%;
    width: 200px;
  }

  #bream2 {
    bottom: 6%;
    left: 35%;
    width: 100px;
    transform: scaleX(-1);
  }

  #cod {
    top: 25%;
    left: 44%;
    width: 150px;
  }

  #cod2 {
    bottom: 10%;
    right: 5%;
    width: 75px;
    transform: scaleX(-1);
  }

  #clownfish {
    top: 25%;
    left: 44%;
    width: 150px;
  }

  #clownfish2 {
    top: 20%;
    left: 40%;
    width: 100px;
  }

  #coral {
    bottom: -5%;
    left: 5%;
    width: 200px;
  }

  #coral2 {
    bottom: -5%;
    left: 45%;
    width: 150px;
  }

  #coral3 {
    bottom: -5%;
    left: 75%;
    width: 200px;
  }

  #crab {
    bottom: -5%;
    left: 0%;
    width: 100px;
  }

  #crab2 {
    bottom: -2%;
    left: 20%;
    width: 50px;
  }

  #crab3 {
    bottom: -5%;
    right: 0%;
    width: 75px;
  }

  #fish {
    top: 10%;
    left: 5%;
    width: 200px;
  }

  #fish2 {
    top: 44%;
    right: 22%;
    width: 95px;
    transform: scaleX(-1);
  }

  #hacking {
    top: 33%;
    left: 50%;
    width: 200px;
    transform: rotate(-10deg);
  }

  #jellyfish {
    top: 30%;
    left: 5%;
    width: 200px;
  }

  #jellyfish2 {
    bottom: 5%;
    left: 30%;
    width: 200px;
  }

  #key {
    top: 50%;
    left: 1%;
    width: 100px;
    transform: scaleX(-1);
    transform: rotate(30deg);
  }

  #key2 {
    top: 50%;
    left: 0%;
    width: 200px;
    transform: scaleX(-1);
  }

  #koifish {
    top: 50%;
    left: 25%;
    width: 100px;
  }

  #laptop {
    bottom: 20%;
    right: 10%;
    width: 300px;
    transform: rotate(50deg);
    z-index: 5;
  }

  #nautilus {
    top: 25%;
    left: 2%;
    width: 150px;
    transform: rotate(30deg);
  }

  #password {
    bottom: 15%;
    left: 44%;
    width: 150px;
    transform: rotate(30deg);
  }

  #perch {
    bottom: 10%;
    left: 5%;
    width: 150px;
  }

  #perch2 {
    bottom: 40%;
    right: 35%;
    width: 100px;
    transform: scaleX(-1);
  }

  #pike {
    top: 2%;
    left: 50%;
    width: 100px;
  }

  #phishing {
    bottom: 10%;
    left: 7%;
    width: 200px;
    transform: rotate(-30deg);
  }

  #prawn {
    bottom: 10%;
    left: 60%;
    width: 100px;
    transform: rotate(-30deg);
  }

  #prawn2 {
    bottom: 1%;
    left: 25%;
    width: 100px;
    transform: scaleX(-1);
  }

  #protect {
    bottom: 20%;
    right: 40%;
    width: 200px;
    transform: rotate(-25deg);
  }

  #roach {
    bottom: 31%;
    right: 30%;
    width: 200px;
    transform: scaleX(-1);
  }

  #seahorse {
    top: 10%;
    right: 5%;
    width: 200px;
  }

  #seahorse2 {
    top: 40%;
    right: 10%;
    width: 150px;
  }

  #seahorse3 {
    bottom: 10%;
    right: 5%;
    width: 175px;
  }

  #shark {
    bottom: 10%;
    right: 5%;
    width: 500px;
  }

  #starfish {
    top: 10%;
    right: 50%;
    width: 150px;
    transform: rotate(25deg);
  }

  #treasure {
    bottom: -5%;
    left: 57%;
    width: 250px;
    transition: all .2s ease-in-out;
  }

  #treasure:hover{
    transform: scale(1.1);
  }

  .parallax {
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .parallax__layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .parallax__layer--base {
    transform: translateZ(0);
  }

  .parallax__layer--back {
    transform: translateZ(-1px);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  header h1 {
    font-size: 100px;
  }

  .fullVp {
    height: 100vh;
  }

  .ninetyVp {
    height: 90vh;
  }

  .tenVp {
    height: 10vh;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  header h1 {
    color: white;
    font-size: 200px;
    padding: 50px 0;
    z-index: 100;
    text-shadow: 2px 2px #121212;
  }
}
