*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --gray: #7a7a7a;
}

:root {
  --medium-line-height: 1.5;
}

@font-face {
  font-family: "Kalinga";
  src: url("fonts/kalingab.ttf") format("truetype"); /* Adjust the path as necessary */
}

/* ::selection {
  background: black;
  color: red;
  } */

html,
body {
  padding-top: 0.15rem;
  margin: 0;
}
a {
  cursor: pointer;
}

.App {
  font-family: "Futura", sans-serif;
  /* text-align: center; */
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  max-width: 1381px;
  margin: 0 auto;
  background-color: #544d9a05;
  box-shadow: 6px 6px 0px rgb(1 215 224 / 57%);
  border-radius: 4px;
  border: 2px solid #b5b5b5;
  border-top: 30px;
  margin-top: 10px;
}
.App-about-page {
  font-family: "Futura", sans-serif;
  /* text-align: center; */
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  max-width: 1381px;
  margin: 0 auto;
  background-color: #544d9a05;
  box-shadow: 6px 6px 0px rgb(1 215 224 / 57%);
  border-radius: 4px;
  border: 2px solid #b5b5b5;
  border-top: 30px;
  margin-top: 10px;
}

.App-portfolio {
  font-family: "Futura", sans-serif;
  /* text-align: center; */
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  max-width: 1381px;
  margin: 0 auto;
  background-color: #544d9a05;
  box-shadow: 6px 6px 0px rgb(1 215 224 / 57%);
  border-radius: 4px;
  border: 2px solid #b5b5b5;
  border-top: 30px;
  margin-top: 10px;
  padding: 28px;
}

.stagger-visualizer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 17rem;
  top: -375px;
  z-index: 1;
}

/* Styling for the menu */
menu {
  list-style-type: none;
  /* margin: 17px; */
  padding: 7px;
  text-align: left;
  border-bottom: 1px solid #d8d8d88a;
  opacity: 0.93;
  display: flex;
  color: #353535;
  /* margin-bottom: 0px; */
  background: #8f92fbba;
  border-radius: 3px;
  /* margin-top: 0; */
  background: #fffbff85;
  /* border: 22px solid #d892eab8; */
}

menu li {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 7px;
}

menu a {
  font-size: smaller;
  text-decoration: none;
  color: #292828;
  font-weight: bold;
  padding: 8px 27px;
  border-radius: 4px;
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 1px solid black;
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease;
  display: inline-block;
  opacity: 0.9;
}

menu a:hover {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
}
.menu-category::selection {
  color: rgb(240, 194, 203);
  font-size: 20px;
  background-color: black;
}

#login-button {
  margin-left: auto;
  color: #353535;
}
h1 {
  margin: 0;
  color: #353535;
  font-size: 4rem;
  opacity: 0.97;
  position: relative;
  padding-top: 47px;
  z-index: 100;
}

.droppedImage {
  opacity: 0.9;
}

.drop-area {
  /* position: relative; */
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 80%;
  height: 100%;

  border-radius: 11px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 33px rgb(221 221 221);

  /* padding: 20px 0; */
  margin-top: 60px;
  /* padding-bottom: 40px;  */

  border: dotted 5px black;

  /* new code from old drop box */
  box-shadow: 0px 0px 0px rgb(150, 134, 255);
  border-color: black;
  transform: translateX(3px) translateY(4px);
  border: dotted 8px black;
  background-color: rgba(156, 140, 255, 0.469);
  /* new code from old drop box */
  transition: border 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Ensure border is included in the transition */
}
.drop-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px; /* Match the border-radius of .drop-area */
  box-shadow: inset 0 0 5px rgba(40, 40, 40, 0); /* Initial state: no vignette */
  transition: box-shadow 0.3s ease;
  pointer-events: none; /* Prevents the pseudo-element from capturing mouse events */
  opacity: 0.75;
}

.drop-area:hover::after {
  box-shadow: inset 0 0 35px rgba(217, 211, 255, 0.7); /* Creates the vignette effect */
}

