@import url("https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth !important;
}

.text-muted {
  text-align: justify;
}

.container .card {
  background-color: #f1f4f9;
  border: none;
}

.container .card:hover {
  cursor: pointer;
}

.container .scientist_name {
  color: #c25929;
}

.btn-pills {
  color: #fff;
  background-color: #64ab5e;
}

.modal-body {
  text-align: justify !important;
}

/************* Header ******************/
.navbar {
  background-color: #212529;
}

.navbar .nav-item .nav-link {
  color: #fafafa;
}

header .container {
  position: relative;
  z-index: 2;
}

/*header .overlay {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 75%;*/
/*  width: 100%;*/
/*  background-color: black;*/
/*  opacity: 0.5;*/
/*  z-index: 1;*/
/*}*/

header .navbar {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.jumbotron {
  position: relative;
  padding: 10rem 2rem 0 2rem;
}

header {
  background-image: url("../../assets/images/charter.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 75vh;
  min-height: 20rem;
}

/************* Description ******************/
.description .check-icon {
  margin-right: 1rem;
}

.description {
  background-color: #d4e8d2;
  padding: 1rem;
}

.card_description {
  border: 0;
  background: transparent;
}

.card_description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #64ab5e;
}

/************* Footer ******************/
.footer {
  background-color: #c25929 !important;
  color: white !important;
  padding: 2rem !important;
}

.footer-item {
  list-style: none !important;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.85;
}

.footer-item:hover {
  color: black !important;
  cursor: pointer !important;
}

.footer-list {
  -webkit-padding-start: 0% !important;
          padding-inline-start: 0% !important;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

/*********** Scroll Top ***********/
#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #5d8220;
  /* Set a background color */
  color: #fafafa;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 10px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
}

@media screen and (max-width: 768px) {
  /*********** Jumbotron ***********/
  .jumbotron {
    position: relative;
    padding: 10rem 2rem 0 2rem;
  }
  /*********** Header ***********/
  header .overlay {
    height: 70%;
  }
  header {
    height: 70vh;
  }
  .navbar {
    background-color: #212529;
  }
  .navbar .nav-item .nav-link {
    color: #fafafa;
  }
}

@media screen and (min-width: 1024px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu1 {
    display: none;
  }
  .navbar .dropend:hover .dropdown-menu1 {
    display: block;
  }
  .navbar .nav-item .dropdown-menu,
  .drop {
    font-size: 0.9rem !important;
  }
  .dropdown-menu1 {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    -webkit-transform: translate(110px, 0px);
            transform: translate(110px, 0px);
    left: 15%;
    z-index: 2;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.9rem !important;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .navbar {
    background-color: transparent !important;
  }
  .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .navbar-nav .nav-item .nav-link {
    color: white !important;
    font-size: 0.9rem !important;
    font-weight: lighter;
  }
  .jumbotron {
    position: relative;
    padding: 15rem 2rem 0 2rem !important;
  }
}
/*# sourceMappingURL=events.css.map */