body {
  margin: 0%;
  overflow-x: hidden;
}

.content {
  width: 100%;
  height: 100vh;
  font-family: "Archivo", sans-serif;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: 8% 1fr 50% 1fr;
}

.top-section {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  height: 10.5vh;
  grid-column: 1 / span2;
  grid-row-start: 1;
  background-color: white;
}

.menu-icon,
.mobile-menu {
  display: none;
}

nav {
  transform: rotate(270deg);
  margin-top: -8%;
  margin-right: 17%;
  width: 8%;
  height: 40vh;
}

a {
  text-decoration: none;
}

.nav-links {
  color: rgb(0, 0, 0);
  margin-top: 50%;
  transform: rotate(45deg);
}

.nav-links:hover {
  color: rgb(118, 118, 118);
}

#uiux {
  color: rgb(118, 118, 118);
}

.socials {
  display: flex;
  justify-content: space-evenly;
  width: 10%;
  height: 10vh;
  margin-left: 10%;
  margin-top: 0%;
}

.linkedin {
  width: 25%;
  margin-top: 0%;
  cursor: pointer;
}

.github {
  margin-top: 20%;
  margin-left: -10%;
  cursor: pointer;
  color: #cd6e29;
}

.uiux-imgs {
  height: 100%;
  width: 100%;
  grid-column: 1 / span16;
  grid-row-start: 2;
}

#UIUXOrange {
  margin-left: -3%;
  margin-top: 0%;
}

#UIUXBlue {
  margin-left: 3%;
  margin-top: 0%;
}

#fluxacademy {
  margin-top: 35%;
  grid-area: 3/2/3/6;
}

#frontendmasters {
  margin-top: 35%;
  grid-area: 3/7/3/11;
}

#books {
  margin-top: 35%;
  grid-area: 3/12/3/16;
}

.page-titles {
  font-size: 16px;
  color: black;
}

li {
  font-size: 14px;
  letter-spacing: 1.68px;
  margin-left: -12%;
  margin-top: 5%;
}

.authors {
  margin-top: 1.2%;
  list-style-type: none;
}

.uiux-content {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / span16;
  grid-row-start: 4;
}

.uiux-projects {
  display: flex;
  justify-content: end;
  width: 50%;
  cursor: pointer;
  background-color: #a8bde48b;
}

.project-imgs {
  margin: auto;
  width: 35%;
}

.uiux-project-descriptions {
  width: 50%;
}

p {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1.68px;
}

.features-title {
  font-size: 16px;
}
