@import url("https://fonts.cdnfonts.com/css/bowlby-one");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue:400,700&display=swap");
/*

GENERAL


*/
.line {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: rgb(117, 117, 117);
  margin: auto;
  overflow: hidden;
}

.pulse {
  display: block;
  background-color: #00BBF9;
  z-index: -1;
  height: 4px;
  color: #00BBF9;
  box-shadow: 0 0 5px #00BBF9;
  width: 10%;
  -moz-animation: pulse 0.5s linear infinite;
  -webkit-animation: pulse 0.5s linear infinite;
  animation: pulse 0.5s linear infinite;
}

/*




ANIMATIONS





*/
@keyframes opacityChange {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flyInFromLeft {
  0% {
    transform: translateX(-100%); /* Starting position outside the left edge */
  }
  20% {
    transform: translateX(0%); /* Collide at the center */
  }
  45% {
    transform: translateX(-30%); /* Bounce at the center */
  }
  60% {
    transform: translateX(0%); /* Collide at the center */
  }
  80% {
    transform: translateX(-5%); /* Bounce at the center */
  }
  100% {
    left: 0; /* Return to the center */
  }
}
@keyframes flyInFromRight {
  0% {
    transform: translateX(100%); /* Starting position outside the right edge */
  }
  20% {
    transform: translateX(0%); /* Collide at the center */
  }
  45% {
    transform: translateX(30%); /* Bounce at the center */
  }
  60% {
    transform: translateX(0%); /* Collide at the center */
  }
  80% {
    transform: translateX(5%); /* Bounce at the center */
  }
  100% {
    right: 0; /* Return to the center */
  }
}
@keyframes flyUpFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #00BBF9;
  }
}
/* The typing effect */
@keyframes typing2 {
  from {
    width: 0;
  }
  to {
    width: 25%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret2 {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: rgb(40, 40, 40);
  }
}
@keyframes resizeAnimation {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flash {
  0% {
    background: #00BBF9;
    opacity: 1;
  }
  80% {
    background: #00BBF9;
    opacity: 1;
  }
  100% {
    background: none;
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(1000%, 0);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
/*



HEADER BAR STYLING




*/
.footerBar {
  display: flex;
  flex-direction: row;
  text-align: center;
  color: #00BBF9;
  background: rgb(40, 40, 40);
  transition: 0.3s ease-in-out;
}

#navBar {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  color: #00BBF9;
  background: rgb(40, 40, 40);
  transition: 0.5s ease-in-out;
  padding-top: 20px;
}

#navBar.shrunken * {
  transition: 0.5s ease-in-out;
  scale: 0.85;
}

#navBar.shrunken {
  margin-top: -2px;
  padding-top: 7.5px;
  height: fit-content;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 30px #00BBF9;
}

.nSec {
  transition: 0.5s ease-in-out;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 30%;
  font-size: 2em;
  transition: 0.3s ease-in-out;
}

.nSec a {
  font-family: "Bebas Neue", Courier, monospace;
  letter-spacing: 2px;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #00BBF9;
  color: #00BBF9;
  margin: 0 -0.25rem;
  transition: color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}

.nSec a:hover {
  box-shadow: inset 250px 0 0 0 #00BBF9;
  color: white;
}

.nTitle {
  width: 40%;
  margin-top: -10px;
  margin-left: 30px;
}
.nTitle img {
  transition: 0.15s linear;
}
.nTitle img:hover {
  transform: rotate(-90deg);
  transition: 0.15s linear;
}

/*



FOOTER STYLING



*/
.footerBar {
  display: flex;
  flex-direction: row;
  text-align: center;
  background: #018cbe;
  color: rgb(40, 40, 40);
  padding: 0;
  background: #018cbe;
  color: rgb(40, 40, 40);
}

.fSec {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 30%;
  padding: 10px 0;
  height: fit-content !important;
}

.fSec a {
  font-family: "Bebas Neue", Courier, monospace;
  letter-spacing: 1px;
  font-size: 24px;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 rgb(40, 40, 40);
  color: rgb(40, 40, 40);
  margin: 0 -0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  padding: 0;
}

.fTitle {
  width: 40%;
  font-family: "Bebas Neue", Courier, monospace;
  letter-spacing: 1px;
  font-size: 18px;
  padding-top: 10px;
}

.fSec a:hover {
  box-shadow: inset 250px 0 0 0 rgb(40, 40, 40);
  color: #00BBF9;
  padding: 0;
}

/*




SPLASH PAGE STYLING



*/
.nameTitle h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #00BBF9;
  font-size: 50px;
  letter-spacing: 1px;
  text-align: center;
}

