: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: 25em 0em 25em 0em;
  /* 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__mid {
  background-color: var(--ws-feedbgcolor);
  padding: 20em 0em 20em 0em;
}
.content__midbox {
  padding: 7em;
  display: flex;
  align-items: center;
}
.content__mid-left {
  margin-right: 3em;
  width: 100%;
  border: 2px solid yellow;
  background-color: var(--ws-bgcolor);
  color: white;
  box-shadow: 2 3 3 4;
}
.content__mid-title {
  font-size: 3rem;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 1em;
  font-weight: 500;
  border-bottom: 2px solid white;
}
.content__mid-summary {
  font-size: 1em;
  font-family: "Courier New", Courier, monospace;
  margin-bottom: 2em;
}
.content__parasplit {
}
.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__mid2 {
  border: 2px solid green;
}
.content__mid2cards {
  border: 3px solid black;
  background-color: var(--ws-feedbgcolor);
  display: flex;
  border-radius: 20%;
  justify-content: space-evenly;
  box-shadow: 3px 2px 1px 1px;
  margin: 1em;
}
.content__mid2card-left {
  overflow: hidden;
  border: 3px solid blue;
  width: auto;
  font-size: 15em;
  border-radius: 15%;
}
.content__mid2card-right {
  border: 3px solid orange;
  width: auto;
  border-radius: 15%;
  overflow: hidden;
  font-size: 15em;
}

.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) {
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: purple;
    width: 100%;
    height: 5rem;
  }
}
@media only screen and (max-width: 895px) {
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    width: 100%;
    height: 5rem;
  }
}
@media only screen and (max-width: 420px) {
  .footer__content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: green;
    width: 100%;
    height: 5rem;
  }
}