.drop-area:hover {
  box-shadow: 0px 0px 0px rgb(150, 134, 255);
  border-color: black;
  /* transform:  translateX(3px) translateY(4px); */

  background-color: rgba(91, 74, 197, 0.469);
  border: dotted 11px black; /* Increase border size on hover */
  transform: scale(1.01); /* Slightly scale up the drop area */
}

/* .drop-area:hover #drag-and-drop-text{
    font-size: 1.3em; 
  } */

.drag-hover {
  box-shadow: 0px 0px 0px rgb(150, 134, 255);
  border-color: black;
  /* transform:  translateX(3px) translateY(4px); */

  background-color: rgba(91, 74, 197, 0.469);
  border: dotted 11px black; /* Increase border size on hover */
  transform: scale(1.01); /* Slightly scale up the drop area */
}

.animation-container {
  position: relative;
  width: 100px;
  height: 100px;
  opacity: 0.8;
  top: -30px;
}

.arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: radial-gradient(
    circle at center,
    red 20%,
    transparent 20%,
    transparent 40%,
    red 40%,
    red 60%,
    transparent 60%,
    transparent 80%,
    red 80%
  );
  background-size: 200% 200%;
  animation: moveDown 3s linear infinite;
  z-index: -2;
}

@keyframes moveDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

.drop-area:hover .arrow {
  opacity: 0.15;
  z-index: -1;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 60vh; */
  /* margin: auto; */
  flex-direction: column;
  /* margin: -100px; */
  height: 720px;
}

.center-container {
  display: flex;
  /* justify-content: center;
    align-items: center; */
  /* height: 60vh; */
  /* margin: auto; */
  flex-direction: row;
  /* margin: -100px; */
}

@keyframes rotation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -200% -200%;
  }
}

.upload-container {
  position: relative;
  /* margin: -100px; */
  /* margin-top: -160px; */
  margin-left: auto;
  margin-right: auto;
}

.upload-container p {
  position: relative;

  position: relative;
  /* margin: -100px; */
  margin: 1rem auto auto;
}

.upload-button {
  position: relative;
  /* top: 246px; */

  color: rgb(0, 0, 0);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 0.72;
  box-shadow: 5px 5px 0px rgb(183 173 255);
  border: 1px solid black;
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Include transform in the transition */
  display: inline-block; /* or display: block; */
  opacity: 0.9;
  bottom: -12px;
}

.upload-button:hover {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
}

.image-preview img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  opacity: 0;
  z-index: 1; /* ensures the image is above other content */
  object-fit: cover;
}

.image-preview img[src] {
  opacity: 0.85;
}

#file-upload {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

dt {
  color: var(--gray);
}

dl {
  display: flex;
  flex-direction: column;
}

dt,
dd {
  display: inline-block;
  margin-right: 10px;
}

.label {
  color: var(--gray);
}

#loadingIcon {
  position: absolute;
  top: 40%;
  left: 50%;
}

.row {
  display: flex;
}

.colorSq {
  width: 15px;
  height: 15px;
  margin: 1px;
  display: inline-block;
}

/* p {
font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  margin: 10px 0;
} */

.dim-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(3px); /* Blur effect */
  z-index: 999;
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bubble {
  0%,
  50% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.loading-text {
  color: white;
  margin-top: 170px;
  animation: fadeIn 1s ease-in-out; /* Apply fade-in to the whole text */
}

.loading-text span {
  display: inline-block;
  animation: bubble 2.5s infinite; /* Apply bubble to each letter */
  animation-delay: calc(
    var(--index) * 0.1s
  ); /* Calculate delay based on index */
}

.loading-text span:nth-child(1) {
  animation-delay: 0s;
}
.loading-text span:nth-child(2) {
  animation-delay: 0.1s;
}
.loading-text span:nth-child(3) {
  animation-delay: 0.2s;
}
.loading-text span:nth-child(4) {
  animation-delay: 0.3s;
}
.loading-text span:nth-child(5) {
  animation-delay: 0.4s;
}
.loading-text span:nth-child(6) {
  animation-delay: 0.5s;
}
.loading-text span:nth-child(7) {
  animation-delay: 0.6s;
}
.loading-text span:nth-child(8) {
  animation-delay: 0.7s;
}
.loading-text span:nth-child(9) {
  animation-delay: 0.8s;
}
.loading-text span:nth-child(10) {
  animation-delay: 0.9s;
}

#downloadButton {
  display: none;
  box-shadow: none;
  border-color: rgb(180, 225, 225);
}

