body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Alfa Slab One", cursive;
  background-color: black;
}

a {
  text-decoration: none;
}

.full-page {
  height: 88vh;
  width: 85vw;
  border: solid;
  border-width: 6vh 5vw;
  border-left-width: 10vw;
  background-color: black;
}

#home-page {
  display: flex;
  font-size: 0;
}

#left-block,
#right-block {
  height: 88vh;
  width: 42.5vw;
}

#left-block {
  background-color: rgb(44, 44, 44);
  display: flex;
  justify-content: center;
}

#sidebar {
  color: white;
  font-size: 4vh;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  user-select: none;
  position: absolute;
  bottom: 6vh;
  left: 2vw;
}

#logo {
  font-size: 8vmin;
  color: white;
  position: absolute;
  user-select: none;
  top: 3.5vh;
  left: 2.75%;
}

#name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 8vw;
  color: white;
  width: 45vw;
  font-variant: small-caps;
  margin: 5vh 2vw;
  text-shadow: 10px 10px black;
}

#right-block {
  display: flex;
  flex-direction: column;
  font-size: 0;
}

img {
  width: 42.5vw;
  height: 20vh;
}

#right-bottom {
  background-color: rgb(202, 178, 97);
  height: 68vh;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 90%;
  height: 25%;
  padding-right: 1vw;
  padding-left: 1vw;
  overflow: hidden;
  font-size: 1.5vh;
  color: white;
}

.info-box-wide {
  width: 96%;
  height: 48%;
  text-align: center;
}

.info-box-title {
  font-size: 4vh;
  min-width: fit-content;
  text-shadow: 2px 2px rgb(121, 106, 58);
}

.info-box-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-box-header-wide {
  display: flex;
  justify-content: space-around;
}

.info-box-body {
  display: none;
}

.info-box a {
  color: white;
}

#photo {
  background-color: rgb(22, 72, 77);
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
  width: 20vw;
  height: 20vw;
  float: right;
  shape-outside: polygon(
    20% 0%,
    80% 0%,
    100% 20%,
    100% 80%,
    80% 100%,
    20% 100%,
    0% 80%,
    0% 20%
  );
  margin-right: 1vw;
  background: url(AF.jpg);
  background-position: 60% 70%;
  background-size: cover;
}

.header {
  background: linear-gradient(
    110deg,
    rgb(202, 178, 97) 50vw,
    rgb(44, 44, 44) 50vw
  );
  margin: -1px;
}

.title {
  font-family: "Oswald", sans-serif;
  font-variant: small-caps;
  font-size: 10vmin;
  margin-left: 10vw;
  margin-bottom: 2vh;
}

.full-subpage {
  margin-top: 3vh;
}

.subpage {
  font-family: "Josefin Sans", sans-serif;
  font-variant: small-caps;
  font-size: 2.7vmin;
  margin-left: 4vmin;
  margin-right: 2vmin;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-subpage {
  font-family: "Josefin Sans", sans-serif;
  font-variant: small-caps;
  font-size: 2vmin;
  margin-left: 4vmin;
  margin-right: 2vmin;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#slug,
#technologies {
  margin-top: 2vh;
}

#qualities li, #portfolio-list {
  list-style-type: "⬩";
  padding-inline-start: 1ch;
}

#connect {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin-top: 20vh;
  padding-left: 0;
}

.logo-plus-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4vmin;
}

.logo-plus-text div:hover {
  color: rgb(202, 178, 97);
}

.logo-text {
  color: black;
}

#about-me-page img {
  margin-bottom: 1vh;
}

.connect-logo {
  max-width: 15vmin;
  height: auto;
}

@media only screen and (max-width: 700px) {
  .info-box-title {
    font-size: 2vh;
  }

  #connect {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 75vh;
    list-style: none;
    margin-top: 0;
  }
}

nav {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  width: 80vw;
  position: absolute;
  left: 12.5vw;
  top: 2vh;
  font-size: 3vmin;
}

nav a {
  color: white;
}

nav a:hover {
  color: rgb(202, 178, 97);
}

#resume {
  margin-top: 2vh;
  font-size: 110%;
}

#resume a {
  color: white;
}

#resume a:hover {
  color: rgb(202, 178, 97);
}

.portfolio-item-title {
  font-weight: bold;
  color: white;
  font-size: 125%;
}

.portfolio-item-title:hover {
  color: rgb(202, 178, 97);
}

#portfolio-list li {
  margin-top: 0.5vh;
}
