* {
  box-sizing: border-box;
}

body {
  font-family: "Muli", sans-serif;
  margin: 0;

  /* color: #feffff; */
  background-color: #ffffff;
  color: #030620;
}

section {
  display: flex;
  flex-direction: column;
  padding: 60px 10px 0 10px;
  min-height: 450px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1400px;
}

.content-section {
  min-height: 600px;
}

#nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  height: 50px;
  background-color: #090d19;
  z-index: 9999999999;
}

ul {
  padding: 0;
}

#scrollTo {
  font-weight: bold;
  width: fit-content;
  height: 100%;
}

#scrollTo li {
  display: inline-block;
  list-style-type: none;
  padding: 10px;
  height: 100%;
  color: #6c877e;
}

#scrollTo li:hover a,
#scrollTo li:hover,
#mobile-scrollTo li:hover a,
#mobile-scrollTo li:hover {
  cursor: pointer;
  background-color: #6c877e;
  color: white;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  height: 100%;
}

/*link stuff*/
li {
  list-style: none;
}

/*link stuff*/
li {
  list-style: none;
}

.scrollLink {
  font-size: 14px;
}

a:visited,
a:link {
  text-decoration: none;
}

a:hover,
a:focus {
  transition: ease-in-out 1s;
  outline-color: #94eedb;
}

.git-link {
  text-decoration-line: underline;
}

.contact-link {
  display: inline;
  padding: 10px;
}

/*font-sizes*/
p,
.button,
li {
  /* color: white; */
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.button-container {
  margin-top: 16px;
}

.button {
  display: inline-block;
  padding: 6px;
  align-self: center;
  background-color: #ffdd7f;
  border: none;
  height: 45px;
  width: 120px;
  border-radius: 5px;
  margin: 0 10px 0 0;
  transition: 0.5s ease-in-out;
  font-size: 20px;
  font-family: "Muli", sans-serif;
  text-align: center;
  line-height: 30px;
}

.button:hover,
.button:focus {
  transition: 0.5s ease-in-out;
  background-color: #feca3c;
  box-shadow: 0 4.5px 10px 0 rgba(57, 59, 68, 0.322);
}

a .button {
  width: 100px;
}

.title {
  /* color: #94eedb; */
  color: black;
}

#name {
  /* font-family: "Rock Salt", cursive; */
  color: #feca3c;
  font-family: "Gochi Hand", cursive;
  font-size: 20px;
  margin: 0;
}

.scrollLink,
#scrollTo {
  margin: 0;
}

#scrollTo li {
  height: 50px;
}

#scrollTo {
  display: none;
}

#mobile-scrollTo {
  transition: 1.5s ease-in-out;
  margin-top: 50px;
  width: 35%;
  background-color: #090d19;
  position: fixed;
  right: 0;
  top: 0;
}

#mobile-scrollTo li {
  text-align: center;
  height: 40px;
  padding: 0;
}

#mobile-scrollTo li a {
  display: inline-block;
  padding: 9px 20px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.hidden {
  display: none;
  transition: 1.5s ease-in-out;
}

#menu-icon {
  width: 25px;
}

.menu-button {
  background-color: #090d19;
  padding: 0;
  border: none;
  width: 25px;
  height: 25px;
}

.scrollLink,
.slogan,
.title {
  color: #6c877e;
}

.title {
  font-size: 30px;
  font-weight: bold;
  margin: 16px 0;
  letter-spacing: 7px;
}

/* hero styles */

.hero {
  display: flex;
  padding: 10px;
  background: rgb(0, 0, 0, 0)
    url("Project-screenshots/hero/moon-landing-small.jpg") no-repeat center
    center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 50px);
  top: 0;
  margin-top: 50px;
}

.slogan {
  text-align: left;
  font-size: 30px;
  margin-top: 50px;
  align-self: flex-start;
  width: 150px;
}

.slogan-button {
  font-size: 30px;
}

.slogan-button:visited {
  color: #6c877e;
}

.slogan-button:hover {
  border: 1px solid #feca3c;
  color: #feca3c;
  border-radius: 5px;
}

/* about me styles */

.profile {
  align-self: flex-start;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

.about-me-container {
  display: flex;
  align-content: center;
  flex-direction: column;
}

#about-me {
  padding-top: 60px;
}
/* Skills styles */

.skills-container {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-radius: 5px;
}

.skill {
  width: 60px;
  margin: 20px 20px 2px 20px;
}

.skill-container {
  text-align: center;
}

.skill-name {
  margin: 0 0 10px 0;
  font-size: 20px;
}

p {
  width: auto;
  align-self: center;
}