.book-container {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 4px;

  width: 90%;

  /* box-sizing: border-box; */
  overflow: hidden;
  /* transform: translate(25%, -0%); */
  /* opacity: 0;
  transition: opacity 1s ease-in; */
  /* border: 1px solid  var(--book-container-border); */

  gap: 20px;

  margin: 6px;
  width: 90%;

  box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
  /* transform: translate(25%, -0%); */

  border: 1px solid #2545b680;
}

.book-container-img {
  height: 60px;
  width: auto;
  /* top: 5px; */
  margin: 15px;
}

details[open] summary ~ * {
  animation: fadeIn 0.2s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

details[open] > summary {
  font-size: 25px; /* Larger size when open */
  font-weight: bold;
  padding: 22px;
  text-align: left;
}

.details-open {
  height: 200px;
}

/* this below is CSS for the bookcontainer info on mobile */
@media screen and (max-width: 768px) {
  /* Adjust based on your mobile breakpoint */
  .details-open {
    display: none;
  }

  .book-container {
    padding: 15px;
  }
}

#drag-and-drop-text {
  font-size: 20px;
}

#result-container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  flex-wrap: nowrap;
  width: 95%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* //test */

.footer {
  position: relative;
  left: 0;

  padding: 10px 0;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* Aligns content to both ends */
  align-items: center; /* Vertically centers the content */
  font-family: "Futura", sans-serif;
  margin: 15px;
  border-top: 1px solid #f1f0f0;
  box-sizing: unset;
}

.footer-title {
  font-weight: bold;
  box-sizing: unset;
}
.fab fa-instagram {
  box-sizing: unset;
}

.social-icon {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  font-family: "Futura", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  border-radius: 4px;
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 1px solid black;
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease;
  display: inline-block;
  width: 10px;
  height: 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  box-sizing: unset;
}

.social-icon:hover {
  box-shadow: 0px 0px 0px rgb(224, 125, 251);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
}

.footer-content {
  display: flex;
  flex-direction: column;
  box-sizing: unset;
}

.footer-title {
  font-weight: bold;
  margin-bottom: 8px;
  opacity: 0.7;
  font-size: small;
}

.footer-link {
  color: #000000;
  text-decoration: none;
  margin: 2px 0;
  text-align: left;
  opacity: 0.8;
  font-size: smaller;
}

.footer-link:hover {
  text-decoration: underline;
}

.social-links {
  padding-right: 10px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-bottom: -1px;
}

.social-links-contact {
  padding-right: 10px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  gap: 8px;

  padding-bottom: -1px;
}

.scroll-prompt {
  position: fixed;
  z-index: 998;
  bottom: -80px;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 160px;

  .scroll-prompt-arrow-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    animation-name: bounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  .scroll-prompt-arrow {
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
  }
  .scroll-prompt-arrow:last-child {
    animation-direction: reverse;
    margin-top: -6px;
  }
  .scroll-prompt-arrow > div {
    width: 36px;
    height: 36px;
    border-right: 8px solid #bebebe;
    border-bottom: 8px solid #bebebe;
    transform: rotate(45deg) translateZ(1px);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 0.1;
  }

  20% {
    opacity: 0.2;
  }

  30% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.5;
  }

  60% {
    opacity: 0.6;
  }

  70% {
    opacity: 0.7;
  }

  80% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.9;
  }

  100% {
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(3px);
  }

  20% {
    transform: translateY(6px);
  }

  30% {
    transform: translateY(9px);
  }

  40% {
    transform: translateY(12px);
  }

  50% {
    transform: translateY(15px);
  }

  60% {
    transform: translateY(18px);
  }

  70% {
    transform: translateY(21px);
  }

  80% {
    transform: translateY(24px);
  }

  90% {
    transform: translateY(27px);
  }

  100% {
    transform: translateY(30px);
  }
}

