body {
  margin: 0;
  height: 100dvh;
  display: flex;
  position: relative;
  flex-direction: column;
}

#overlay {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

html,
body {
  margin: 0;
  height: 100%;
}

/* Split background colors */
body::before,
body::after {
  content: "";
  position: fixed;
  height: 100%;
  top: 0;
  z-index: -1;
  filter: blur(2px);
}

body::before {
  background-color: #023047;
  width: 40vw;
  left: 0;
  font-family: "Anta", sans-serif;
}

body::after {
  background-color: #ff9424;
  width: 60vw;
  right: 0;
}

.container {
  margin-left: 0;
}

h1 {
  color: #023047;
}

.active {
  color: #023047;
}

.cont {
  position: relative;
  z-index: 1;
  bottom: 0;
  margin-top: 50px;
  margin-left: 250px;
  background-color: white;
  margin-right: 0;
  padding: 20px 0 0 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 100%;
}

.cont nav {
  width: 100%;
  height: 100px;
  font-size: 1.75rem;
}

.on-top {
  z-index: 100;
}

.content {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.content h1,
p {
  padding: 30px 10px;
}

p {
  font-size: 1.5rem;
}

#achievements ul li,
#career-history ul li,
#hobbies ul li {
  font-size: 1.25rem;
}

.text,
.contact,
.skills {
  max-width: 900px;
}

.picture img {
  border-radius: 100%;
  max-height: 250px;
}

.contact a {
  color: black;
}

.contact a:hover {
  color: blue;
}

.education {
  font-size: 1.25rem;
}

.education,
.completion {
  padding: 10px;
  font-weight: 800;
  font-size: 1.25rem;
}

.skills-cell {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.skills-cell p {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000000a6;
  margin-bottom: 0;
}

.skills-cell img {
  height: 2.5rem;
}
.completion {
  margin-top: 10px;
}

.education img {
  width: 2rem;
  margin: 10px 10px 10px 0;
}

svg {
  height: 2.5rem;
}

.navbar-expand-lg .bg-white {
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .text h1 {
    text-align: center;
  }
  .picture {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  p {
    font-size: 1.25rem;
  }
  .education-container .row:not(:first-child) .education {
    border-top: 1px solid #00000022;
    border-radius: 0px;
  }

  .cont {
    margin-top: 50px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1000px) {
  .cont {
    margin-top: 50px;
    margin-left: 120px;
  }
}

@media screen and (max-width: 400px) {
  .picture img {
    border-radius: 100%;
    max-height: 200px;
  }
  p {
    font-size: 1rem;
  }
  .text h1 {
    font-size: 1.5rem;
  }
}

.link-to-sections {
  padding: 10px;
  font-size: 1.25rem;
}

.project img {
  height: 20rem;
  border-radius: 15px;
}
