body {
  -webkit-font-smoothing: antialiased;
  color: var(--dark-color);
  background: url("inverted-bghexagons.04c0c120.jpeg") top / cover fixed;
  margin: 0;
  font-family: articulat-cf, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  display: grid;
}

@media only screen and (max-width: 769px) {
  body {
    -webkit-font-smoothing: antialiased;
    color: var(--dark-color);
    background-attachment: fixed;
    font-family: articulat-cf, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    transition: all 1s;
    display: grid;
  }
}

.about__leadwrapper {
  width: 100vw;
  height: 35vh;
  position: absolute;
  top: -8px;
  left: -8px;
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  .about__leadwrapper {
    width: 100vw;
    height: 35vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}

.polygon-background-overlay {
  opacity: .4;
  z-index: -1;
  mix-blend-mode: hard-light;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10px;
  left: -10px;
  overflow: hidden;
}

.polygon-background-overlay svg g path[fill]:nth-of-type(3n+1) {
  fill: var(--wisteria);
}

.polygon-background-overlay svg g path[fill]:nth-of-type(3n+2) {
  fill: var(--thistle);
}

.polygon-background-overlay svg g path[fill]:nth-of-type(3n) {
  fill: var(--blue-munsell);
}

.polygon-background-overlay svg g path[stroke] {
  stroke: var(--thistle);
}

.polygon-background-overlay svg g[stroke] {
  stroke: width 5px;
}

.aboutus__leadtext {
  z-index: 9;
  color: #fff;
  text-align: center;
  grid-area: 1 / 1 / 1 / 1;
  align-items: center;
  font-size: 2em;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .aboutus__leadtext {
    z-index: 9;
    color: #fff;
    text-align: center;
    grid-area: 1 / 1 / 1 / 1;
    align-items: center;
    font-size: 2em;
    display: grid;
    position: relative;
  }
}

.aboutcic__leadtext {
  z-index: 9;
  color: #fff;
  text-align: center;
  grid-area: 1 / 3 / 1 / 3;
  align-items: center;
  font-size: 2em;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .aboutcic__leadtext {
    z-index: 9;
    color: #fff;
    text-align: center;
    grid-area: 3 / 1 / 3 / 1;
    align-items: center;
    font-size: 2em;
    display: grid;
    position: relative;
  }
}

.aboutlogo__leadtext {
  z-index: 9;
  color: #fff;
  text-align: center;
  grid-area: 1 / 2 / 1 / 2;
  align-items: center;
  font-size: 6em;
  text-decoration: none;
  display: grid;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .aboutlogo__leadtext {
    z-index: 9;
    color: #fff;
    text-align: center;
    grid-area: 2 / 1 / 2 / 1;
    align-items: center;
    font-size: 4em;
    text-decoration: none;
    display: grid;
    position: relative;
  }
}

.about__glass--btn {
  grid-area: 2 / 2 / 2 / 2;
  display: grid;
}

@media only screen and (max-width: 769px) {
  .about__glass--btn {
    grid-area: 4 / 1 / 4 / 1;
    display: grid;
  }
}

.main__content--wrapper {
  grid-row-gap: 8vw;
  align-items: center;
  width: 84vw;
  padding: 8vw;
  display: grid;
}

@media only screen and (min-width: 1800px) {
  .main__content--wrapper {
    padding: 8vw;
  }
}

.about-first-paragraph-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff40;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 5%;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000001a;
}

.about--code--img {
  background-image: url("code-paintsplash-b-and-w.a415f688.png");
  background-position: center;
  background-image: cover;
  z-index: 0;
  background-size: 100% 100%;
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
  width: 250px;
  height: 250px;
  display: grid;
  transform: translateY(-70px);
}

@media only screen and (max-width: 769px) {
  .about--code--img {
    width: 180px;
    height: 180px;
    transform: translateY(-35px);
  }
}

.about--first--pg--title {
  color: #333030;
  text-align: center;
  z-index: 1;
  grid-area: 1 / 1 / 2 / 3;
  font-size: 2rem;
  font-weight: 600;
}

.about-first-paragraph {
  text-align: center;
  z-index: 3;
  color: #333030;
  grid-area: 2 / 1 / 3 / 3;
  padding: 2%;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .about-first-paragraph {
    text-align: center;
  }
}

.about-second-paragraph-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff40;
  border: 2px solid #a9a9a94d;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 5%;
  display: grid;
  box-shadow: 0 4px 30px #0000001a;
}

.about-second-paragraph {
  text-align: center;
  z-index: 3;
  color: #333030;
  grid-area: 1 / 1 / 2 / 3;
  padding: 2%;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .about-second-paragraph {
    text-align: center;
  }
}

.about-third-paragraph-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff40;
  border: 2px solid #a9a9a94d;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding: 5%;
  display: grid;
  box-shadow: 0 4px 30px #0000001a;
}

.about-third-paragraph {
  text-align: center;
  z-index: 3;
  color: #333030;
  grid-area: 1 / 1 / 2 / 3;
  padding: 2%;
  font-size: 1.5rem;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .about-third-paragraph {
    text-align: center;
  }
}

.a--cc--button {
  white-space: nowrap;
  cursor: pointer;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 6px;
  margin: .25rem;
  padding: .25rem .5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.a--cc--button--atag--contact {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: right;
  padding: 20px 40px;
  text-decoration: none;
  display: grid;
}

@media only screen and (max-width: 769px) {
  .a--cc--button--atag--contact {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
    padding: 10px;
  }
}

.a--cc--button--atag--portfolio {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: left;
  padding: 20px 40px;
  text-decoration: none;
  display: grid;
}

@media only screen and (max-width: 769px) {
  .a--cc--button--atag--portfolio {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
    padding: 10px;
  }
}

.a--cc--contact--button {
  background: #af98d533;
  border: 1px solid #af98d54d;
}

.a--cc--contact--button:hover {
  background: #af98d580;
  transition: all .7s ease-in-out;
}

.a--cc--portfolio--button {
  background: #d62b7233;
  border: 1px solid #d62b724d;
}

.a--cc--portfolio--button:hover {
  background: #d62b7280;
  transition: all .7s ease-in-out;
}