.cloud {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  margin: 2em auto;
  color: #e98686;
  background: #fff;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 50% 50% 0 0;
}

.cloud:before,
.cloud:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  background: inherit;
  border-width: 0.25em;
  border-style: solid;
}

.cloud:before {
  left: 80%;
  width: 60%;
  height: 60%;
  border-left: none;
  border-radius: 50% 50% 50% 0;
}

.cloud:after {
  right: 80%;
  width: 80%;
  height: 80%;
  border-right: none;
  border-radius: 50% 50% 0;
}

.anim-block {
  overflow: hidden;
  position: relative;
  display: block;
  width: 75%;
  height: 80%;
  margin: 0.5em auto;
  padding: 0 0 0 16px;
}

.anim-block:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 10;
}

.anim-block:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 10;
}

.drop-png {
  width: 25%;
  margin: auto;
}

.arrow-png {
  opacity: 0.85;
}

.arrow-png#top-left {
  z-index: 100;
  background: transparent;
  width: 30px;
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 3px;
}

.arrow-png#top-right {
  z-index: 100;
  background: transparent;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 3px;
}

.arrow-png#bottom-left {
  z-index: 100;
  background: transparent;
  width: 30px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 3px;
}

.arrow-png#bottom-right {
  z-index: 100;
  background: transparent;
  width: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 3px;
}

.mirrored {
  transform: scaleX(-1);
  background-color: #000000;
}

#top-right.mirrored {
  transform: scaleX(-1);
  background-color: #000000;
}

.book-item {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  opacity: 1;
  transform: scale(1);
  display: flex;
  justify-content: center;
}

.fade-out {
  opacity: 0;
  transform: scale(0.95); /* Slightly shrink for visual effect */
}

.portrait-logo {
  position: relative;
  /* top: 246px; */
  color: rgb(0, 0, 0);
  border-top-right-radius: 2px;
  box-sizing: border-box;
  /* padding: 10px 20px; */
  cursor: pointer;
  transition: background-color 0.3s ease;
  opacity: 0.8;
  box-shadow: 5px 5px 0px rgb(183 173 255);
  /* border: 1px solid black; */
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease;
  display: inline-block;
  /* bottom: -59px; */
  /* height: 733px; */
  height: 100%;
  margin-left: -543px;
  padding: 18px;
}

.portrait-logo:hover {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
}

.about-page-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
  width: 90%;
  /* box-sizing: border-box; */
  overflow: hidden;
  /* transform: translate(25%, -0%); */
  /* border: 1px solid var(--book-container-border); */
  gap: 20px;
  margin: 6px;
  width: 90%;
  box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
  /* transform: translate(25%, -0%); */
  border: 1px solid #2545b680;
  border-top: 25px solid rgb(147 170 244 / 45%);
  padding: 34px;
  color: #3f3f3f;

  background-image: radial-gradient(circle, #e692fc 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: -1000;
}

.information-container-about {
  display: flex;
  margin: 28px;
  flex-direction: row;
  position: relative;
  left: 11px;
}

.container-title {
  /* position: absolute; Position the title absolutely within the container */
  top: -10px; /* Adjust this value to move the title up into the border */
  left: 20px; /* Adjust based on desired horizontal position */
  background: white; /* Match the container's background or any desired color */
  padding: 0 10px; /* Add some padding around the text */
  /* Additional styling for the title */
  /* font-size: 1em; */
  color: #333;
}

.main-header {
  position: relative;
  z-index: 100;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 56px;
  background: rgba(145, 238, 228, 0.41);
  border-width: 25px;
  border-style: solid;
  border-color: rgb(149, 239, 229);
  border-image: initial;
}

.second-header {
  display: flex;
  position: relative;
  z-index: 100;
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 18px;
  background: #91eee469;
  border: 25px solid #95efe5;
}
.third-container {
  max-width: 100%;
  max-height: 100%;
  display: contents;
}

.photo-about {
  width: 300px;
  opacity: 0.94;
}

#subheading-about {
  margin: 0;
  /* width: 90%; */
  max-width: 20ch;
  color: #353535;

  opacity: 0.95;
  background-color: white;
}

