/* navbar */
.navbar-brand {
  width: 50px;
  height: 35px;
  margin-left: 70px;
}
.navbar {
  border-bottom: #557e8b solid;
  z-index: 999;
  position: sticky;
}
.nav-item {
  padding-left: 30px;
  font-weight: 600;
  transition: 0.6s ease-in;
}
.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: #557e8b;
}
.navbar-nav .nav-item.active::after,
.navbar-nav .nav-item:hover::after {
  background-color: #557e8b;
}
/* navbar */

/* homepage */
.homepage .jumbotron {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 51vh;
  background-image: url("Images/HeaderImages/Homepage.jpg");
}
.img-responsive {
  width: 100%;
  height: 26vh;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 1%;
}
#myHeader {
  flex-direction: column !important;

}
.bannertext {
  display: flex;
  justify-content: center;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 12px;
}
.hometext {
  margin-top: 2em;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 2em;
  text-align: justify;
}
.customButton {
  display: flex;
  justify-content: center;
  margin-top: 1em;
  margin-bottom: 10em;
}
.customButton .btn {
  background-color: #557e8b;
  color: white;
  margin-bottom: 3%;
  padding-top: 5px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 5px;
  border-radius: 10px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.customButton .btn:hover {
  background-color: #88bab5;
  color: black;
  font-weight: 700;
  transform: translateZ(3px);
}
/* homepage */

/* footer */
footer {
  background: transparent
    linear-gradient(180deg, #94c9c0 0%, #88bab5 24%, #557e8b 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}
.footer_image {
  margin-top: -30px;
  margin-left: -25px;
  width: 11em;
  height: 5em;
}
.foot_p {
  text-decoration: none;
  color: white;
  font-weight: 200;
  font-size: small;
}
.text-reset {
  text-decoration: none;
  font-weight: 200;
  font-size: small;
}
.text-reset:hover {
  text-decoration: underline;
}
.lead {
  font-size: small;
  color: white;
}
.footer1 .row {
  margin-left: 7%;
}
/* footer */

/* about_become */
.aboutBecome .jumbotron {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 55vh;
  background-image: url("Images/HeaderImages/AboutBecome.jpg");
}
.jumbotron h2 {
  font-style: italic;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2%;
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 500;
}
.home_text {
  margin-left: 15%;
  margin-right: 15%;
}
/* aboutBecome */

/* ourTeam */
.ourTeam .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/OurTeam.jpg");
}
.ourTeamBody {
  margin-right: 15%;
  margin-left: 15%;
}
.ourTeamBody .card {
  margin-top: 8%;
  margin-bottom: 8%;
  border: none;
  padding-left: 10%;
  padding-right: 10%;
}
.ourTeamBody .card img {
  padding-left: 25%;
  padding-right: 25%;
  width: 100%;
  height: 15%;
  display: flex;
  justify-content: center;
}
.ourTeamBody .card-title {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 2%;
  font-weight: 700;
}
.ourTeamBody .card-subtitle {
  text-align: center;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 2%;
}
.ourTeamBody .card-text {
  padding-top: 2%;
  text-align: justify;
}
.clinicians {
  text-align: center;
}
.image-container {
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 50%;
}
/* ourTeam */

/* EarlyDetect */
.earlydetect .jumbotron {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/EarlyDetect.jpg");
}
.earlydetect_body {
  margin-left: 15%;
  margin-right: 18%;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: justify;
}
.earlydetect_body .img-fluid {
  width: 100%;
  height: 30vh;
}
/* EarlyDetect */

/* IMET */
.IMET .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/IMET.jpg");
}
.IMET_body {
  margin-top: 2em;
  margin-bottom: 2em;
}
.IMET_body .img-fluid {
  width: 100%;
  height: 45vh;
  padding-bottom: 3em;
}
.IMET_Title2,
.IMET_Text2 {
  display: flex;
  justify-content: flex-end;
  text-align: end;
}
.IMET_Title2 {
  margin-bottom: 5%;
}
.IMET_Text1,
.IMET_Title1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.IMET_Text1,
.IMET_Text2 {
  margin-bottom: 8%;
}
/* IMET */

/* TMS */
.TMS .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/TMS-Cover.jpg");
}
.TMS_body {
  margin-top: 2em;
  margin-bottom: 2em;
}
.TMS_body .img-fluid {
  width: 90%;
  height: 30vh;
  padding-bottom: 3em;
}
.TMS_Text1,
.TMS_Title1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.TMS_Text1 {
  margin-bottom: 8%;
}
/* TMS */