.nameTitle button {
  border: none;
  background: none;
}

.nameTitle h3 {
  font-family: monospace;
  font-size: 26px;
  color: #00BBF9;
}

.fade3 {
  opacity: 0;
  animation: fade-in 0.8s 3.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.fade:nth-child(1) {
  animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade:nth-child(2) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade:nth-child(3) {
  animation: fade-in 0.8s 2.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fade2 {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.fade2:nth-child(1) {
  animation: fade-in 0.8s 3.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade2:nth-child(2) {
  animation: fade-in 0.8s 4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade2:nth-child(3) {
  animation: fade-in 0.8s 4.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.fade2:nth-child(4) {
  animation: fade-in 0.8s 4.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.flash:nth-child(1) {
  background: #00BBF9;
  opacity: 0;
  padding: 5px;
  display: inline-block;
  animation: flash 1.25s 2.5s forwards cubic-bezier(0.2, 0, 0.9, 0.99);
}

.flash:nth-child(2) {
  background: #00BBF9;
  opacity: 0;
  padding: 5px;
  display: inline-block;
  animation: flash 1.25s 2.8s forwards cubic-bezier(0.2, 0, 0.9, 0.99);
}

.nameTitle {
  left: -600px;
  margin: 50px auto;
  height: 300px;
  background: rgb(40, 40, 40);
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 50px #01698f;
  border-radius: 5px;
  text-align: center;
}
.nameTitle h3 {
  text-align: left;
  padding-left: 10px;
}

.profilePic {
  right: -600px;
}

#splashContainer {
  height: 100vh;
  display:flex;
  flex-direction: column;
  justify-content:center;
  background: linear-gradient(rgb(83, 200, 244) 3.8%, rgb(36, 45, 123) 91.1%);
  align-items: center;
}
.profileContainer {
  margin: 75px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  width: 65%;
}

.profilePic img {
  height: 400px;
  border: 3px solid rgb(40, 40, 40);
  border-radius: 50%;
  width: 400px;
  object-fit: cover;
}

.infoBox p {
  font-size: 12px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

/*





ABOUT SECTION STYLING



*/
.aContainer {
  display: flex;
  align-items: space-between;
  flex-direction: row;
  margin: auto;
  background: rgb(40, 40, 40);
  padding: 50px 5% 170px;
}

.aContainer h1 {
  font-size: 36px;
}

.aContainer p {
  font-size: 18px;
  padding: 15px 0;
}

.aboutImg {
  padding-top: 40px;
  width: 100%;
  opacity: 0;
}

.aboutImg img {
  width: 390px;
  height: 390px;
  border: 2px solid #00BBF9;
  border-radius: 5px;
  object-fit: cover;
}

.aboutContent {
  min-width: 50%;
  color: #00BBF9;
  display: flex;
  justify-content: center;
}

.aboutTitle h1,
.infoBox h1 {
  color: #00BBF9;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.aboutTitle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 10%;
}

.aboutTitle h1 {
  margin-right: 25px;
}

.carouselExampleFade {
  color: #00BBF9;
  margin-top: 0;
  padding-top: 0;
}

.infoBox {
  margin-left: 10%;
  height: fit-content;
  min-width: 85% !important;
  background: rgb(40, 40, 40);
  border-radius: 5px;
  padding: 10px;
  color: #2db2ff;
  border: 2px solid #00BBF9;
  box-shadow: 0 0 10px #00BBF9;
}
.infoBox p {
  margin-bottom: 10px;
}

.typewriter {
  width: fit-content;
}

.type {
  animation: typing 1.5s steps(40, end), blink-caret 0.75s step-end infinite;
  animation-delay: 0.1s;
}

.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #00BBF9; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 1px; /* Adjust as needed */
}

/*



CONTACT SECTION STYLING




*/
.cContainer {
  display: flex;
  flex-direction: column;
  margin: auto;
  background: rgb(40, 40, 40);
  padding: 50px 5% 50px;
}

#contact {
  align-self: center;
  width: 500px;
  display: flex;
  flex-direction: column;
  background: rgb(40, 40, 40);
  border: 3px solid #00BBF9;
  box-shadow: 30px 30px 0 #018cbe;
  padding: 20px;
  color: #00BBF9;
  font-size: 14px;
  border-radius: 5px;
  opacity: 0;
}

label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: monospace;
}

input {
  padding: 10px;
}

input:focus {
  outline: 2px solid #00BBF9;
  border-radius: 5px;
}

#note {
  margin-bottom: 40px;
}

#contact h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-size: 44px;
  color: #00BBF9;
}

button.submit {
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 0 5px #00BBF9;
  border-radius: 15px;
  transition: 0.3s ease-out;
  padding-top: 10px;
  font-size: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 3px solid #00BBF9;
  background: none;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #00BBF9;
}

button.submit:hover {
  background: #00BBF9;
  transition: 0.3s ease-out;
  font-weight: bold;
  color: rgb(40, 40, 40);
}

/*





NEW PROJECT SECTION STYLING







*/
.project-cont {
  padding: 2.5% 10%;
  background: rgb(40, 40, 40);
}
.project-cont h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 1px;
  color: #00BBF9;
  font-size: 50px;
}
.project-cont a:hover {
  text-decoration-color: #E5E7EB;
}

.project-row-1, .project-row-2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 2.5%;
  padding: 2.5% 0;
  max-width: 100%;
  overflow-x: scroll;
}

.project-box {
  box-shadow: 18px 18px 0 #0061c2;
  background: #E5E7EB;
  width: inherit;
  height: inherit;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s linear;
}
.project-box p {
  text-align: center;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 32px;
}

.project-link {
  width: 315px;
  height: 350px;
  margin: 0 2.5%;
  flex-shrink: 0;
}

.project-box img {
  width: 270px;
  max-height: 80%;
  object-fit: fill;
  margin: auto;
  border-radius: 35px;
}

.project-box:hover {
  transform: translate(12px, 12px);
  box-shadow: -18px -18px 0 #E5E7EB;
  background-color: #0061c2;
  text-decoration: none;
}
.project-box:hover p {
  color: #E5E7EB;
}

.project-row-1::-webkit-scrollbar, .project-row-2::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.project-row-1::-webkit-scrollbar-track, .project-row-2::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.project-row-1::-webkit-scrollbar-thumb, .project-row-2::-webkit-scrollbar-thumb {
  background: #018cbe;
  border-radius: 10px;
}

/*







POST DETAIL PAGE








*/
.cta-cont2, .cta-cont {
  position: relative;
  height: 75px; /* Example height */
  width: 100%; /* Example width */
}

a.cta-btn, a.cta-btn2 {
  background-color: #E5E7EB;
  text-align: center;
  box-shadow: 12px 12px 0 #0061c2;
  width: 50%;
  height: 100%;
  padding: 20px;
  transition: 0.2s linear;
  position: absolute;
  color: #0061c2;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  border-radius: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

a.cta-btn:hover, a.cta-btn2:hover {
  transform: translate(12px, 12px);
  box-shadow: -12px -12px 0 #E5E7EB;
  background-color: #0061c2;
  color: #E5E7EB;
}

.post-container {
  background-color: #E5E7EB;
  padding: 7.5% 5%;
  height: fit-content;
}

.post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-wrap: nowrap;
}
.post-header h1 {
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 3em;
  margin-left: 10px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid rgb(40, 40, 40); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 10px; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 1px; /* Adjust as needed */
  animation: typing2 1.5s steps(25, end), blink-caret2 0.75s step-end infinite;
}

.post-content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 50px;
}