#paul-henderson-about {
  font-size: 4em;
  font-weight: bold;
  background-color: white;

  color: #353535;
  opacity: 0.95;
  margin: auto;
}

.about-page-container-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 18px; */
  align-items: center;
  padding-top: 96px;
  padding-bottom: 92px;
  padding-right: 70px;
  border-top: 2px #3f3f3f solid;
  margin-top: 61px;
  border: 2px #7e7e7e solid;
  gap: 211px;
  border-radius: 5px;
  margin: 35px;
  background-image: radial-gradient(circle, #e692fc 1px, transparent 1px);
  background-size: 20px 20px;
}

.contact-page-name-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 18px; */
  align-items: center;
  padding-top: 96px;
  padding-bottom: 92px;
  padding-right: 70px;
  border-top: 2px #3f3f3f solid;
  margin-top: 61px;
  border: 2px #7e7e7e solid;
  gap: 211px;
  border-radius: 5px;
  margin: 33px;
  margin-bottom: 77px;
}

.contact-page-container-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 4px;
  /* box-sizing: border-box; */
  overflow: hidden;
  /* transform: translate(25%, -0%); */
  /* border: 1px solid var(--book-container-border); */
  gap: 20px;
  margin: 6px;
  width: 95%;
  box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
  /* transform: translate(25%, -0%); */
  border: 1px solid #2545b680;
  border-top: 25px solid rgb(255, 220, 155);
  padding: 34px;
  color: #3f3f3f;
  flex-direction: column;
}

.color-div-one {
  width: 315px;
  background-color: #93aaf4;
}

.color-div-two {
  width: 330px;
  background-color: #e592fb;
}

.name-and-title {
  /* border: 1px solid pink; */
  padding: 31px;
  border-radius: 6px;
  background-color: white;
  padding-right: 44px;
  margin-left: 18px;
}

.stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Ensure it covers the entire container */
  height: 100%; /* Adjust based on your design */
  z-index: -1; /* Positions it below the text */
}

.header-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid black;
  box-shadow: 5px 5px 0px rgb(145 154 238);

  border-radius: px;
}

.image-div {
  background-image: url(../assets/polka_dots.png);
  position: absolute;
  top: 100;

  left: 23px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1;
  /* padding-top: 10px; */
  background-size: cover;
  margin-top: 24px;
}

.contact-button {
  color: #000000;
  border: 1px solid black;

  box-shadow: 5px 5px 0px rgb(224, 125, 251);

  background-color: rgb(237, 239, 254);
}

.space {
  height: 100%;
  width: 33%;
}
#spineSpotter-photo {
  width: 57%;
  margin-bottom: 35px;
}

.contact-social-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 4px;
  /* box-sizing: border-box; */
  overflow: hidden;
  /* transform: translate(25%, -0%); */
  /* border: 1px solid var(--book-container-border); */
  gap: 20px;
  /* margin: 6px; */
  box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
  /* transform: translate(25%, -0%); */
  border: 1px solid #2545b680;
  border-top: 25px solid rgb(255, 220, 155);
  padding: 34px;
  color: #3f3f3f;
  margin-top: 38px;
  width: 100%;
}

/* .App-contact-page {
  display: flex;
} */

.contact-page-container-top-wrapper {
  display: flex;
  justify-content: center;
}

#graphic-design {
  border-width: 2px;
  border-color: #eceaea;
  border-style: solid;
  border-radius: 10px;
  transition: 1s ease;
  margin-top: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-radius: 4px;
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 2px solid black;
  cursor: pointer;
}

#graphic-design:hover {
  filter: invert(0.9);
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
}
#graphic-design-text {
  text-align: center;
}

#buildings-logo {
  height: 440px;
  animation: staticFadeIn 4s linear;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.web-design-container {
  align-items: center;
  border-radius: 4px;
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 1px solid black;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  display: flex;

  transition: 1s ease;
  margin-top: 5px;
  /* width: 400px; */
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.web-design-container:hover {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
  cursor: pointer;
}

.paragraph-hey {
  line-height: var(--medium-line-height);
  background-color: white;
}

.design-philosophy-paragraph {
  line-height: var(--medium-line-height);
  background-color: white;
}

.about-info-container {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

#designer-developer-text {
  color: #2c2c2cfa;
}
.container-for-portfolio-items {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#submit-button {
  width: 20%;
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 1px solid black;
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Include transform in the transition */
  background-color: rgb(200, 205, 243);
}

#submit-button:hover {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
  cursor: pointer;
  background-color: rgb(252 252 253);
}