/* Ketamine */
.Ketamine .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/Ketamine-Cover.jpg");
}
.Ketamine_body {
  margin-top: 2em;
  margin-bottom: 2em;
}
.Ketamine_body .img-fluid {
  width: 90%;
  height: 30vh;
  padding-bottom: 3em;
}
.Ketamine_Text1,
.Ketamine_Title1 {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.Ketamine_Text1 {
  margin-bottom: 8%;
}
.Ketamine h2 {
  color: black;
}
/* Ketamine */

/* Media */
.media .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/Media.jpg");
}
.mediaBody {
  margin: 5%;
}
.mediaBody .card-title {
  text-align: Start;
  font-weight: 700;
  padding-bottom: 1em;
  /* padding-top: 1%; */
}
.mediaBody .card-subtitle {
  text-align: start;
  padding-bottom: 1em;
}

.mediaBody .card-text a {
  color: #171717;
}
.mediaBody .card-text a:hover {
  color: #557e8b;
}
.mediaBody .card {
  background-color: #eef7f5;
  border: none;
  padding: 2%;
}
.mediaBody .img-fluid {
  /* padding-top: 1rem; */
  width: 100%;
  height: max-content;
  /* padding-bottom: 3em;
  padding-left: 1rem;
  padding-right: 1rem; */
}
/* media */

/* ArticleOverview */
.articleOverview .jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 52vh;
  background-size: cover;
  background-image: url("Images/HeaderImages/Articles-Overview.jpg");
}
.articleOverviewbody {
  padding: 3%;
}

.articleOverviewbody .card-title {
  text-align: center;
  font-weight: 700;
  padding: 6% 5%;
}
.articleOverviewbody .card-text {
  padding: 6% 5%;
  text-align: center;
}
.articleOverviewbody .card-title1 {
  text-align: center;
  font-weight: 700;
  padding-top: 6%;
  padding-bottom: 7.5%;
  padding-left: 5%;
  padding-right: 5%;
}
.articleOverviewbody .card-text1 {
  padding-bottom: 6%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.articleOverviewbody .card-body .btn {
  background-color: white;
  color: #171717;
  border-color: #171717;
  border-radius: 10px;
  margin-bottom: 5%;
  padding-top: 5px;
  padding-right: 1.5em;
  padding-left: 1.5em;
  padding-bottom: 5px;
}
.articleOverviewbody .card-body .btn:hover {
  color: white;
  background-color: #557e8b;
  transform: translateZ(3px);
  border: none;
  font-weight: 600;
}

.articleOverviewbody .card {
  background-color: #eef7f5;
  border: none;
  margin: 2%;
}
/* ArticleOverview */

/* ArticleInterior */
.articleInterior .jumbotron {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 52vh;
  background-image: url("Images/HeaderImages/Articles-Interior.jpg");
}

.articleInteriorText {
  text-align: justify;
  padding-left: 10%;
  padding-right: 10%;
}
#articleInteriorBody {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  padding-right: 50%;
  padding-left: 10%;
}
.interiorButton {
  padding-left: 10%;
}
.interiorButton .btn {
  color: #171717;
  /* background-color: white; */
  border-color: #171717;
  border-radius: 10px;
  padding-top: 5px;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 5px;
  margin-top: 3%;
  margin-bottom: 15%;
}
.interiorButton .btn:hover {
  color: white;
  background-color: #557e8b;
  transform: translateZ(3px);
  border: none;
  font-weight: 600;
}
/* ArticleInterior */

