.active {
  background-color: #50878f;
  font-size: 2rem;
  /* padding-left: .5rem;
  padding-right: .5rem; */
  font-family: "Noto Sans Symbols", sans-serif;
  color: rgb(255, 255, 255);
  /* outline-style: none; */
  font-weight: 300;
}

body {
  background-image: url("/images/paradox.jpeg");
  margin: 0.5rem;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1.25;
}

#cv-body {
  background-color: white;
  background-image: none;
  font-size: 1.5rem;
}

.about-this-site {
  background-image: url("/images/paradox_transparent.png");
}

header {
  font-size: 4rem;
  align-content: left;

  color: #7586cc;
  font-family: "Cormorant Garamond", serif;
  background-color: #e5eafd;
  color: #7586cc;
  margin: 4rem 0 0 0;
  text-align: center;
  padding-bottom: 1rem;
}

.header-for-cv-section {
  font-size: 3rem;
  margin-top: 2rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center;
  border-style: none;
  padding-bottom: 0;
}

.downloadlink {
  color: #7586cc;
}

a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover {
  color: #72cc7e;
}

[class*="home-button"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  color: white;
  font-family: "Noto Sans Symbols Light", sans-serif;
}

.home-button:visited,
.home-button:hover {
  color: white;
  font-family: "Noto Sans Symbols Light", sans-serif;
}

.home:hover {
  color: white;
}

nav.navbar {
  background-color: #72b9cc;
  position: fixed;
  /* Set the navbar to fixed position */
  top: 0;
  /* Position the navbar at the top of the page */
  width: 100%;
  /* Full width */
  margin: 0;
  padding: 0;
}

[class*="main"] {
  border-radius: 0;
  padding: 0.5rem;
  text-align: center;
  font-family: "Noto Sans Symbols Light", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: black;
}

.main-for-cv {
  margin-top: 3.7rem;
}

[class*="flex-container"] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: #72b9cc;
  font-size: 2rem;
  border-style: none;
  outline-style: none;
  margin: 0;
  flex: 1;
}

#current-projects,
#recent-projects {
  background-color: #72b9ccf1;
}

.flex-container-smalltext {
  align-items: center;
  color: white;
  gap: 4rem;
  line-height: 1.85rem;
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-top: 1rem;
  background-color: #508f58;
  font-family: "Noto Sans Symbols Medium", sans-serif;
  font-style: italic;
}

.flex-container-vert-cv {
  flex-direction: column;
  background-color: white;
  color: black;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5rem;
  font-family: "Noto Sans Symbols Light", sans-serif;
}

.flex-container-vert-projects {
  flex-direction: column;
  background-color: white;
  margin: 0.5rem;
  block-size: fit-content;
}

.flex-container-vert-projects:hover {
  box-shadow: 0 0 2.5rem white;
}

.flex-container-home {
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  flex-direction: column;
  border-radius: 0.5rem;
  justify-content: space-between;
  border-style: none;
  text-align: center;
  line-height: inherit;
  padding: 0.5rem;
  font-family: "Noto Sans Symbols Light", sans-serif;
}

.flex-container-cv-contents {
  background-color: white;
}

.menu-item,
button {
  background-color: #72b9cc;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 2rem;
  border-style: none;
  font-family: "Noto Sans Symbols Medium", sans-serif;
  color: white;
  outline: none;
  outline-style: none;
  align-content: center;
}

.button-small {
  background-color: #72b9cc;
  font-size: 1.15rem;
  color: black;
  width: 30%;
  align-self: center;
  transition-duration: 1s;
  border-radius: 50%;
  padding: 0.4rem;
}

.button-small:hover {
  background-color: #72cc7e;
}

/* Dropdown Button */
.dropbtn {
  background-color: #72b9cc;
  color: white;
  font-family: "Noto Sans Symbols", sans-serif;
  font-size: 2rem;
  border-radius: 0.5rem;
  border-style: none;
  outline: none;
  outline-style: none;
  font-weight: 300;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  font-family: "Noto Sans Symbols", sans-serif;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-weight: 300;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #50878f;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #50878f;
  border-radius: 0;
}

.cv-link:visited {
  color: #72cc7e;
}

.cv-link:hover {
  color: #cbeed0;
}

#nightingale {
  position: absolute;
  bottom: 0;
  right: 0;
}

#nightingale:hover {
  transform: scale(10);
  position: absolute;
  right: 50px;
  bottom: 15px;
}

#meipic:hover {
  transition-duration: 0.5s;
  box-shadow: 0 0 1rem black;
}

.project {
  display: block;
  color: black;
  border-style: none;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0.5rem;
  padding: 0.5rem;
}

#kmm-proof {
  height: 15rem;
}

#meipic {
  width: 20%;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  opacity: 1;
}

#question {
  margin-top: 0;
  margin-bottom: 0.5;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 1);
}

#about-me,
#my-name,
.contact-me {
  background-color: rgba(255, 255, 255, 0.89);
}

b {
  font-family: "Noto Sans Symbols", sans-serif;
  font-weight: 600;
}

li {
  margin-top: 0.5rem;
}

#cv-pdf {
  background-color: inherit;
}

#code-screenshot {
  height: 15rem;
  max-width: 100%;
  padding: 1rem;
}

.project-image {
  width: auto;
}

#DragLogic-screenshot,
#hermit-crab {
  height: auto;
  max-width: 100%;
}

.embroidery {
  height: 15rem;
  margin: 0;
  padding: 0;
}
.cv-table {
  border: none;
}

.par-with-spaces {
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  font-family: "Noto Sans Symbols Medium", sans-serif;
}

#name-mispellings,
#name-pronunciation {
  font-size: 1.5rem;
  font-family: "Noto Sans Symbols Medium", sans-serif;
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}

.cv-table {
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 100%;
}
.details {
  margin-left: auto;
  margin-right: auto;
  border: none;
  text-align: right;
}
th,
td {
  text-align: left;
}

#name-mispellings th,
#name-mispellings td,
#name-pronunciation th,
#name-pronunciation td {
  border: 1px solid black;
  text-align: center;
}
.contact-table {
  border: 1px solid black;
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
}

.contact-table th,
.contact-table td {
  border: 1px solid black;
  text-align: center;
}
.spectrogram {
  width: 20rem;
}

#email-pic {
  height: 2.8rem;
}
