:root {
  --ws-bgcolor: black;
  --ws-light-grey-text: rgba(211, 211, 211, 0.914);
  --ws-feedbgcolor: rgba(128, 128, 128, 0.486);
}
.header__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  height: 4rem;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
.header__title {
  font-size: 2rem;
  font-weight: 200;
  padding-left: 1em;
}
.header__nav a {
  padding-right: 1em;
  display: inline;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 2rem;
  /* color: white; */
}
.content__box-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 4em 0em 5em 0em;
  box-shadow: 0px 0px 15px 0px lightgrey;
  /* border: 4px solid red; */
}
.content__intro-image {
  /* height: 100%; */
}
.content__intro-description-box {
  /* border: 2px solid black; */
  /* background-color: var(--ws-feedbgcolor); */
  padding-left: 5em;
}
.content__intro-description-title h1 {
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  font-size: 5em;
  /* padding: 0.2em; */
}
.content__intro-description-title h3 {
  font-family: Helvetica, Arial, sans-serif;
  padding: 1em 0 0.4em 0;
  font-size: 2em;
}
.content__title-line {
  border: 2px solid white;
  display: block;
  width: 25em;
}
.content__intro-description-text {
  font-family: "Courier New", Courier, monospace;
  padding: 2em 4em 2em 0;
  font-size: 1.5em;
}
.content__intro-description-links {
  display: flex;
}
.content__explore-button {
  color: black;
  font-size: 1rem;
  padding: 1em;
  border-radius: 10%;
  border: 2px solid white;
  background: var(--ws-feedbgcolor);
  text-decoration: none;
}
.content__intro-video {
  display: flex;
  align-items: center;
  margin-left: 3em;
  font-family: Arial, Helvetica, sans-serif;
  /* border: 3px solid yellow; */
}
.content__intro-video i {
  margin: 0.3em;
}
.content__into-video p {
  margin-left: 1rem;
  border: 3px solid red;
}
.content__page-tag {
  display: flex;
  justify-content: right;
  align-items: end;
  padding-right: 1em;
  /* position: absolute; */
  right: 1.1em;
  bottom: 1rem;
  color: black;

  /* position: absolute;
  bottom: 0em;
  right: 0em; */
}
.content__mid2 {
  /* border: 2px solid green; */
  margin: 5em;
}
.content__mid2 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em;
  font-size: 5em;
  font-weight: 600;
}
.content__mid2cards {
  display: flex;
  border-radius: 1%;
  justify-content: space-evenly;
}
.content__mid2card {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 3px solid blue;
  width: auto;
  height: 250px;
  width: 250px;
  font-size: 15em;
  border-radius: 50%;
  box-shadow: 0 0 5px 8px lightgrey;
}

.content__mid {
  background-color: var(--ws-feedbgcolor);
  padding: 2em 0em 3em 0em;
  font-size: 2rem;
}
.content__midbox {
  padding: 1em;
  display: flex;
  align-items: center;
}
.content__mid-title {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 600;
  border-bottom: 5px solid white;
}
.content__mid-left {
  padding: 2em;
  width: 100%;
  border: 2px solid yellow;
  background-color: var(--ws-bgcolor);
  color: white;
}

.content__mid-summary {
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 2em;
}
.content__parasplit {
  display: flex;
  align-items: center;
}
.content__mid-aboutme {
  display: inline-block;
  font-size: 1em;
  border: 2px solid red;
  overflow: auto;
  width: 49%;
  flex-wrap: wrap;
}
.content__mid-portfolio {
  display: inline-block;
  align-items: right;
  overflow: auto;
  width: 49%;
  border: 2px solid green;
}
.content__projectbox {
  border: 2px solid black;
}
.content__projectbox h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: 600;
}
.content__projectcards {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.content__projectcards h3 {
  font-size: 2em;
  border-bottom: 2px solid black;
}
.content__projectcard {
  margin: 1em;
  border: 2px solid red;
  height: 250px;
  width: 250px;
}
.content__wsbox {
  max-width: 50%;
  height: 100%;
}
.wscards {
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}
.content__blogbox {
  max-width: 50%;
  height: 100%;
}
.blogcards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.blog__preview {
  width: 100%;
  max-width: 600px;
  height: 100%;
  overflow: hidden;
}
.iframe-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-indent: -9999px;
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ws-feedbgcolor);
  width: 100%;
  height: 5rem;
}
.footer__content-card {
  display: inline;
}
.footer__content-card h1 {
  font-size: 2rem;
  font-weight: 300;
}
.footer__links {
  display: flex;
  font-size: 3em;
  justify-content: space-between;
}

@media only screen and (max-width: 1080px) {
  body {
    max-width: 100%;

    /* overflow: none; */
    padding: 0;
    margin: 0;
  }
  .header__nav {
    display: none;
  }
  .header__box {
    max-width: 100%;
    width: 95%;

    padding: 1em;
    margin: 0;
  }
  .header__box fa-solid fa-bars {
    font-size: 5em;
    color: red;
    /* padding: 1em; */
    margin: 0;
    /* max-width: 419px; */
  }
  .header__title {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .content__box-intro {
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    margin: 5em 0 5em 0;
  }

  .content__intro-image img {
    max-width: 100%;
    width: 80%;
    margin: 0;
    /* margin-bottom: 2em; */
  }
  .content__intro-description-box {
    max-width: 100%;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 0 1em 0 1em;
  }
  .content__intro-description-title {
    margin: 0;
    padding: 0;
  }
  .content__intro-description-title h3 {
    padding-top: 0.5em;
  }
  .content__intro-description-title h1 {
    font-size: 3em;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    padding: 0 0 0.3em 0.1em;
  }
  .content__intro-description-text {
    display: none;
  }
  .content__intro-video i {
    margin: 0.3em;
  }
  .content__page-tag p {
    display: none;
  }

  .content__mid {
    max-width: 100%;
    width: 100%;
    scroll-margin-top: 4em;
    padding: 0;
  }
  .content__mid-title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content__mid-left {
    width: 100vw;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
  }

  .content__mid-rightimg {
    max-width: 100%;
    width: 90%;
  }
  .content__midbox {
    max-width: 100%;
    width: 90%;
    padding: 0;
    margin: 0;
  }
  .content__mid2 {
    max-width: 100%;
  }
  .content__mid2cards {
    max-width: 100%;
    width: 90%;
    margin: 5em 0em 17em 1em;
    padding: 2em;
    font-size: 0.2em;
  }
  .content__mid2 i {
    border: 14px solid red;
  }
  .content__parasplit {
    border: none;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding-bottom: 2em;
  }
  .content__mid-aboutme {
    /* width: 50vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-left: 1em;
  }
  .content__mid-portfolio {
    /* width: 50%; */
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-left: 3px solid white;
    /* padding-left: 2em; */
  }
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ws-bgcolor);
    color: var(--ws-light-grey-text);
    width: 100%;
    height: 5rem;
    margin: 0;
  }
  .footer__content-card h1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer__links a {
    padding: 0 0.5em 0 0.5em;
  }
}
