/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color:rgba(21,101, 111, 1);
  font-family: 'Montserrat', sans-serif;
  background-color: white;


}
.footer {
  /* position: absolute;
  bottom: 0; */
  /* width: 100%; */
  /* Set the fixed height of the footer here */
  background-color: white; 
  opacity: 0.85;
  filter: alpha(opacity=85); /* For IE8 and earlier */
}

.h1-carousel{
  text-align: center;

}


.container{
max-width: 65em;
}

/* NAVBAR */

.navbar{
  background-color: rgba(21,101, 111, 1);
}

.navbar-dark .navbar-nav .nav-link{
    color:white !important;
}

.nav-link {
    padding: .25rem 0;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
    margin:auto;
    margin-right: 5px;
  }
  
.nav-link:hover,
.nav-link:focus {
border-bottom-color: rgba(255, 255, 255, .8);
color: rgba(255, 255, 255, 1);

}

.active {
    color: #fff;
    border-bottom-color: #fff;
  }

.navbar-brand{
    font-size: 1em;
    }

.brand-img{
    width: 10em;
    transform-origin: 50 50;
    transition: transform .25s, visibility .25s ease-in;   
    }

.brand-img:hover {
    transform: scale(1.05); 
}

.twitter{
    padding: .25rem 0;
    margin-left:15px;
    color: #fff;
  }

.fa-twitter{
    margin-bottom: 10px;
}
  
.twitter:hover{
color:rgba(255, 255, 255, 0.5);
border: none;
}

/* INDEX */
.btn-dark-dc{
    color: #ffffff;
    background-color: rgba(21,101, 111, .75);
    border-color: none;
    margin-bottom: 3px;
}

.btn-dark-dc:hover {
  color: #212529;
  background-color: rgba(255, 255, 255, 0.5);
  border-color: none;
}


.mb-7 {
  margin-bottom: 7rem ;
}

.mb-3-8 {
  margin-bottom: 3.8rem ;
}
.index-text{
    text-align: center;
}

.btn-lg{
    padding:.75rem 1.25rem;
}


.dropdown-menu{
  background-color: rgba(21,101, 111, 1);
  color: white;
}

.dropdown-item{
  color:white;
  white-space: normal !important;
}



.iframe-container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: rgba(255,255, 255, 0.8) !important;
  text-decoration: none;
  color: rgba(21,101, 111, 1);
}

.dropdown-item.active:hover{
  color:white;

}

/* FOOTER */
.container-footer{
  padding: 10px 50px 10px 50px;
 
}

.img-footer{
  margin: 2px 5px 2px 1px;
}

 /* CARDS */
 .btn-card {
  padding: 16px;
 }

 .btn-outline-secondary:hover{
  color: #ffffff;
    background-color: rgba(21,101, 111, .75);
    border-color: none;
    /* margin-bottom: 3px; */
    border:none;
    /* margin-right: 2px; */
}

.btn-outline-secondary{
  color: rgb(36, 36, 36);
  background-color: rgba(21,101, 111, .15);
  border-color: rgba(21,101, 111, .35);
  /* border-right: 2px; */
}

.btn-outline-secondary.dropdown-toggle.show {
  background-color: rgba(21,101, 111, 1) !important;

}
 .card{
  border: 2px solid rgba(21,101, 111, .95);
  color: rgba(21,101, 111, .95);
}

.card-title{
  color:rgba(21,101, 111, .95);
  margin-top: 0.5rem;
  text-align: center;
}

.one-line-card-title{
  margin-top: 1em;
  margin-bottom: .75em;
  padding-left: 0.3em;
    padding-right: 0.3em;
}

.card-img-top{
border-bottom: 3px solid rgba(21,101, 111, 1);
background-color: rgba(21,101, 111, 1);
transform-origin: 50 50;
transition: transform .25s, visibility .25s ease-in;
}

.card-img-top:hover{
  transform: scale(1.05); /* (150% zoom)*/
}

/* .dropdown-toggle-card{
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 border-right: none;
} */


/* LESS THAN 75 */
@media (max-width: 74.9em) { 
     body {/*background-color: pink; */
    } 
  }
  
  /* LESS THAN 62 */
  @media (max-width: 61.9em) {
     body {/*background-color: blue; */
        
    } 

    .footer-secondary{
      display: none;
    }
}
  
  /* LESS THAN 48 */
  @media (max-width: 47.9em) { 
    body {/*background-color: green;*/
        background-image:none; }

    nav.navbar {
        background: rgba(21,101, 111, .95);
        }
    .content{
      margin-bottom: 10em;
    }

    .featurette-image-about {
      max-width: 60%;
    }

    .mx-60{
      max-width: 40%;
    }
   
    .mx-40{
      max-width: 20%;
    }
    
    } 

    /* LESS THAN 576px FOOTER ISSUE */
@media (max-width: 576px) { 
   body {/*background-color: green; */
      background-image:none; }

  nav.navbar {
      background: rgba(21,101, 111, .95);
      }
  .content{
    margin-bottom: 4em;
  }
  .footer{
    position: relative;
  }
  .html{
   min-height: none;
  }

  
  } 

  
  /* LESS THAN 34 */
  @media (max-width: 33.9em) { 
    body {
      /* background-color: red;   */
    } 
  }


  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }


  /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-top: 3rem; */
  /* padding-bottom: 3rem; */

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 6rem;
  z-index: 10;
}

.carousel-caption-page {
  bottom: 11rem;
  z-index: 10;
}



/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  object-fit: cover;
overflow: hidden;
}

div.stretchy-wrapper {
  /* background-color: green; */
  position: relative;
  min-width: 100%;
  /* padding-top: 56.25%;  */
  height: 32rem;
  
}

div.stretchy-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);

}

.gradient{
  background: linear-gradient(to top, rgba(21,101, 111, 0.5), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  padding-top: 60px;
}

.bd-placeholder-img{
transform-origin: 50 50;
transition: transform .25s, visibility .25s ease-in;
}

.bd-placeholder-img:hover{
  transform: scale(1.25); /* (150% zoom)*/
}

.mb-2-5{
  margin-bottom: 2.5rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

.index-top{
 text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-page-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
  margin-top: 0px;
}

.featurette-subheading{
  margin-bottom: 2rem;
}

.featurette-heading-page{
  text-align: center;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2rem;

}

.key-finding{
  font-size: 1.25rem;
  font-weight:600;
}

.featurette-image{
  border: 2px solid rgba(21,101, 111, 0.5);
}

.featurette-image-about{
  padding-top: 20px;
  padding-bottom: 20px;
}

.mw-60{
  max-width:60%;
}

.mw-40{
  max-width:40%;
}
.featurette-image-col{
  display: flex;
  align-items: center;
}

.link-secondary{
  color:rgba(21,101, 111, 1);;
}

.ul-about{
  margin-left:20px !important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .h1-carousel-page{
    font-size:2.5rem;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    /* margin-top: 7rem; */
  }

  .h1-carousel-page{
    font-size:4.5rem
  }
}

