/***
COLORS

grey = #efefef
dark grey = #d4d4d4
***/


/*** GENERAL STYLES ***/

html, body {
  font-family: "Lato", sans-serif;
}

/* Header */
.navbar {
  border-bottom: 3px solid #efefef;
  background-color: #fbcf00;
}

  .header__title {
    margin: 0;
    visibility: hidden;
  }

  @media(min-width: 992px) {
    .header__title {
      display: none;
    }
  }

  .nav-link {
    font-size: .875rem;
  }

  .dropdown-toggle::after {
    display: none;
  }

  @media (min-width: 992px) {

    .dropdown-menu--submenu, .dropdown-item--submenu {
      background-color: #efefef;
    }

    .dropdown-item--border {
      border-bottom: 1px solid #d4d4d4;
    }

  }

  .dropdown-item--border:last-child {
    border-bottom: none;
  }

/* Colors */
.btn-black {
  background-color: #face22;
  color: #6b6b6b !important; 
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #fbcf00;
}

.bg-grey {
  background-color: #efefef;
}

/* Buttons */
.btn--primary {
  padding: .75rem 35px;
}

  .btn--primary--sm {
    padding: .6rem 35px;
  }

.btn-collapse {
  white-space: normal;
}

.btn-rounded {
  border-radius: 30px;
}

/* Text */
.h1 {
  font-size: 1.5rem;
}

.h5 {
  font-size: 1.1rem;
}

.text--highlight {
  font-family: "Times New Roman", serif;
}

/* Utils */
.pointer {
  cursor: pointer;
}


/* Footer */

@media (min-width: 768px) {

  .footer__list__item:last-child {
    margin-right: 0 !important;
  }

}


/*** PAGE SECTIONS ***/

/* BANNER */
.banner {
  /*background-image: url('../imgs/meet-the-founder-white-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 10% 10rem;
  min-height:286px;
  max-height: 286px;*/
}
.banner-research, .banner-scientific
{
   min-height:172px;
  max-height: 172px;
}
  .banner__info-container {
 /*   background-color: rgba(237, 237, 237, .8);*/
  }

.banner--sm {
  background-position: top center;
  padding: 4rem;
}

/* SUBSCRIBE */
.subscribe {
  padding: 5rem 10%;
}

  .subscribe__form-container {
    background-color: #efefef;
  }

    .subscribe__form__txt {
      font-size: .875rem;
    }

  @media (max-width: 576px) { 
    
    .subscribe__form__input {
      width: 100% !important;
    }

  }

/* FOUNDERS */
.founders {
 /* background-image: url('../imgs/founders@2x.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15rem 10% 2rem;
 min-height:172px;
 max-height: 172px;
 width:auto;*/
}

  .founders__info-container {
    /*background-color: rgba(237, 237, 237, .8);*/
  }

/* SUBPAGE */
.subpage__form {
  width: 100%;
}

@media (min-width: 768px) {

  .subpage__form {
    width: 75%; 
  }

}

.footer-banner {
    background-image: url(../imgs/updated-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;/*
    padding: 5rem 10% 10rem;*/
    min-height: 172px;
    max-height: 172px;
}