.post-desc {
  font-size: 14px;
  font-family: "PT Mono", monospace;
  padding: 20px;
  color: #E5E7EB;
  background: rgb(40, 40, 40);
  width: 42.5%;
  height: fit-content;
  border-radius: 10px;
  text-align: left;
  border: 2.5px solid #0061c2;
  animation: flyUpFromBottom 0.5s ease-in forwards;
}
.post-desc li {
  margin: 5px 0;
}

.post-techs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.post-techs img {
  width: 35px;
}

.logo {
  filter: invert(100%);
}

.tech-logo {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 10px;
  background: #003366;
  border-radius: 35%;
  margin: 0 10px;
  box-shadow: 0 0 10px #0061c2;
}

.tech-logo .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Positioning */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Offset by half the width to center it */
  /* Optional: Fade-in effect */
  opacity: 0;
  transition: opacity 0.3s;
}

.tech-logo:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.post-imgs img.post-img-slide {
  display: none;
  border-radius: 10px;
  box-shadow: 0 8px 12px rgb(89, 89, 89);
}

.resizing {
  animation: resizeAnimation 1s ease forwards;
}

.mob-view img {
  width: 32.5%;
  height: auto;
  margin: -70px auto 0;
  border: 2px solid rgb(83, 83, 83);
}

