/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

 
 @import url('https://fonts.googleapis.com/css2?family=Lexend+Mega&family=Roboto&family=Roboto+Slab&display=swap');
  

header {
  z-index: 0;
  padding-top: 250px;
  padding-bottom: 250px;
}


section {
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 100px;
  
}

section#contact {
  margin-bottom: 0;
  padding-bottom: 300px;
}

.lexend {
  font-family: 'Lexend Mega', sans-serif;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.roboto-slab {
  font-family: 'Roboto Slab', serif;
}

#name-plaque {
  position: relative;
  z-index: 2;
  font-size: 45px;
}

.name-click {
  top: -10000px;
  opacity: 0;
  width: auto;
  font-size: 0.0001in;
  transition: opacity 0.1s, font-size 0.1s;
}
.move-item {
  transition: flex-grow 1s;
}

.name-click.scrolled {
  top: 0px;
  opacity: 1;
  width: auto;
  font-size: 1.25rem;
  transition: opacity 0.1s, font-size 0.1s;
}

@media(max-width: 610px) {
  .name-click.scrolled {
    text-align: center;
    width: 25%;
    height: 100%;
    white-space: pre-wrap;
    font-size: 0.75rem;
  }

  .move-item {
    font-size: 1rem;
  }
}

#tagline {
  letter-spacing: 0.1em;
}

#headshot {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: contain;
}

#glasses {
  width: 100px;
  height: 100px;
  filter: invert(1);
  stroke-width: 4;
}


.fa {
  padding: 20px;
  font-size: 100px;
  aspect-ratio: 1 / 1;
  width: auto !important;
  height: auto !important;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.fa:hover {
  text-decoration: none;
}

.fa-twitter {
  background: transparent ;
  color: #55ACEE ;
}

.fa-twitter:hover {
  color: #234864 ;
}

.fa-github {
  background: transparent ;
  color: #2ea44f ;
}

.fa-github:hover {
  color: #134421 ;;
}

.fa-linkedin {
  background: transparent ;;
  color: #2867b2 ;
}

.fa-linkedin:hover {
  color: #122d4e ;;
}


#effect {
  position:absolute;
  top: 260px;
  width: 100%;
  left: 0px;
}

.anim-box {
  z-index: 1;
  position: absolute;
  left: calc(20% * -1);
  margin-bottom: 5px;
  height: 5px;
  width: 20%;
  background-color: rgb(114, 27, 27);
  border-radius: 2px;
  animation-iteration-count: 0;
  transform: skewX(15deg);
}

.anim-box.exit {
  background-color: aqua;
  animation: exitall 1s ease-in forwards normal;
}

#effect1 {
  top: 10px;
  animation: effect1-anim 2s ease-out forwards normal;
}

#effect2 {
  top: 18px;
  animation: effect2-anim 2s ease-out 160ms forwards normal;;
}

#effect3 {
  top: 29px;
  animation: effect3-anim 2s ease-out 320ms forwards normal;;
}




@keyframes effect1-anim {
    0% {
      left: -1500px;
    }

    100% {
      left: 55%;
    }
}

@keyframes effect2-anim {
  0% {
    left: -1500px;
  }

  100% {
    left: calc(55% - 15%);
  }
}

@keyframes effect3-anim {
  0% {
    left: -1500px;
  }

  100% {
    left: calc(55% - 30%);
  }
}

@keyframes exitall {
  0% {
    left: 0px;
  }

  100% {
    left: 150%;
  }
}
