p {
  margin-bottom: 0.5rem
}


.btn {
  border-radius: 12px !important;

  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn:hover,
.btnactive,
.btn:focus,
.btn:active:hover,
.btn:active:focus,
.btn.active:focus {
  color: white !important;
  background-color: #6648b1 !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn {
  color: white !important ;
  background-color: transparent !important ;
  /* border: 1px solid #6648b1 !important; */
  border: none !important;

  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.nav-logo,
.clinical-nav-logo {
  text-decoration: none;
  color: white;
}

.nav-logo:hover,
.nav-logo:active,
.nav-logo:focus,
.nav-logo:active:hover,
.nav-logo:active:focus,
.nav-logo.active:focus {
  text-decoration: none;
  color: white;
}

/* .alt-width{
  width: 70% !important
} */


.rounded{
  border-radius: 20px !important;
}

.rounded-bottom{
  border-radius: 0px 0px 20px 20px !important;
}

.rounded-top{
  border-radius: 20px 20px 0px 0px !important;
}


.jumbotron {
  /* min-height: 75%; */
  /* padding: 5rem 0rem;

  margin-right: 0 !important;
  margin-left: 0 !important;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent; */
}

.dark_background_lab {
  /* background-color: #461f33; */
  /* background-color: rgb(79, 48, 109); */
  background-color: #01273c;
  /* background-color: #663399ff; */
  /* color: #fff; */
  color: #FBFAF5 /* soft white */
}

.lab_website_body {
  /* top | right | bottom | left  */
  padding: 2% 10% 0% 10%
}

.dark_background_lab2 {
  /* background-color: #461f33; */
  /* background-color: rgb(79, 48, 109); */
  background-color: #1a445d;
  /* background-color: #663399ff; */
  /* color: #fff; */
  color: #FBFAF5 /* soft white */
}

.center {
  margin: auto;
  width: 90%;
  text-align: center;
}

.lab_title_padding {
  padding: 2% 5% 0% 
}

.lab_info_padding{
  padding: 5% 15% 
}

.lab_subsection_padding{
  padding: 2% 5% 
}

.lab_subsection_padding_small{
    /* top | right | bottom | left  */
  padding: 1% 5% 2% 5%;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
.btn:active:hover,
.btn:active:focus,
.btn.active:focus {
  color: white !important;
  background-color: #6648b1 !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  border: none !important;

  box-shadow: none !important;
  outline: none !important;
}

.btn,
.btn-primary {
  color: black !important ;
  background-color: transparent !important ;
  /* border: 1px solid #6648b1 !important; */
  border: none !important;
  /* border: 1px solid #6648b1; */

  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
  /* color: black !important ; */
  background-color: rgb(79, 48, 109) !important;
  color: white !important;
  /* background-color: white !important ; */
  /* border: 1px solid #6648b1; */
  /* background-color: #563d7c; */
  /* border: 1px solid #563d7c; */
  border: none !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
  box-shadow: none !important;
}
.btn-secondary {
  color: black !important;
  background-color: white !important;
  border: 1px solid black !important;
  /* border: none !important; */
  font-size: 1rem;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus {
  color: white !important;
  background-color:rgb(79, 48, 109) !important;
  /* background-color: #01273c !important; */
  /* background-color: #1a445d !important; */
  /* border: none !important; */
  border: 1px solid transparent !important;
  font-size: 1rem !important;
  padding: 0.2rem 0.5rem 0.2rem 0.5rem !important;
}


.jumbotron-break {
  /* margin: 10% 10%; */
  padding: 1.5rem
}



/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 70%;
  margin: 0 !important;
}
.fixed-wrap {
  /* clip: rect(0, auto, auto, 0); */
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  /* background-image: url("img/mac.png"); */
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0.6;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
  padding: 1rem;
}


.demo_icon{
  padding-right: 1.5rem;
 color: white !important ;
}


/*  ----------------------- Styling for cards ------------------------- */
.demo_card_row{
  width: 95%; 
  margin: auto;
}

.card{
  padding: 10px;
  margin: auto;
}

.card-title{
  text-align: center;
  font-size: 2rem; 
  margin: auto;
  /* width: 50%; */
  padding: 10px;
}

.demo-card-container{
  width: 100%;
  /* background-color: rgb(0, 0, 0, 0.05); */
  padding: 15px
}

.card-text{
  font-size: 1.25rem; 
  font-weight: 400; 
  line-height: 1.5;
}

.card > img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.card > img:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

/*  ----------------------- Styling for carousel  ------------------------- */

/* .carousel-inner img {
  width: 100%;
  height: 100%;
} */


.carousel-caption {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.carousel-caption > button {
  color: white;
  font-size: 500%;
  /* text-shadow: 3px 3px 15px #000; */
  background-color:rgb(1,39,60, 0.9);
  padding: 1rem;
}


.carousel-caption > h1 {
  color: white;
  font-size: 400%;
  /* text-shadow: 3px 3px 15px #000; */
  background-color:rgb(1,39,60, 0.9);
  padding: 2rem;
  border-radius: 25px;
}

.carousel-caption > h3 {
  color: white;
  font-size: 170%;
  font-weight: 300;
  /* text-shadow: 3px 3px 15px #000; */
  /* padding-bottom: 1rem; */
  padding: 1em;
  border-bottom: 0px;
  background-color:rgb(1,39,60, 0.9);
  border-radius: 25px;
  /* background-color:rgb(75,0,130, 0.4) */

}

.carousel .carousel-indicators li {
  background-color: rgba(70, 70, 70, 0.3);
  /* border: 3px solid rgba(70, 70, 70, 0.3); */
  padding-bottom: 0.2rem;
}

.carousel .carousel-indicators .active {
  background-color: rgba(70, 70, 70, 0.8);
}


.carousel-btn {
  margin: 10%
}

.btn-lg:hover,
.btn-lgactive,
.btn-lg:focus,
.btn-lg:active:hover,
.btn-lg:active:focus,
.btn-lg.active:focus {
  color: white !important;
  background-color: #6648b1 !important;
  /* font-size: 1.5rem !important; */
  /* padding: 1rem 2rem 1rem 2rem !important; */
  text-decoration: none;
  font-size: 170%;
  font-weight: 300;
  padding:   1rem 1.5rem;
  border-bottom: 0px;
    /* padding: 0.2rem 0.5rem 0.2rem 0.5rem !important; */
    border-radius: 25px;
}

.btn-lg {
  font-size: 170%;
  font-weight: 300;
  padding:   1rem 1.5rem;
  border-bottom: 0px;
  background-color:rgb(1,39,60, 0.9);
    color: white !important ;
  /* background-color: rgb(1,39,60, 0.9) !important ; */
  /* border: 1px solid #6648b1 !important; */
  border: none !important;
  border-radius: 25px;

  /* font-size: 1.5rem !important; */
  /* padding: 1rem 2rem 1rem 2rem !important; */
  /* margin-top: 15rem; */
}

/* @media (min-width: 1200px) {
  .lab_website_body {
  top | right | bottom | left 
  padding: 2% 20% 0% 20%;
}
} */


@media (max-width: 1200px) {

  .carousel-caption {
    top: 40%;
  }

  .carousel-caption h1 {
    /* font-size: 350%; */
    font-size: 400%;
    padding: .4rem ;
  }

  .carousel-caption h3 {
    font-size: 150%;
    /* font-size: 140%; */
    font-weight: 400;
    /* padding-bottom: 0.2rem; */
  }

  .carousel-caption .btn-lg {
    font-size: 150;
    /* font-size: 95%; */
    padding: 8px 14px;
  }



}

@media (max-width: 1100px) {
  .carousel-caption {
    top: 35%;
  }

  .carousel-caption h1 {
    /* font-size: 350%; */
    font-size: 300%;
    padding: .4rem ;
  }

  .carousel-caption h3 {
    font-size: 150%;
    /* font-size: 140%; */
    font-weight: 400;
    /* padding-bottom: 0.2rem; */
  }

  .carousel-caption .btn-lg {
    font-size: 150%;
    /* font-size: 95%; */
    padding: 8px 14px;
  }

  .display-4 {
    font-size: 200%;
  }

  .social a {
    font-size: 2.5em;
    padding: 1.2rem;
  }
}

@media (max-width: 992px) {
    /* LAB INFO */
    .lab_info_padding{
      padding: 1rem; 
    }

    .lab_info_text {
      text-align: left !important;
    }

    /* PEOPLE */
    .card{
      text-align: center !important;
    }
}

/* .carousel-image {
  height: 50vh;
}

@media only screen and (max-width: 1000px) {
  .carousel-image {
    height: 30vh;
  }
}

@media only screen and (max-width: 1200px) {
  .carousel-image {
    height: 35vh;
  }
} */

/* @media (min-width: 1100px) {
  .carousel-image {
    height: 60vh;
  }
}

@media (min-width: 1200px) {
  .carousel-image {
    height: 75vh;
  }
}

@media (min-width: 1000px) {
  .carousel-image {
    height: 30vh;
  }
} */

@media only screen and (max-width: 1100px) {
  .carousel-image {
    height: 50vh;
  }
}

@media only screen and (min-width: 1100px) {
  .carousel-image {
    height: 60vh;
  }
}

@media (min-width: 1200px) {
  .carousel-image {
    height: 75vh;
  }
}

/* DEMO STYLES */

.region_img_link {
  text-decoration: none;
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
}

.region_img_link:hover,
.region_img_link:active,
.region_img_link:focus,
.region_img_link:active:hover,
.region_img_link:active:focus,
.region_img_link.active:focus {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
}

.region_thumb {
  width: 100%;
}

.member_thumb {
  /* height: 430px !important; */
  object-fit: cover !important;
  /* width: 412px;
  height: 412px; */
  max-height: 301px;
}

#contactForm label {
  color: #555;
}