#submit-wrapper {
  display: grid;
  place-items: center;
  padding: 20px;
}

.pink-box-shadow {
  box-shadow: 5px 5px 0px rgb(224, 125, 251);
  border: 1px solid black;
  transition: border-color 0.1s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Include transform in the transition */
  background-color: rgb(200, 205, 243);
}

.pink-box-shadow:focus {
  box-shadow: 0px 0px 0px rgb(171, 62, 62);
  border-color: transparent;
  transform: translateX(3px) translateY(4px);
  cursor: pointer;
  background-color: rgb(252 252 253);
}

.Image-2 {
  width: 50%;
}

.nuggie-paragraph {
  background-color: white;
}

.majorChords-paragraph {
  background-color: white;
}

.portfolio-photo {
  width: 50%;
  border-radius: 4px;
  opacity: 0.95;
}

#spinepotter-text {
  z-index: 1000;
  background-color: white;
}

#main-header-phone {
  display: none;
}

#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  border: none;
  border-radius: 0;
  display: block;
  width: 80%;
  padding: 20px;
  margin: 0;
}
#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
  font-size: 0.825rem;
  margin-bottom: 0.5rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: baseline;
  width: 80%;
  padding: 20px;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.75em 1rem;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  width: 80%;
  padding: 20px;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
  background-color: white;
  outline-style: solid;
  outline-width: thin;
  outline-color: gray;
  outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
  width: 100%;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
  outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
  margin-bottom: 0;
}
#fs-frm select {
  text-transform: none;
}

#fs-frm [type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  width: auto;
  margin: 0 0.5em 0 0 !important;
}

#fs-frm [type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
  width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
  width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
  margin-right: 3%;
}

/* Media query for iPhone devices */