@media (max-width: 912px) {
  .navbar-brand {
    margin-left: 0px;
  }

  .footer1 .row {
    margin-right: 2%;
    margin-left: 2%;
  }
  /* .img-fluid {
    height: 23vh;
  } */
  .img-responsive {
    height: 17vh;
  }
  .homepage .jumbotron {
    height: 30vh;
  }
  .hometext {

    margin-left: 5%;
    margin-right: 5%;
   
  }

  /* aboutBecome */
  .aboutBecome .jumbotron {
    height: 32vh;
  }
  .home_text {
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
  }
  /* aboutBecome */

  /* EarlyDetect */
  .earlydetect .jumbotron {
    height: 30vh;
  }
  .earlydetect_body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .earlydetect_body .img-fluid {
    height: 25vh;
  }
  /* EarlyDetect */
  #articleInteriorBody {
    padding-right: 5%;
  }
  .articleInterior .jumbotron {
    height: 30vh;
  }

  /* OurTeam */
  .ourTeam .jumbotron {
    height: 30vh;
  }
  .ourTeamBody {
    margin-right: 5%;
    margin-left: 5%;
  }
  .ourTeamBody .card {
    padding-left: 0%;
    padding-right: 0%;
  }
  .ourTeamBody .card img { 
    height: 10%; 
  }
  /* OurTeam */
  .articleOverview .jumbotron {
    height: 30vh;
  }

  .IMET .jumbotron {
    height: 30vh;
  }
  .IMET_body {
    margin-left: 5%;
    margin-right: 5%;
  }
  .IMET_body .img-fluid {
    height: 20vh;
  }

  /* .IMET_Text2 {
    text-align: justify;
  } */
  .media .jumbotron {
    height: 30vh;
  }
 

  .articleInteriorText {
    padding-left: 5%;
    padding-right: 5%;
  }
  #articleInteriorBody {
    padding-left: 5%;
  }
  .interiorButton {
    padding-left: 5%;
  }
}

@media (max-width: 540px) {
  .footer_image {
    margin-left: -1%;
  }
  .bannertext {
    font-size: medium;
  }
  .jumbotron h2 {
    font-size: 30px;
  }
  .earlydetect_body .img-fluid {
    height: 32vh;
  }
}

@media (max-width: 280px) {
  .jumbotron h2 {
    font-size: 28px;
  }
}

@media (max-width: 750px) {
  .card-text {
    text-align: justify;
  }
  .IMET_body {
    text-align: justify;
  }
  .IMET_body .img-fluid {
    height: 28vh;
  }
  .IMET_Title2 {
    justify-content: flex-start;
  }
  .IMET_Text2 {
    text-align: justify;
  }
  .mediaBody .card-title {
    padding-top: 5%;
  }
}

@media (width: 912px) {
  .IMET_body .img-fluid {
    height: 18vh;
  }
  .mediaBody .img-fluid {
    height: 16vh;
  }
  .earlydetect_body .img-fluid {
    height: 18vh;
  }
  .articleOverviewbody .card-title1 {
    padding-bottom: 4%;
  }
 
}

@media (width: 820px) {
  .mediaBody .img-fluid {
    height: 16vh;
  }
  .earlydetect_body .img-fluid {
    height: 20vh;
  }
  .articleOverviewbody .card-title1 {
    padding-bottom: 3%;
  }
}
@media (width: 768px) {
  .mediaBody .img-fluid {
    height: 16vh;
  } 
  .earlydetect_body .img-fluid {
    height: 20vh;
  }
  .articleOverviewbody .card-title1 {
    padding-bottom: 2%;
  }
}

 
@media (width: 1024px) {
  .articleOverviewbody .card-title1 {
    padding-bottom: 5%;
  }
}
@media (width: 1280px) {
  .articleOverviewbody .card-title1 {
    padding-bottom: 6%;
  }
}