* {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

.landing {
  background-image: linear-gradient(
      to bottom,
      transparent,
      transparent,
      rgb(141, 212, 248)
    ),
    url("./images/wave-sunset.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#navbar {
  height: 60px;
  display: flex;
  justify-content: space-between;
  /* font-family: 'Orbit', sans-serif; */
  background-color: none;
  color: whitesmoke;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#nav-list a {
  text-decoration: none;
  color: whitesmoke;
  text-transform: lowercase;
}

#aaron {
  font-size: 90px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: whitesmoke;
  width: 100%;
  margin-left: 50px;
  opacity: 0.7;
  text-shadow: 2px 2px 10px rgb(253, 109, 109);
}

#stack {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: whitesmoke;
  margin-bottom: 250px;
  margin-left: 50px;
  opacity: 0.7;
  text-shadow: 2px 2px 10px rgb(253, 109, 109);
}

#icons i {
  font-size: 100px;
  opacity: 0.3;
}

#about {
  /* background-color: rgb(251, 235, 222);
    background-image: linear-gradient(to top, rgb(251, 235, 222), transparent, transparent, rgb(251, 235, 222)), url("./images/sand.jpeg");
    background-size: cover; */
  background-repeat: no-repeat;
  background-color: rgb(141, 212, 248);
  background: linear-gradient(
      to bottom,
      rgb(141, 212, 248),
      transparent,
      transparent,
      #002838
    ),
    url("./images/underwater.jpeg");
  background-size: cover;
}

#about-title {
  font-size: 60px;
  /* font-family: 'Orbit'; */
  color: whitesmoke;
  text-shadow: 0 0 10px rgb(0, 251, 255);
  opacity: 0.8;
}

.bio {
  padding: 20px;
  border: 5px solid rgb(255, 255, 255);
  /* background-color: rgb(250, 154, 154); */
  border-radius: 50px;
}

#about-left {
  margin-left: 50px;
  /* font-family: 'Orbit'; */
  width: 90%;
  height: 700px;
  padding: 30px;
  color: rgb(255, 255, 255);
  /* border: 3px solid rgb(255, 152, 152); */
  /* box-shadow: 0px 0px 20px rgb(0, 213, 255); */
  background: linear-gradient(to bottom, #85ddff, #002838);
  border-radius: 20px;
  opacity: 0.7;
  overflow-y: auto;
}

#about-right {
  color: rgb(136, 136, 136);
  /* text-shadow: 0px 0px 5px rgb(0, 0, 0); */
  /* font-family: 'Orbit'; */
  width: 85%;
  height: 700px;
  /* background-repeat: no-repeat; */
  /* background: url("./images/bubbles-good.png"); */
  /* background-size: cover; */
  /* border-radius: 30px; */
  /* box-shadow: 0px 0px 30px rgb(251, 235, 222); */
  /* padding: 30px; */
  overflow-y: hidden;
  overflow-x: hidden;
}

#icons img {
  width: 100px;
  height: 100px;
  margin: 20px;
  opacity: 1;
  filter: grayscale(0.6);
}

#vitals {
  width: 25%;
  height: 150px;
  opacity: 0.5;
}

#wings {
  width: 50%;
  height: 150px;
  opacity: 0.5;
}

#transition {
  width: 100%;
  height: 200px;
  background-color: #002838;
}

#portfolio {
  background: linear-gradient(to bottom, #002838, black);
  overflow: hidden;
}

#port-title {
  /* font-family: 'Orbit'; */
  font-size: 60px;
  color: rgb(173, 173, 173);
  text-shadow: 0 0 10px greenyellow;
}

.pages {
  display: flex;
  width: 400%;
  box-sizing: border-box;
}

.page {
  margin-top: -50px;
  width: 100vw;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  transition: all 1s;
}

#landing {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: optimizeQuality;
  image-rendering: crisp-edges;
  border-radius: 1rem;
  opacity: 0.7;
}

#dashboard {
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: optimizeQuality;
  image-rendering: crisp-edges;
  border-radius: 1rem;
  opacity: 0.7;
}

#tech img {
  /* margin: 1rem; */
}

#transition2 {
  width: 100%;
  height: 200px;
  background-color: black;
}

#contact {
  background: black;
  color: rgb(173, 173, 173);
  font-family: "Orbit";
}

#contact-title {
  font-size: 60px;
  /* font-family: 'Orbit'; */
  color: rgb(173, 173, 173);
  text-shadow: 0 0 10px greenyellow;
}

#contact-left {
  /* margin-top: 100px;
    margin-left: 100px; */
}

.left-box {
  /* margin-top: 150px; */
  margin-left: 150px;
}

#icons-contact {
  /* margin-top: 150px; */
}

#icons-contact i {
  font-size: 60px;
  /* text-shadow: 0 0 5px greenyellow; */
}
#fish {
  width: 100%;
  height: 400px;
}

footer {
  background: black;
  color: #0cb100;
  height: 150px;
}

.page-hidden {
  display: none;
}

@media screen and (max-width: 440px) {
  #aaron {
    font-size: 50px;
  }
  #stack {
    font-size: 25px;
  }
  #nav-list {
  }
}

@media screen and (max-width: 768px) {
  #navbar {
    font-size: 10px;
    margin: 5px;
    padding: 0px;
  }
  #nav-title h4 {
    font-size: 12px;
  }
  #about-left {
    margin-left: 1rem;
  }
  #about-right img {
    height: 80px;
    width: 80px;
  }
  #wings {
    display: none;
  }
  #vitals {
    display: none;
  }
  .text-start {
    margin: auto;
  }
  .pages {
    font-size: 12px;
  }
  #tech img {
    height: 50px;
    width: 50px;
  }
  #landing {
    height: 25rem;
    width: 25rem;
    margin-bottom: -5rem;
    margin-top: -20rem;
  }
  #dashboard {
    display: none;
  }
  #tech {
    display: none;
  }
  .page-text {
    display: none;
  }
  .page-hidden {
    display: block;
    font-size: 1rem;
  }
}

@media screen and (max-width: 920px) {
  #aaron {
    /* margin-bottom: 150px; */
    font-size: 70px;
  }
  #about-left {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  #about {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact-left {
    margin-bottom: 100px;
  }
  footer {
    height: 30vh;
  }
}

/* font-family: 'Montserrat', sans-serif;
font-family: 'Orbit', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Prompt', sans-serif;
font-family: 'Rubik', sans-serif;
Rock 3D */
