html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5;
  background-color: #e6fffa;
}

a,
.btn-link {
  color: #285e61;
}
.btn-primary {
  background-color: #2c7a7b;
}

.navbar {
  border-radius: 0;
   background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.5rem;
}

.banner {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 4rem;
  max-height: 100px;
}

header {
  border-bottom: 1px solid #e2e8f0;
  background-color: #ffffff;
}
.container {
  max-width: 64rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-left: 1px solid #4fd1c5;
  border-right: 1px solid #4fd1c5;
  background-color: #fff;
}

.main .container {
  border-bottom: 1px solid #4fd1c5;
}

.searchHomeContent {
  margin-top: -1rem;
  margin-left: -4.06rem;
  margin-right: -4.06rem;;
  position: relative;
  padding: 8rem;
  border-bottom: 1px solid #4fd1c5;
  background-color: #e6fffa;
  background-image: url("../images/library-banner.png");
}

header {
  border-bottom: 1px solid #4fd1c5;
  background-color: #fff;
}
.banner {
  margin-bottom: 0;
}
.breadcrumbs .container,
.search.container {
  border: 0;
}
.logo-img {
  height: 4rem;
  max-height: 100px;
}

.breadcrumb {
  margin: 0 -2.06rem;
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  border-bottom: 1px solid #4fd1c5;
  background-color: #e6fffa;
  border-radius: 0;
}
.breadcrumb > .active {
  color: #319795;
}

#content {
  padding-top: 1rem;
}