.web-view img {
  width: 100%;
  border: 8px solid rgb(40, 40, 40); /* Dark border for the monitor */
  border-bottom-width: 20px; /* Thicker bottom to mimic a monitor's chin */
  border-radius: 8px; /* Slightly rounded corners */
  box-shadow: 0 4px 10px rgba(61, 61, 61, 0.5); /* Subtle shadow for depth */
}

.web-view::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 4%;
  height: 20px;
  background: rgb(40, 40, 40);
  transform: translateX(-50%);
  border-radius: 2px;
  color: #00BBF9;
}

.web-view::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 20%;
  height: 20px;
  background: rgb(40, 40, 40);
  transform: translateX(-50%);
  border-radius: 5px;
}

.post-imgs {
  width: 47.5%;
}

.post-imgs a {
  position: absolute;
  top: 87.5%;
  left: 50%;
}

.st0 {
  fill: #000000; /* Initial color - black */
  transition: fill 0.2s ease-in;
}

.svg-container:hover .st0 {
  fill: #0061c2; /* Color on hover */
}

#swap-btn {
  width: 50px;
  height: 50px;
}

.nav-circle {
  height: 15px;
  width: 15px;
  margin: 5px;
  background-color: #30beed;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.nav-circle.active {
  background-color: #006489;
}

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.web-view + .navigation {
  margin-top: 10%;
}

.mob-view + .navigation {
  margin-top: 3.25%;
}

/*







NAV BAR v2 CSS
(original lowkey looks better)





*/
.nav-bar {
  position: fixed;
  width: 100%;
  display: flex;
  flex-direction: row;
  z-index: 4;
  padding: 5px 0;
  background: rgb(40, 40, 40);
  transition: 0.3s ease-in-out;
}

.nav-bar.shrunken * {
  transition: 0.3s ease-in-out;
  scale: 0.85;
}

.nav-bar.shrunken {
  padding: 0;
  height: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 30px #00BBF9;
}