@media only screen and (max-width: 440px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  .social-icon {
    box-sizing: unset;
  }

  #cat {
    font-size: 2.5rem;
  }

  .main-header {
    font-size: 28px;
    position: relative;
    z-index: 100;
    padding-top: 73px;
    padding-bottom: 27px;
    left: -2px;
    top: 66px;
    padding-left: 195px;
    background: #101010e8;
    color: #82828200;
    font-size: 45px;
    border: 25px solid #919bee;
    box-sizing: unset;
    overflow: unset;
    padding-left: 263px;
  }
  #main-header-phone {
    display: block;
    font-size: 45px;
    color: #96fff3;
    font-size: 45px;
    position: absolute;
    line-height: 1.1;
    color: #ff96e3;
    /* color: #e47eff; */
    top: 91px;
    left: 26px;
  }

  #designer-developer-text {
    font-size: 15px;
    font-size: 15px;
    position: absolute;
    top: 189px;
    color: aliceblue;
    left: 29px;
  }
  menu {
    list-style-type: none;
    box-sizing: border-box;
    padding: 8px;
    border-bottom: 1px solid #d8d8d88a;
    opacity: 0.93;
    gap: 0.2rem;
    color: #353535;
    margin-bottom: 15px;
    background: #8f92fbba;
    border-radius: 3px;
    background: #fffbff85;
    display: flex;
    justify-content: center;
  }

  nav {
    background-image: radial-gradient(circle, #e692fc 1px, transparent 1px);
  }

  .about-page-container-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 18px; */
    align-items: center;
    padding-top: 96px;
    padding-bottom: 92px;
    padding-right: 70px;
    border-top: 2px #3f3f3f solid;
    margin-top: 61px;
    border: 2px #7e7e7e solid;
    gap: 211px;
    border-radius: 5px;
    margin: 35px;
    background-image: radial-gradient(circle, #e692fc 1px, transparent 1px);
    background-size: 20px 20px;
    align-content: center;
  }
  .information-container {
    display: flex;
    margin: 28px;
    flex-direction: column;
  }
  .about-page-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    width: 90%;
    /* box-sizing: border-box; */
    overflow: hidden;
    /* transform: translate(25%, -0%); */
    /* border: 1px solid var(--book-container-border); */
    gap: 20px;
    margin: 6px;
    width: 90%;
    box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
    /* transform: translate(25%, -0%); */
    border: 1px solid #2545b680;
    border-top: 25px solid rgb(147 170 244 / 45%);
    padding: 34px;
    color: #3f3f3f;
    background-image: radial-gradient(circle, #e692fc 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: -1000;
    flex-direction: column;
  }
  #login-button {
    margin-left: unset;
    color: #353535;
  }
  .name-and-title {
    /* border: 1px solid pink; */
    /* box-sizing: border-box; */
    /* border-radius: 6px; */
    background-color: #ffffff00;
    position: relative;
    /* padding-right: 44px; */
    left: -19px;
    /* border: 1px solid pink; */
    /* box-sizing: border-box; */
    /* border-radius: 6px; */
    background-color: #ffffff00;
    /* padding-right: 44px; */
    /* margin-left: 18px; */
    padding-left: 47px;
    position: relative;
  }

  #paul-henderson-about {
    font-size: 2.5em;
    font-weight: bold;
    background-color: white;
    color: #353535;
    opacity: 0.95;
    margin: auto;
  }
  .color-div-two {
    width: 330px;
    background-color: #e592fb;
    margin-left: 69px;
    border-radius: 4px;
    position: relative;
    top: -61px;
  }
  #fs-frm [type="submit"],
  #fs-frm [type="reset"] {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding: 20px;
    padding-right: 70px;
  }

  .contact-social-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 4px;
    /* box-sizing: border-box; */
    overflow: hidden;
    /* transform: translate(25%, -0%); */
    /* border: 1px solid var(--book-container-border); */
    gap: 20px;
    /* margin: 6px; */
    width: 90%;
    box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
    /* transform: translate(25%, -0%); */
    border: 1px solid #2545b680;
    border-top: 25px solid rgb(255, 220, 155);
    padding: 34px;
    color: #3f3f3f;
    margin-top: 38px;
    flex-direction: column;
    width: 100%;
  }
  .contact-page-container-top {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    width: 90%;
    /* box-sizing: border-box; */
    overflow: hidden;
    /* transform: translate(25%, -0%); */
    /* border: 1px solid var(--book-container-border); */
    gap: 20px;
    margin: 6px;
    width: 90%;

    box-shadow: 6px 6px 0px rgb(1 38 224 / 40%);
    /* transform: translate(25%, -0%); */
    border: 1px solid #2545b680;
    border-top: 25px solid rgb(255, 220, 155);
    padding: 34px;
    color: #3f3f3f;
  }

  .name-and-title-about {
    padding-left: 87px;
  }

  .web-design-container {
    align-items: center;
    border-radius: 4px;
    box-shadow: 5px 5px 0px rgb(224, 125, 251);
    border: 1px solid black;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    display: flex;
    transition: 1s ease;
    margin-top: 5px;
    margin-bottom: 20px;
    /* width: 400px; */
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .Image-2 {
    width: 101%;
  }
  .portfolio-photo {
    width: 113%;
  }
  #name-and-title-graphic-design {
    padding-left: 146px;
  }
  .information-container-about {
    display: flex;
    margin: unset;
    flex-direction: column;
    position: relative;
    left: 11px;
  }

  #fs-frm fieldset {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    border: none;
    border-radius: 0;
    display: block;
    width: 80%;
    padding: 20px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-page-name-title {
    margin: 20px;
  }
  #web-design-portfolio-main {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
  }
  .container-for-portfolio-items {
    gap: 15px;
  }

  #name-title-portfolio-page-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -21px;
    gap: 20px;
  }
  #cat {
    top: 20px;
    line-height: 1.1;
  }
  #dog {
    position: relative;
    top: -19px;
  }
  #spineSpotter-photo {
    width: 98%;
    margin-bottom: 35px;
  }
  .telepathy-photo {
    position: relative;
    right: 19px;
    width: 111%;
  }
}