.info {
  width: 250px;
  transition: ease all 1s;
}

.project-info {
  max-width: 600px;
  margin: auto;
}

#quiz-app {
  margin-top: 20px;
}
.project-title {
  font-weight: bolder;
  margin: 0;
  font-size: 20px;
  color: #6c877e;
}

.content-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 800px;
  margin: 0 auto;
}

#contact-me {
  overflow: hidden;
}

.project {
  flex-direction: column;
  margin: 0 auto 70px auto;
}

.project,
.project-info,
.screen-shots {
  flex-grow: 2;
}

.screen-shot-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 16px;
  max-width: 600px;
  max-height: 500px;
  align-self: center;
}

.screen-shots {
  vertical-align: top;
  align-self: center;
  width: 100%;
  transition: 1s ease-in-out;
}

.screen-shot-container:hover {
  box-shadow: 0 4.5px 10px 0 rgba(57, 59, 68, 0.322);
}

.screen-shots:hover {
  transform: scale(1.1);
}

.icon {
  width: 35px;
}

.contacts {
  align-self: center;
  padding: 0;
  align-content: center;
}

.text-slide {
  overflow: hidden;
  display: flex;
  align-self: center;
  width: 600px;
}

.item-1,
.item-2,
.item-3 {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: auto;
  width: 200px;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.item-1 {
  animation-name: Gmail;
}

.item-2 {
  animation-name: Linkedin;
}

.item-3 {
  animation-name: GitHub;
}

#contact-me {
  margin: 16px 0 0 0;
}

@keyframes Gmail {
  0%,
  8.3% {
    left: -33.33%;
    opacity: 0;
  }
  8.3%,
  25% {
    left: 33.33%;
    opacity: 1;
  }
  33.33%,
  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes Linkedin {
  0%,
  33.33% {
    left: -66.66%;
    opacity: 0;
  }
  41.63%,
  58.29% {
    left: 0;
    opacity: 1;
  }
  66.66%,
  100% {
    left: 66.66%;
    opacity: 0;
  }
}

@keyframes GitHub {
  0%,
  66.66% {
    left: -100%;
    opacity: 0;
  }
  74.96%,
  91.62% {
    left: -33.33%;
    opacity: 1;
  }
  100% {
    left: 33.33%;
    opacity: 0;
  }
}

@media only screen and (min-height: 700px) and (min-width: 1200px) {
  .hero {
    background: url("Project-screenshots/hero/moon-landing.jpg") no-repeat
      center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: calc(100vh - 50px);
    top: 0;
  }
}

@media only screen and (min-width: 718px) {
  #mobile {
    display: none;
  }

  #scrollTo {
    display: inline;
  }
  .skill {
    width: 80px;
  }
  .project-title {
    font-size: 24px;
  }

  #project-info {
    margin-bottom: 10px;
  }

  .icon {
    width: 40px;
  }

  #name {
    font-size: 30px;
  }

  p,
  .button,
  li,
  .scrollLink {
    font-size: 20px;
    line-height: 30px;
  }

  .text-slide {
    width: 1200px;
  }

  .item-1,
  .item-2,
  .item-3 {
    width: 400px;
  }

  .slogan,
  .slogan-button {
    font-size: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .mobile-scrollTo {
    display: hidden;
  }
  .profile {
    height: 150px;
    width: 150px;
  }

  .slogan {
    font-size: 50px;
    width: fit-content;
    align-self: center;
  }

  .title {
    font-size: 40px;
  }

  .project-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1500px) {
  #scrollTo {
    display: flex;
    font-weight: bold;
    text-align: center;
    justify-self: center;
    width: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    justify-content: space-evenly;
  }

  .projects-container {
    flex-direction: row;
  }

  .projects-container {
    flex-wrap: wrap;
    padding: 0 80px;

    align-content: flex-start;
  }

  .project {
    vertical-align: top;
    width: 600px;
    height: 750px;
    margin: 30px 0 0 0;
    display: inline-block;
    justify-content: center;
  }

  #quiz-app {
    margin-top: 30px;
  }

  .project-info {
    max-width: 400px;
    margin: 20px auto;
  }

  .button-container {
    margin-top: 20px;
  }

  .nav-content {
    width: 80vw;
  }

  .slogan {
    margin-left: calc(10vw - 10px);
    font-size: 60px;
  }

  main {
    padding: 0 40px;
  }

  .screen-shot-container {
    min-width: 399px;
    margin: auto;
    max-width: 500px;
    max-height: 400px;
  }

  .screen-shots {
    width: 100%;
  }

  .content-container {
    justify-content: space-between;
  }
}
