* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: radial-gradient(circle at center, rgb(0, 55, 97, .64), rgb(0, 55, 97));
  overflow: auto;
}

:root {
  --bu: rgb(0, 55, 97);
  --w: #FFFFFF;
  --art: #679873;
}

.break {
  height: 16px;
  background-color: var(--bu);
}

.ball {
  border-radius: 50%;
  background-color: var(--bu);
  height: 160px;
  width: 160px;
  position: absolute;
  left: 43%;
  transform: translateY(-136px);
  transition: .6s ease-in-out;
}

.ball img {
  height: 300px;
  width: 400px;
  position: absolute;
  left: -73%;
  top: -48%;
}

.small-div {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgb(0, 55, 97), white, rgb(0, 55, 97));
}

.underline {
  border-bottom: 2px solid white;
  height: 20px;
}

sup {
  font-size: .8em;
}

.head {
  display: flex;
  height: 700px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.h1 {
  animation-name: floating;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.text {
  font-size: 8vw;
  color: var(--w);
  text-shadow:
   0 0 6px #FFFFFF,
   0 0 16px #FFFFFF,
   0 0 32px #FFFFFF,
   0 0 64px #FFFFFF,
   0 0 82px #FFFFFF,
   0 0 102px #FFFFFF,
   0 0 151px #FFFFFF;
   font-family: 'overpass', sans-serif;
}

/* photos */
.body {
  background-color: white;
  margin: 0;
  padding: 0;
  padding-top: 40px;
}

.intro {
  padding-left: 3.8%;
  padding-top: 12px;
  padding-right: 3.8%;
  padding-bottom: 40px;
}

.header {
  font-size: 3em;
  padding-bottom: 20px;
  color: var(--art);
  font-family: 'overpass', sans-serif;
}

.heading {
  font-size: 3em;
  color: var(--art);
  font-family: 'overpass', sans-serif;
}

.txt {
  font-family: 'catamaran', sans-serif;
  font-size: 1.16em;
  letter-spacing: 1px;
}

.gallery {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  padding-top: 6px;
}

.pic {
  margin: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.name {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.6em;
  font-family: 'overpass', sans-serif;
  color: var(--bu);
}

.photo {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: var(--bu);
}

.details {
  display: flex;
  align-items: center;
  font-family: 'catamaran', sans-serif;
}

.description {
  flex-grow: 1;
  text-align: center;
  padding-top: 10px;
  font-size: 1.4em;
  font-weight: bolder;
  border-bottom: 1px solid black;
}

.description2 {
  flex-grow: 1;
  text-align: center;
  padding-top: 10px;
  font-style: 1em;
}

/* hover images */
.abc {
  position: relative;
}

.linkedinicon {
  color: var(--w);
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .32s ease-in;
  background-color: var(--bu);
  border-radius: 50%;
}

.abc:hover .overlay {
  opacity: .96;
}

/*write up on click*/
#yard, #yard2, #yard3, #yard4, #yard5, #yard6, #yard7, #yard8, #yard9, #yard10, #yard11, #yard12, #yard13, #yard14, #yard15, #yard16 {
  display: none;
  position: fixed;
  background-color: rgb(90, 90, 90, .9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

#yard17, #yard18, #yard19, #yard20, #yard21, #yard22 {
  display: none;
  position: fixed;
  background-color: rgb(90, 90, 90, .9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.exit {
  position: absolute;
  top: .5%;
  right: .5%;
}

.fa-xmark {
  font-size: 40px;
}

.fa-xmark:hover {
  transform: scale(1.1);
  color: var(--w);
}

.block {
  font-family: 'catamaran', sans-serif;
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50vw;
  height: 50vh;
  background-color: white;
  box-shadow: 2px 2px 12px darkgrey;
  border-radius: 26px;
  text-align: center;
}

.words {
  padding: 12px;
  letter-spacing: 1px;
  font-size: 1em;
  text-align: center;
}

.sur {
  font-size: 2em;
  color: var(--art);
  padding-bottom: 12px;
  padding-top: 6px;
}

.major {
  font-size: 1.4em;
  padding-bottom: 16px;
}

.super {
  display: block;
  font-size: 1em;
}

.bold {
  font-weight: bolder;
}

.plug {
  margin-top: 42px;
  padding-bottom: 12px;
}

.qg {
  width: 14em;
  height: 10em;
  transition: .2s ease-out;
}

.qg:hover {
  width: 15em;
  height: 11em;
}

.space {
  padding-right: 10px;
  padding-left: 10px;
}

.fa-linkedin, .fa-instagram {
  text-decoration: none;
  color: var(--bu);
  transform: scale(1.06);
}

.fa-linkedin:hover , .fa-instagram:hover {
  text-decoration: underline;
}

/*back to top*/
.backtotop {
  display: block;
  height: 40px;
  text-align: right;
  padding-right: 20px;
  background-color: white;
  padding-bottom: 12px;
}

.btt {
  background-color: var(--bu);
  color: white;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  font-size: 26px;
}

.btt:hover {
  background-color: white;
  color: var(--bu);
}

/*attributions*/
.attributions {
  margin-top: 40px;
  text-align: center;
  position: relative;
  height: 200px;
}

.seethis {
  font-family: 'catamaran', sans-serif;
  font-size: 3.2vw;
  color: var(--bu);
}

.fa-solid {
  color: var(--art);
  font-size: 3.2vw;
  padding-right: 4vw;
  padding-left: 4vw;
  padding-top: 4vh;
}

.a1 {
  position: absolute;
  left: 18%;
  top: 60%;
  transform: rotateZ(-45deg);
}

.a2 {
  position: absolute;
  left: 36%;
  top: 40%;
  transform: rotateZ(-20deg);
}

.a3 {
  position: absolute;
  right: 36%;
  top: 40%;
  transform: rotateZ(20deg);
}

.a4 {
  position: absolute;
  right: 18%;
  top: 60%;
  transform: rotateZ(45deg);
}

.snap {
  text-align: center;
  font-family: 'catamaran', sans-serif;
  padding-top: 40px;
}

.yep {
  background-color: var(--art);
  border-radius: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 3vw;
}

.yep a {
  text-decoration: none;
  color: white;
}

.yep > a:hover {
  color: var(--art);
}

.yep:hover {
  background-color: var(--w);
}

.filler {
  height: 20px;
}



/* title animation */
@keyframes floating {
    0% {
      transform: translate(0,  0px);
       }
    50%
      {
        transform: translate(0, 32px);
      }
    100% {
      transform: translate(0, -0px);
      }
}


@media (max-width: 800px) {
  .atr {
    left: 34%;
    transition: .6s ease-in-out;
  }
  .sur {
    font-size: 1.4em;
  }
  .major {
    font-size: 1em;
  }
  .super {
    font-size: .8em;
  }

  .ball {
    left: 38%;
  }
}

@media (max-width: 1000px) {
  .super {
    font-size: .6em;
  }
}


@media (max-height: 660px) {
  .block {
    left: 25%;
    top: 25%;
    width: 50vw;
    height: 56vh;
  }

  .words {
    padding: 6px;
    font-size: 1em;
  }

  .sur {
    font-size: 1.2em;
    padding-bottom: 6px;
    padding-top: 2px;
  }

  .major {
    font-size: 1em;
    padding-bottom: 12px;
  }

  .super {
    font-size: .8em;
  }

  .plug {
    margin-top: 12px;
    padding-bottom: 6px;
  }

  .fa-linkedin {
    font-size: 1.2em;
    padding: 6px;
  }

  .fa-instagram {
    font-size: 1.2em;
    padding: 6px;
  }

  .space {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 500px) {
  .ball {
    left: 34%;
  }
}
