body {
  background-size: cover;
  background-attachment: fixed;
  font-family: Rajdhani;
  font-weight: 600;
  overflow-x: hidden;
}
.index-html {
  scrollbar-color: #ff2692 #e2e59a;
}
.index-body {
  background-image: url("/images/Screenshot\ 2023-11-20\ 025200.png");
}
.about-html {
  scrollbar-color: #ff85da #f6bee5;
}
.about-body {
  background-image: url("/images/Screenshot\ 2023-12-12\ 164350.png");
}
.work-html {
  scrollbar-color: #f35334 #f8c183;
}
.work-body {
  background-image: url("/images/Screenshot\ 2023-12-12\ 164705.png");
}

@keyframes fade-in-up {
  from {
    opacity: 0.6;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(30px);
  }
}

.artpage-html {
  scrollbar-color: #7de947 #e7f883;
}
.artpage-body {
  background-image: url("/images/Screenshot\ 2023-12-12\ 164705.png");
}
.artpage-body .row {
  animation: fade-in-up linear;
  animation-timeline: view();
  /*will change*/
}
.png-revolve {
  overflow: hidden;
  white-space: nowrap;
}
.png-revolve:hover .png-slide {
  animation-play-state: paused;

  transition: 5ms ease-in-out;
}
.png-slide:hover img {
  transform: scale(1.2);
  transition: 300ms ease-in-out;
}
.png-slide {
  display: inline-block;
  border-top: 8px solid #2b88c2;
  border-bottom: 8px solid #2b88c2;

  animation: slide 30s infinite linear;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.etal-html {
  scrollbar-color: #ad2afe #bdb3f7;
}
.etal-body {
  background-image: url("/images/P8zb.gif");
}
.contact-html {
  scrollbar-color: #18fbf3 #b3f7f5;
}
.contact-body {
  background-image: url("/images/Screenshot\ 2023-12-12\ 164649.png");
}
.container {
  background-image: url("/images/Screenshot\ 2023-11-20\ 025200.png");
  background-size: cover;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.glitch {
  color: #ffffff;
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 5px;
  z-index: 1;
}

.glitch:before,
.glitch:after {
  display: block;
  content: attr(data-glitch);
  position: absolute;
  top: 100px;
  left: 40px;
  opacity: 0.8;
}

.glitch:before {
  animation: glitch-color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    infinite;
  color: #eaa0a0;
  z-index: -1;
}

.glitch:after {
  animation: glitch-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both
    infinite;
  color: #2b88c2;
  z-index: -2;
}

@keyframes glitch-color {
  0% {
    transform: translate(0);
  }

  20% {
    transform: translate(-3px, 3px);
  }

  40% {
    transform: translate(-3px, -3px);
  }

  60% {
    transform: translate(3px, 3px);
  }

  80% {
    transform: translate(3px, -3px);
  }

  to {
    transform: translate(0);
  }
}
h2 {
  opacity: 0.7 !important;
  font-size: 28px;
}
h2,
.under-img-p,
.under-img-p-two {
  font-weight: 900;
  color: #1b0d3f;
  opacity: 0.8;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.valagala-sub {
  font-size: 44px;
  font-family: Train One;
  letter-spacing: 3px;
  text-shadow: 3px 2px rgb(55, 32, 96);
  color: darkmagenta !important;
  display: flex;
  margin-left: 20px;
  margin-top: 10px;
}
.vg {
  font-weight: bolder;
  color: maroon;
  font-size: 38px;
}
.about-lead,
.under-img-lead {
  font-family: Train One;
  font-size: 30px;
  color: darkslateblue;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.empathy {
  font-size: 22px;
  letter-spacing: 10px;
  color: #ff218b;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.talk-to-me {
  color: darkslateblue;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
  letter-spacing: 3px;
}
.continue-p {
  color: darkgreen;
  opacity: 0.8;
  letter-spacing: 1px;
}
.tall-tales {
  font-size: 26px;
  color: darkslateblue;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
  letter-spacing: 6px;
  line-height: 2;
}
.diamond-sea {
  font-size: 22px;
  letter-spacing: 15px;
  color: rgb(88, 128, 235);
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.fables {
  font-size: 22px;
  letter-spacing: 10px;
  color: #ff218b;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}

p {
  font-size: 18px;
  letter-spacing: 1px;
  display: flex;
  margin-top: 60px;
  margin-left: 120px;
  color: darkgreen;
  opacity: 0.8;
}
.about-p {
  font-size: 18px;
  background-color: rgb(255, 235, 205, 0.8) !important;
  width: fit-content;
  border-radius: 17px 180px 0px 600px;
  margin-top: 20px;
  margin-left: 80px;
  box-shadow: 4px 12px darkcyan;
}
.p-container {
  width: 500px;
}
.p-container p {
  text-align: justify;
}
.under-img-p {
  margin-top: -10px;
  font-size: 22px;
  margin: 0px;
}
.under-img-p-two {
  font-size: 22px;
  margin-left: 80px;
  margin-top: 0px;
}
.currently-enrolled {
  margin-left: 70px;
  font-size: 20px;
  letter-spacing: 3px;
  color: darkmagenta;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.shecodes-link {
  opacity: 0.8;

  font-size: 18px;
  font-weight: 700;
  width: fit-content;
  text-decoration: none;
}
.shecodes-link:hover {
  color: #ff218b;
}

.img-thumbnail {
  background-color: antiquewhite;
}

.carousel-dict {
  width: fit-content;
}
.work-title {
  font-family: Train One;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 2px;
  color: darkmagenta;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.artpage-title {
  /*will change*/
  font-family: Train One;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 2px;
  color: darkmagenta;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.up-icon {
  position: fixed;
  bottom: 60px;
  right: 3px;
  z-index: 1000;
}
.vala-gal {
  font-family: Train One;
  font-size: 60px;
}
.artpage-h1 {
  font-size: 120px;
  letter-spacing: 30px;
  font-family: Modak;
  animation: glitter 2s alternate-reverse infinite;
  color: #fe75dc;
  font-weight: 600;
  opacity: 0.8;

  color: darkmagenta;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.png-slide {
  opacity: 0.9;
}
.navbar #vala-nav {
  font-weight: 900;
  color: #2b88c2 !important;
}
.artpage-toprow {
  font-family: Train One;
  font-size: 30px;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 2px;
  color: rgb(0, 76, 139);
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.work-desc {
  color: mediumslateblue;
  font-weight: 600;
  opacity: 0.9;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
  text-align: end;
  background-color: rgb(255, 182, 193, 0.8);
  padding: 20px;
  border-radius: 0px 70px;
  box-shadow: 4px 12px darkcyan;
}
.artpage-desc {
  /*will change*/
  color: mediumslateblue;
  font-weight: 600;
  opacity: 0.9;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
  text-align: end;
  background-color: rgb(255, 182, 193, 0.8);
  padding: 20px;
  border-radius: 0px 70px;
  box-shadow: 4px 12px darkcyan;
}
.bot {
  font-size: 50px;
  letter-spacing: 12px;
}
.work-heart {
  color: #ff218b;
}
.btn-outline-info,
.btn-info {
  opacity: 0.9;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
  border-radius: 18px;
  outline: none;
}
.btn-info {
  color: darkslateblue;
  margin-left: 120px;
}
.btn-outline-info:hover,
.btn-info:hover {
  color: #ebb6b6;
}

.navbar {
  background-color: #ebb6b6;
  opacity: 0.7;
}
.navbar-brand {
  font-family: Train One;
  color: #ff218b !important;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0px 4px 6px rgba(71, 61, 138, 0.5);
}
.nav-link {
  letter-spacing: 2px;
  font-size: 16px;
}
.love {
  margin-left: -30px;
  color: #ff218b;
  font-size: 24px;
  text-shadow: 0px 2px 2px rgba(71, 61, 138, 0.5);
}
.heart {
  color: #ff218b;
  font-size: 24px;
  text-shadow: 0px 2px 2px rgba(71, 61, 138, 0.5);
}
.container-contact {
  display: block;
  margin: 30px auto !important;
  width: 800px;
  text-align: justify;
  background-color: rgb(255, 160, 122, 0.5);
  padding: 5px 20px;
  border-radius: 0 246px;
  box-shadow: 6px 18px mediumslateblue;
}
.thanks {
  color: #ff218b;
  font-size: 33px;
}
.email-me,
.in-touch {
  color: #ff218b;
  font-size: 26px;
  letter-spacing: 6px;
  text-shadow: 0px 2px 2px rgba(71, 61, 138, 0.5);
}
.in-touch,
.certs {
  color: maroon;
  font-weight: 700;
}
.see-my-certs {
  color: maroon;
  letter-spacing: 6px;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(71, 61, 138, 0.5);
}
.contact-p {
  font-size: 24px;
  color: darkslateblue;
  text-shadow: 0px 5px 5px rgba(71, 61, 138, 0.5);
}
.email {
  color: maroon;
  text-decoration: none;
}
.email:hover {
  color: darkmagenta;
}
.certs {
  font-size: 33px;
  letter-spacing: 12px;
}
.certs-pic {
  background-color: #cbe2f1;
}
.carousel-certs {
  width: fit-content;
  margin: 0 auto;
}

.p-brat {
  margin-top: 40px;
}

.ladybug {
  color: #ff218b;
  font-size: 28px;
  letter-spacing: 3px;
  margin-left: 40px;
  text-shadow: 0px 2px 2px rgba(71, 61, 138, 0.5);
}
.val-img {
  border-radius: 99px 0px 180px 56px !important;
  box-shadow: 12px 20px darkmagenta;
  opacity: 0.9;
}

.fables-foibles {
  margin-left: -60px;
}
footer {
  opacity: 0.7;
  font-size: 16px;
}
/*.city {
  background-color: rgba(203, 226, 241, 0.5);
  width: fit-content;
  display: block;
  margin: 20px auto;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 4px 6px darkcyan;
}*/
.city-name {
  font-family: Train One;
  font-size: 40px;
  text-shadow: 1px 2px #cbe2f1;
  letter-spacing: 1px;
}
.date,
.time {
  font-size: 24px;
  color: #ff218b;
  text-shadow: 1px 2px darkslateblue;
  font-family: Orbitron;
  letter-spacing: 2px;
}
i {
  font-size: 30px;
  font-weight: 700 !important;
  padding-right: 10px;
  color: darkmagenta;
}
i:hover {
  cursor: pointer;
  color: maroon;
}
.etal-img-1:hover {
  transform: scale(0.6);
  transition: 200ms ease-in-out;
}
.etal-img-2-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.etal-img-2:hover {
  transform: scale(1.4);
  transition: 300ms ease-in-out;
}
.art {
  font-family: Creepster;
  position: absolute; /* Make the text absolutely positioned */
  top: 60%; /* Position the text vertically at 50% */
  left: 70%; /* Position the text horizontally at 50% */
  transform: translate(-50%, -50%); /* Center the text within the container */
  color: white; /* Set text color (adjust for contrast) */
  padding: 10px; /* Optional: Padding around the text */
  font-weight: bold; /* Optional: Text styling */
  font-size: 60px;
  letter-spacing: 4px;
}
.music {
  font-size: 66px;
  letter-spacing: 6px;
  font-family: Modak;
  animation: glitter 3s alternate-reverse infinite;
  color: #fe75dc;
}
@keyframes glitter {
  0% {
    text-shadow: 0 0 1px cornflowerblue, 0 0 4px cornflowerblue;
  }
  50% {
    text-shadow: 0 0 4px cornflowerblue, 0 0 8px cornflowerblue;
  }
  100% {
    text-shadow: 0 0 20px hotpink, 0 0 16px hotpink;
  }
}
.music-links a {
  font-size: 36px;
  font-family: monospace;
  color: #f35334;
}
/*.etal-img-3{
  filter: drop-shadow(30px 10px 4px #44d8dd);
}*/
.etal-img-3:hover {
  transform: scale(1.7);
  transition: 200ms ease-in-out;
}
.etal-img-4:hover {
  transform: rotate(360deg);
  transition: 400ms ease-in-out;
}
.etal-img-5:hover {
  transform: scale(1.7);
  transition: 200ms ease-in-out;
}
.etal-img-6:hover {
  transition: 400ms ease-in-out;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  /*body {
    background-attachment: fixed;
    overflow-x: hidden;
    max-width: 100%;
    height: auto;
  }*/

  /*.about-body {
    background-image: url("/images/Screenshot\ 2023-12-12\ 164350.png");
    max-width: 100%;
    height: auto;
    background-attachment: fixed;
  }*/
  .glitch:before,
  .glitch:after {
    margin-left: -15px;
    margin-top: 60px;
  }
  .glitch {
    font-size: 66px;
  }
  .maker {
    margin-top: 40px !important;
    font-size: 18px;
    margin-left: 50px;
  }
  .valagala-sub {
    font-size: 30px;
  }
  .vg {
    font-size: 26px;
  }
  p {
    margin-top: 60px;
    margin-left: 80px;
  }
  .love {
    margin-left: 0px;
  }
  .work-body .img-thumbnail {
    display: none;
  }
  .artpage-h1 {
    font-size: 36px;
    letter-spacing: 4px;
  }
  .artpage-navbar {
    display: inline;
  }

  /*MAY NEED TO MODIFY IMGS FOR RESPONSIVE*/
  /*.art-body .img-thumbnail {
    display: none;
  }*/
  .carousel-dict {
    display: none;
  }
  .work-title {
    margin-left: -40px;
  }
  .bots-section {
    width: 80%;
  }
  .bots-section .col-md {
    margin-bottom: 30px;
  }
  .bot {
    font-size: 40px;
    text-align: center;
  }
  .bot-sub {
    letter-spacing: 2px;
  }
  .bots-section .continue-p {
    text-align: justify;
  }
  .container-contact {
    max-width: 100%;
    height: auto;
  }
  .thanks {
    font-size: 28px;
    margin-left: 20px !important;
  }
  .email-me {
    font-size: 20px;
  }
  .cert-gallery {
    display: none;
  }
  .second-city,
  .third-city {
    display: none;
  }
  footer {
    margin-right: -80px !important;
  }
  @media (max-width: 400px) {
    .glitch:before,
    .glitch:after {
      margin-top: 5px;
    }
  }
}
