/* 
.bb {
  border: 1px solid black;
  
} */

body {
  font-family: "Eczar", serif;
}

.push-intr-cards-down {
  padding-top: 200px;
}

.link {
  color: rgb(102, 159, 202) !important;
  text-decoration: none;
}

.link:hover {
  color: rgb(163, 195, 230) !important;
}

.bg-image {
  background-image: url(../img/PinholeAbstracts-7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-margin {
  background-color: rgb(241, 248, 250);
  padding-top: 5px;
  padding-bottom: 12px;
}

#filter-header {
  position: fixed;
  top: 62px;
  width: 100%;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#intr-descrip {
  margin-top: 0;
  margin-bottom: 8px;
}

.btn-primary {
  font-family: "Eczar", serif;
  background-color: rgb(102, 159, 202);
  border-color: rgb(102, 159, 202);
  margin: 2px;
}
.btn-primary:active {
  font-family: "Eczar", serif;
  background-color: rgb(79, 146, 198) !important;
  border-color: rgb(241, 248, 250) !important;
}

.btn-active {
  background-color: rgb(102, 159, 202) !important;
  color: #fff !important;
  border-color: rgb(102, 159, 202) !important;
}

.btn-inactive {
  background-color: gray;
  border-color: gray;
  color: white;
}
.btn-primary:hover {
  background-color: rgb(156, 195, 225);
  border-color: rgb(156, 195, 225);
}

#headshot {
  width: 300px;
}

.eczarh1 {
  font-family: "Eczar", serif;
  font-size: x-large;
  font-weight: 800;
  color: rgb(102, 159, 202);
}

#biblioCard li {
  font-family: "Eczar", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: gray;
  padding: 0.3em;
}

h3 {
  font-family: "Eczar", serif;
  font-weight: 800;
  color: rgb(255, 255, 255);
}

h5,
p {
  color: gray;
}

h6 {
  color: gray;
}

.card-title {
  font-family: "Eczar", serif;
  font-weight: 800;
  color: rgb(102, 159, 202);
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
}

#copyright {
  color: white;
  font-family: "Eczar", serif;
  font-weight: 800;
}

.nav-link {
  color: rgb(102, 159, 202);
}

.navbar a:hover {
  color: rgb(163, 195, 230);
}

.nav-link.active {
  position: relative;
  color: rgb(102, 159, 202) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  height: 1px;
  width: 0;
  background: rgb(102, 159, 202);
  transition: width 0.5s ease 1s;
}

.nav-link.active.animate-underline::after {
  width: 100%;
}

/* .active {
   border-bottom: 1px solid rgb(102, 159, 202);
  padding-bottom: 1px;
  text-decoration-line: underline;
  color: rgb(102, 159, 202)!important;
} */

hr {
  color: white;
}

.divide {
  color: gray;
  width: 75%;
}

iframe {
  filter: drop-shadow(5px 5px 5px gray);
}

.text-wrap {
  width: 13em;
}

#socialLinks {
  list-style-type: none;
  padding: 0;
}

#socialLinks li {
  padding-bottom: 12px;
  color: rgb(128, 128, 128);
}

/* #socialLinks a:link {
  color: rgb(102, 159, 202);
  text-decoration: none;
}

#socialLinks a:hover {
  text-decoration-line: underline;
  color: rgb(163, 195, 230);
} */

#socialLinks img {
  height: 25px;
}

.carousel-control-prev {
  filter: drop-shadow(1px 1px rgb(102, 159, 202))
    drop-shadow(1px -1px rgb(102, 159, 202))
    drop-shadow(-1px 1px rgb(102, 159, 202))
    drop-shadow(-1px -1px rgb(102, 159, 202));
}
.carousel-control-next {
  filter: drop-shadow(1px 1px rgb(102, 159, 202))
    drop-shadow(1px -1px rgb(102, 159, 202))
    drop-shadow(-1px 1px rgb(102, 159, 202))
    drop-shadow(-1px -1px rgb(102, 159, 202));
}

@media (max-width: 760px) {
  .push-intr-cards-down {
    padding-top: 350px;
  }

  .navbar-toggler {
    z-index: 1100;
  }

  .custom-margin {
    z-index: 900;
  }
}
