body {
  margin: 0;
  font-family: Volkhov, Georgia, Times, serif;
  min-height: 100vh;
  position: relative;
  font-size: 1rem;
}

.navbar-title {
  background-color: #000E2F;
  color: #f2f2f2;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.titlecontent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 700px) {
  /* .topnav a:not(:first-child) {
    display: none;
  } */
  /* hide not active links */
  .topnav a:not(.active) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Main Content */
.content {
  padding: 20px 0;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

h1, h2 {
  font-family: Volkhov, Georgia, Times, serif;
  text-transform: uppercase;
  /* color: #343a40; */
}

a {
  color: #BD5D38;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
footer#footer-content {
  background-color: white;
  color: black;
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Education Page */
h3.clickable {
  color: #BD5D38;
  /* This is the link color you provided earlier */
  cursor: pointer;
  text-decoration: none;
}

h3.clickable:hover {
  text-decoration: underline;
}

h3 {
  font-family: Volkhov, Georgia, Times, serif;
  font-size: 1.2rem;
  margin-top: 3px;
  margin-bottom: 3px;
  /* margin: 0; */
}

h4 {
  font-family: Volkhov, Georgia, Times, serif;
  font-size: 1.1rem;
  margin: 0;
}

h5 {
  font-family: Volkhov, Georgia, Times, serif;
  font-size: 1rem;
  margin: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul {
  margin-top: 5px;
}

.courses-list {
  display: none;
}

.hidden-content {
  display: none;
}

.read-more {
  cursor: pointer;
}

.imgfloat {
  float: left;
  padding-right: 10px;
  width: 160px;
}

.row-fluid {
  display: grid;
}
.row-fluid h3,
.row-fluid h4,
.row-fluid p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar {
  background-color: #000E2F !important;
  color: #f2f2f2be
}

.navbar-light .navbar-nav .nav-link {
  color: #f2f2f2be;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.mt-2, .my-2 {
  margin-top: 0 !important;
}

.navbar {
  padding: 0 14px !important;
}

.nav-item {
  padding: 0 0 !important;
}

.dropdown-menu {
  background-color: #000E2F !important;
  color: #f2f2f2be !important;
  border: 0px !important;
  border-radius: 0%;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 15px !important;
  padding-bottom: 7px !important;
  width: -webkit-fill-available !important;
  min-width: 7.2rem !important;
}

.dropdown-item {
  color: #f2f2f2be;
  padding-left: 0.5rem !important;
}

.dropdown-item:focus,.dropdown-item:hover, .dropdown-item:active {
  color: white !important;
  text-decoration: none;
  background-color: #000E2F !important;
}

.navbar-toggler {
  background-color: white !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  font-size: 1rem !important;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #f2f2f2be !important;
}

.active-link {
  color: white !important;
  /* text-decoration: underline; */
}

table {
  border-collapse: collapse !important;
}

table th, table td {
  border: 2px solid #dee2e6 !important;
  padding-top:6px !important;
  padding-bottom:6px !important;
  padding-left:15px !important;
  padding-right:15px !important;
}