* {
  box-sizing: border-box;
}
:root {
  /*rgb values used here so that opacity can be easily added*/
  ---main-dark: 62, 53, 56;
  ---darker-dark: 27, 24, 24;
  ---main-light: 253, 253, 241;
  ---header-font: "Playfair Display", serif;
  ---body-font: "Poppins", sans-serif;
  
}
body {
  color: rgb(rgb(var(---main-dark)));
  background-color: rgb(var(---main-light));
  font-family: var(---header-font);
  font-weight: 400;
  overflow-x: hidden;
  width: 100vw;
}

.header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.header-text {
  max-width: 1500px;
  width: 100vw;
  padding: 50px;
  padding-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%,500px), 1fr));
  justify-items: center;
}
.header-skillz {
  display: grid;
  grid-template-columns: 130px 130px;
  row-gap: .5rem;
}
.header-skillz-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}
.alligatorImage {
  width: 100%;
}

h1 {
  font-size: calc(1.5rem + 2vw);
  font-weight: 400;
  margin: 0;
}

h2 {
  font-size: calc(0.7rem + 1vw);
  font-weight: 400;
}

.website-main-section {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .website-main-section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
}

.section-header-container {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.section-header-img {
  width: 100px;
  grid-area: 1 / 1 / 1 / 1;
  z-index: -2;
}
.section-header-text {
  z-index: 2;
  grid-area: 1 / 1 / 1 / 1;
  font-size: calc(1.2rem + 2vw);
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.work-history-container {
  display: grid;
  max-width: 1000px;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(min(100%,300px), 1fr));
  grid-gap: 3rem;
  margin-bottom: 6rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.work-history-divider {
  height: 1px;
  width: 90%;
  background-color: black;
  margin-bottom: 1rem;
  margin-top: 1rem;

}
.work-history-header-one {
  font-weight: bold;
  font-size: calc(1.2rem + 1vw);
  margin: 0;
}
.work-history-header-two {
  font-family: var(---body-font);
  font-weight: bold;
  font-size: calc(1rem);
  margin: 0;
  width: max-content;
}
.work-history-body-text {
  font-family: var(---body-font);
  font-size: 1rem;
  margin: 0;
}

.project-container {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  column-gap: 6rem;
  row-gap: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.project-item-header-container {
  display: grid;
  justify-content: center;
}
.project-item-header-text {
  font-weight: 400;
  font-size: calc(2rem + 1vw);
  text-align: left;
}
.project-item-header-overlay-skills {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  z-index: 5;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(var(---main-dark));
}

.project-item-header-overlay-skills img {
  width: 2rem;
  height: 2rem;
}
.project-item-header-overlay-link {
  text-align: center;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  text-decoration: none;
  width: 80%;
  height: min-content;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  align-self: center;
  justify-self: center;
  border: 3px solid rgb(var(---main-dark));
  color: rgb(var(---main-dark));
  background-color: rgb(var(---main-light));
  box-shadow: 4px 3px rgba(0, 0, 0, 0.8);
}
@media (hover: none) {
  .project-item-header-overlay-skills {
    grid-column: 1 / 3;
  }
  .project-item-header-overlay-container {
    display: grid;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    justify-content: stretch;
    color: var(---main-dark);
  }
  .project-item-header-overlay-link {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    border-radius: 5px;
    border: 3px solid rgb(var(---main-dark));
    color: rgb(var(---main-dark));
    background-color: rgb(var(---main-light));
    box-shadow: 4px 3px rgba(0, 0, 0, 0.8);
  }
  .project-item-header-overlay-link:hover {
    background-color: rgb(var(---main-dark));
    color: rgb(var(---main-light));
  }
}
@media (hover: hover) {
  .project-item-header-overlay-container {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 25% 75%;
    width: 100%;
    justify-content: stretch;
    color: var(---main-dark);
  }
  .project-item-header-overlay-container:hover
    .project-item-header-overlay-link {
    display: flex;
  }
  .project-item-header-overlay-container:hover
    .project-item-header-overlay-skills {
    display: flex;
  }
  .project-item-header-overlay-link:hover {
    background-color: rgba(var(---main-dark), 0.8);
    color: rgba(var(---main-light), 1);
  }
  .project-item-header-overlay-container:hover .project-item-header-img {
    filter: blur(10px);
  }
  .project-item-header-img:hover {
    background-color: rgb(var(---main-light), 0.9);
    color: rgb(var(---main-dark));
  }
  .project-item-header-overlay-skills {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
    display: none;
  }
  .project-item-header-overlay-link {
    display: none;
  }
  .left {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
  }
  .right {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
  }
  .single {
  }
}

.project-item-container {
  display: grid;
  width: 100%;
  grid-column-gap: 1rem;
}
.project-item-header-img {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(---body-font);
  grid-area: 1 / 1 / 3 / 3;
  border: 2px solid rgb(var(---main-dark));
  border-radius: 5px;
}
.project-item-body-text {
  font-size: 1.2rem;
  align-self: start;
  height: 450px;
  font-family: var(---body-font);
}
#flowerCanvasContainer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
canvas {
  opacity: 0.2;
}

.about-container {
  position: block;
  width: 100%;
  background-image: url("./assets/images/FooterFish.png");
  background-size: cover;
  background-color: rgb(var(---main-dark));
  padding-bottom: 100px;
  padding-top: 100px;
  overflow: hidden;
  margin: 0;
}


.about-container-inner {
  background-color: rgba(var(---main-dark), 0.5);
  color: rgb(var(---main-light));
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 2rem;
  font-family: var(---body-font);
  width: 100%;
  overflow: hidden;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.about-container-img {
  width: 100%;
}

.footer {
  background-color: rgb(var(---darker-dark));
  color: rgb(var(---main-light));
  font-size: calc(1rem + 1vw);
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 3rem;
  justify-items: stretch;
  position: relative;
  text-align: center;
}
.footer img {
  width: 5rem;
}
