section {
  min-height: 90px;
  margin-top: 0px;
  /*height: 120px; /* defines how much the content can be scrolled*/
}

h2 {
  color: #400960;
  font-family: 'Mulish', sans-serif;
  font-size: 28px;
  line-height: 3em;
  font-size: 32px;
  max-width: 600px;
  min-width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h2:after{
  content:' ';
  display:block;
  border:1px solid #7f6391;
  border-radius:4px;
  -webkit-border-radius:2px;
  -moz-border-radius:4px;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.job {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 75%;
  margin: auto;
  border-bottom: 1px solid #866391;
  color: #633b6f;
}

.job h3 {
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
}

ul {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 1.6;
}

.awards-tests, .courses {
  text-align: justify;
  line-height: 1.6;
}

.link-website{
  color: #7421b0;
}

/* Navigation Bar at the bottom of contact page*/
.navbar {
  border-width: 1px 0;
  list-style-type: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  overflow: visible;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100px;
  z-index: 2000;
  max-width: 100%;
  min-width: 200px;
}

.navlist, .active {
  display: inline-block;
  color: #2E1A47;
  text-align: center;
  padding:25px 50px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

.navlist a:hover {
  background-color: #B19CD9;
}

.active {
  background-color: #c8b5ee;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2001;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}

.dropbtn {
  display: inline-block;
  color: #2E1A47;
  text-align: center;
  padding: 25px 50px;
  text-decoration: none;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.dropdown-content a {
  color: #391a47;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  white-space: nowrap;
}

.dropdown-content a:hover {
  background-color: #B19CD9;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Add these styles for section positioning */
section[id] {
  scroll-margin-top: 120px; /* Adjust this value based on your navbar height plus desired offset */
}