.nav-name {
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav-name img {
  width: 50px;
  height: 50px;
}
.nav-name h1 {
  padding-left: 5%;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 60px;
  letter-spacing: 2px;
  color: #00BBF9;
}

.nav-links, .nav-icons {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.nav-icons {
  width: 20%;
  margin-left: 10%;
}

.nav-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.nav-icons .icons-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.nav-links a {
  font-size: 36px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #00BBF9;
  color: #00BBF9;
  margin: 0 -0.25rem;
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.nav-links a:hover {
  box-shadow: inset 250px 0 0 0 #00BBF9;
  color: white;
}

/*




MEDIA QUERIES




*/
@media only screen and (max-width: 1100px) {
  .nSec a,
  .fSec a {
    font-size: 16px;
  }
  .nSec,
  .fSec {
    height: 25px;
    padding: 0;
  }
  .aContainer p {
    font-size: 14px;
  }
  .aboutTitle h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1000px) {
  .nTitle {
    scale: 0.8;
  }
  .nameTitle {
    width: 75%;
    height: 250px;
  }
  .aContainer {
    flex-direction: column;
    justify-content: center;
  }
  .aboutImg {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 0;
    align-self: center;
  }
  .aContainer p {
    font-size: 16px;
  }
  .aboutTitle h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 750px) {
  .nSec,
  .fSec {
    flex-direction: column;
    justify-content: space-between;
    max-width: fit-content;
  }
  .fSec {
    margin-top: 5px;
  }
  .aContainer p {
    font-size: 14px;
  }
  .aboutTitle h1 {
    font-size: 28px;
  }
  #navBar,
  .footerBar {
    transform: translateX(0);
    display: flex;
    justify-content: space-around;
  }
  .nameTitle h1 {
    font-size: 40px;
    padding: 0;
    animation: none !important;
  }
  h1,
  h3 {
    animation: none !important;
  }
  .sContainer h1 {
    animation: none !important;
  }
  .pulse {
    animation: none !important;
    display: none;
  }
  .subPulse {
    animation: none !important;
    transition: none;
  }
  .subtitle h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 570px) {
  .aContainer p {
    font-size: 12px;
  }
  .infoBox {
    height: fit-content;
  }
  .infoBox h1 {
    border-right: none;
  }
  .aboutImg img {
    width: 400px;
    height: 400px;
  }
  .sBox {
    width: 300px;
  }
  .sBox img {
    width: 300px;
  }
  .sContainer {
    overflow: hidden;
  }
  .post-container {
    padding-top: 100px;
  }
  .post-header h1 {
    border-right: none;
  }
  .post-content {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
  .post-imgs {
    width: 100%;
  }
  .post-desc {
    width: 95%;
    font-size: 12px;
    margin: 0 auto;
  }
  .mob-view img {
    width: 95%;
    margin: 30px auto 0;
  }
  .post-imgs a {
    top: 38.5%;
    left: 10%;
  }
  .web-view * {
    margin-top: 20px;
  }
  .web-view + .navigation {
    margin-top: 55px;
  }
  .tech-logo {
    margin: 3.5px 5px;
    padding: 5px;
  }
  .post-techs img {
    width: 30px;
  }
  .post-desc {
    height: fit-content;
    padding: 15px 12.5px;
  }
  .post-desc p {
    margin-bottom: 10px;
  }
  .cta-cont2 {
    height: 40px;
  }
  a.cta-btn2, a.cta-btn {
    font-size: 18px;
    padding: 12.5px;
    box-shadow: 8px 8px 0 #0061c2;
  }
  a.cta-btn2:hover, a.cta-btn2:hover {
    transform: translate(8px, 8px);
    box-shadow: -8px -8px 0 #E5E7EB;
  }
  .project-link {
    width: 250px;
    height: 280px;
    margin-right: 50px;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
  .project-box img {
    width: 223px;
  }
  .project-row {
    height: fit-content;
    padding: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .profilePic img {
    width:250px;
    height:250px; 
  }
  .infoBox h1 {
    font-size:28px; 
  }
  .aContainer * {
    animation:none;
  }
}
@media only screen and (max-width: 650px) {
  .w3-content img {
    scale: 1;
    max-width: 100%;
  }
  .w3-content {
    margin-top: 20px;
    scale: 1;
  }
  .profileContainer {
    flex-direction: column-reverse;
  }
  .nameTitle {
    width: 95%;
    margin: 0;
  }
  .nameTitle h1 {
    font-size: 22px;
  }
  .nameTitle h3 {
    font-size: 16px;
  }
  .nameTitle .container {
    scale: 0.7;
    margin-left: -25px;
  }
  .profilePic img {
    height: 250px;
    width: 250px;
  }
  .captcha {
    scale: 0.9;
    width: 100%;
    height: auto;
    margin-left: -17.5px;
  }
}
@media only screen and (max-width: 600px) {
  #contact {
    width: 95%;
    box-shadow: 0 0 10px #00BBF9;
  }
  button.submit {
    font-size: 32px;
  }
  button.submit:hover img {
    transition: 0.4s ease-in-out;
    transform: rotate(90deg) translate(0, -20px);
  }
  .fTitle {
    font-size: 12px;
  }
}
/*




FUN CSS STUFF




*/

/*# sourceMappingURL=app.css.map */
