/*  General CSS - needed for all pages */


html {
  width: 100;
}

body {
  font-family: 'Nunito','Montserrat';
  letter-spacing: 0.0625em;
  width: 100;
}

a {
  color: #d9d9d9;
}

a:focus, a:hover {
  text-decoration: none;
  color: #4ec6e3;
}

footer {
  padding: 5rem 0;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: rgb(78,198,227) !important;
}

.bg-secondary {
  background-color: #378ea3 !important;
}

.bg-footer {
  background-color: #0B4E88;
}

.text-primary {
  color: rgb(78,198,227) !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: relative;
  align: center;
}

.team-card {
    transition: all 0.05s ease-in-out;
    border: none;
    background-color: #fff; !important;
    border-radius: .50rem;
    max-width: 400px;
    margin: 0 auto; /* Centers the card inside the column */

    /*!*background: #F1F2F2;*!*/
    /*position: relative;*/
    /*margin-bottom: -3rem;*/
    /*color: #414042;*/
    /*text-align: center;*/
    /*width: 90%;*/
    /*margin: 0 auto; !* Added *!*/
    /*float: none; !* Added *!*/
  }

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #F1F2F2
}

.partner-card {
    transition: all 0.1s ease-in-out;
    border: none;
}

.partner-card:hover {
    transform: scale(1.05);
    /*box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);*/
}

.team-col {
    flex: 0 0 calc(33.3333% - 15px);
    max-width: calc(33.3333% - 15px);
}

.team-col-three {
    flex: 0 0 calc(33.3333% - 15px);
    max-width: calc(33.3333% - 15px);
}

.gallery {
    text-align: center;
}

.gallery a img {
    /*width: 450px;*/
    /*height: 350px;*/
    object-fit: cover;
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
}
/*.img-fluid {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  object-fit: cover;*/
/*}*/



/*   Default button css    */
.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Nunito','Montserrat';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

/*   Primary Button CSS and effects    */
.btn-primary {
  background-color: #414042;
  font-size: 15px;
  width: 100%;
  border-radius: 0px;
}

.btn-primary:hover {
  background-color: #F1F2F2;
}

.btn-primary:hover p {
  color: #0B4E88;
}

.btn-primary:focus {
  background-color: #aaa;
  color: white;
}

.btn-primary:active {
  background-color: rgb(78,210,257) !important;
}

.btn-group {
  display: block;
  width: 70%;
}

/*   Secondary Button CSS and Effects    */

.btn-primary-2 {
  background-color: #76CFE5;
  padding-top: 3.5rem;
  width: 80%;
}

.btn-primary-2:hover {
  background-color: #43B5D3;
}

.btn-primary-2:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2:active {
  background-color:  #267EB6 !important;
}

.btn-primary-2a {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 90%;
}

.btn-primary-2a:hover {
  background-color: #43B5D3;
}

.btn-primary-2a:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2a:active {
  background-color:  #267EB6 !important;
}



.btn-primary-2b {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 90%;
}

.btn-primary-2b:hover {
  background-color: #43B5D3;
}

.btn-primary-2b:focus {
  background-color: #414042;
  color: white;
}

.btn-primary-2b:active {
  background-color:  #267EB6 !important;
}



/*  Third button CSS and Effects     */
.btn-primary-3 {
  background-color: #225663;
  color: #fff;
  padding: 2.5rem;
  padding-top: 3rem;
  width: 90%;
}

.btn-primary-3:visited {
  background-color: #782f40 ;
}

.btn-primary-3:hover {
  background-color: rgb(78,198,237);
}

.btn-primary-3:focus {
  background-color: #225663;
  color: white;
}

.btn-primary-3:active {
  background-color: #225663;
}

.btn-secondary {
  background-color: #0d9fd9;
 padding: 1rem;
 margin-top: 1rem;
}

.btn-secondary:hover {
  background-color: #03c4f0 ;
}

.btn-secondary:active {
  background-color: #0097f5 !important;
}



/*   Navbar Logo     Updating Logo, removing fixed size */
#mainNav .logo {
  width:250px;
}

/*  Navbar Mobile Menu Button     */
#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #0B4E88;
  border: 1px solid #0B4E88;
}

/*   Menu Button List Container    */
#mainNav .navbar-nav {

}

/*   Menu page links and Effects   */
#mainNav .nav-link {
  -webkit-transition: none;
  transition: none;
  padding: 0rem 1.5rem;
  color: #0B4E88;
  font-size: 1.25rem;
}

#mainNav .nav-link:hover {
  color: #0B4E88;
  font-weight: bold;
}

#mainNav .nav-link:active {
  color: #0B4E88;
}


.contact-section .box {
  border: 0;
  padding: 2rem;
}

.contact-section .box h4 {
  font-size: 0.8rem;
  font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .box hr {
  border-color: #76CFE5;
  border-width: 0.25rem;
  width: 3rem;
}

.copyright {
  margin: 0 auto;
  float:none;
}


@media (min-width: 300px) {
.sponsors img {

}

.sponsors img:hover {

}
}

@media screen and (max-width: 600px) {

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}

}


@media (min-width: 480px) {
  .btn-primary {
   font-size: 21px;
  }

  .btn-primary-2 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .btn-primary {
   font-size: 20px;
  }

  .btn-primary-2 {
    width: 75%;
  }

  .btn-primary-2a {
    width: 75%;
  }

  .btn-primary-2b {
    width: 75%;
  }
}

@media (min-width: 768px) {

.btn-primary-2 {
  width: 35%;
  }
}


@media (min-width: 992px) {

.btn-primary-2a {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 95%;
  }

.btn-primary-2b {
  background-color: #76CFE5;
  padding: 2.5rem;
  padding-top: 3.5rem;
  width: 70%;
  }

  .sponsors img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
     filter: gray; /* IE 6-9 */
  }

  .sponsors img:hover {
     -webkit-filter: none;
     -moz-filter: none;
     -ms-filter: none;
     filter: none;
  }



}



 /*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .btn-primary-2 {
    width: 95%;
  }

  .btn-primary-2a {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
    width: 85%;
  }

  .btn-primary-2b {
    background-color: #76CFE5;
    padding: 2.5rem;
    padding-top: 3.5rem;
      width: 55%;
  }
}


  /*Extra largeeeeeee devices (large desktops, 1200px and up) */
 @media (min-width: 1600px) {

}

/* End of General CSS */



/* Start of Team CSS */

.linkedin img {
  width:15%;
}

.masthead-title{
color:#f1f2f2;
font-size:22px;
padding-top: 1rem;
padding-bottom:1rem;
}

.masthead-team {
    position: relative;
    width: 100%;
    max-height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 6px 4px #404040;
    background-image: linear-gradient(rgba(237, 251, 255, 0.43), rgba(0, 0, 0, 0.45)) , url("../img/team/mountain.jpg");

    /* Add these lines */
    display: flex;
    align-items: center;
    justify-content: center;

    color: #f1f2f2;
    font-size: 35px;
    padding-top: 8rem;
    padding-bottom: 1rem;
}

 /*.mastheads {*/
 /*           display: flex;*/
 /*           width: 100%;*/
 /*           height: 300px; !* You can set this to be whatever height you want *!*/
 /*           overflow: hidden; !* Prevents spillover *!*/
 /*       }*/

 /*       !* Set the dimensions of the images and other properties *!*/
 /*       .mastheads img {*/
 /*           position: relative;*/
 /*           width: 100%; !* Each image takes up half the masthead *!*/
 /*           !*height: 100%;*!*/
 /*           object-fit: cover; !* This makes sure images cover the area without distorting *!*/
 /*       }*/



.card {
  background: #F1F2F2;
  position: relative;
  margin-bottom: -3rem;
  color: #414042;
  text-align: center;
  width: 90%;
  margin: 0
  auto; /* Added */
  float: none; /* Added */
}

.team-section {
  margin-top: 2rem;
  margin-bottom:1rem;
}

.team-section .btn-primary-2 {
  height:25vh;
}




.team-img {
 position: relative;
 z-index: 5;
 width: 45%;
 border-radius: 50%;
}

.button-content {
  margin-top: -4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}


.section-heading {
  text-transform:uppercase
}

.section-heading .section-heading-upper {
  display:block;
  font-size:1.2rem;
  color: #fff;
  }

.section-heading-lower {
  display:block;
  font-size:1.4rem;
}

.section-heading .section-heading-advisors {
  display: block;
  font-size: 1.7rem;
  font-weight: 100;
  color: #fff;
}


.mission-vision {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  background-color:  #414042;

}



.mission {
  position: relative;
  color: white;
  text-align: center;
  width: 75%;
  margin: 0
  auto; /* Added */
  float: none; /* Added */
padding: 1rem;
font-size: 22px;

}

.vision {
  position: relative;
  color: white;
  text-align: left;
  width: 100%;
  margin: 0
  auto; /* Added */
  float: none; /* Added */
  padding: 1rem;

}

.advisor-section {
  margin-top: 2rem;
  margin-bottom:2rem;

}

.advisor-img {
 position: relative;
 z-index: 5;
 width: 50%;
 border-radius: 50%;
}

.advisor-img-top {
 position: relative;
 z-index: 5;
 width: 50%;
 border-radius: 50%;
}



.sponsors {
  padding-left:2rem;
  padding-right:2rem;

  float: none;
  margin: auto 0;
}
@media (min-width: 350px) {

    .masthead-team {
        height: 35vh;
        padding: 0;


        font-size: 20px;
        text-align: center;
    }
}


@media (min-width: 480px) {

    .masthead-team {
      height: 35vh;
      padding: 0;


        font-size: 25px;
        text-align: center;
    }

    .masthead-title{

    font-size:28px;
    padding-top: 1rem;
    padding-bottom:1rem;
    }

    .masthead-title-team{

    font-size:28px;
    padding-top: 1rem;
    padding-bottom:1rem;
    }

    .team-section .btn-primary-2 {
      height:25vh;
    }

}

@media (min-width: 576px) {
  .masthead-team {
    height: 35vh;
    padding: 0;

    font-size: 25px;
    text-align: center;
  }


  .team-img {
    width:35%;
  }

    .advisor-img {
     position: relative;
     z-index: 5;
     width: 35%;
     border-radius: 50%;
    }

  .advisor-img-top {
    width:35%;
  }


  .masthead-title{

  font-size:26px;
  padding-top: 4rem;
  padding-bottom:1rem;
  }

  .masthead-title-team{

  font-size:26px;
  padding-top: 1rem;
  padding-bottom:1rem;
  }

  .team-section .btn-primary-2 {
    height:30vh;
    width: 30vh;
  }
}

  @media (min-width: 768px) {

      .advisor-img-top {
        width:40%;
      }

      .advisor-img {
       position: relative;
       z-index: 5;
       width: 40%;
       border-radius: 50%;
      }

    .masthead-team {
      height: 40vh;
      padding: 0;
    }

    .masthead-title{

    font-size:26px;
    padding-top: 3rem;
    padding-bottom:1rem;
    }

    .team-section .btn-primary-2 {
      height: 25vh;
      width: 40vh;
    }
  }


  @media (min-width: 992px) {
    .masthead-team {
      height: 50vh;
      padding: 0;
    }


    .masthead-title{

    font-size:26px;
    padding-top: 3rem;
    padding-bottom:1rem;
    }


    .advisor-img-top {
      width:40%;
    }

    .advisor-img {
     position: relative;
     z-index: 5;
     width: 25%;
     border-radius: 50%;
    }

    .team-img {
      width:35%;
    }

    .team-section .btn-primary-2 {
      height: 25vh;
      width: 45vh;
    }

    #mainNav .navbar-brand {
    margin-left: 3rem;
  }
  }

  @media (min-width: 1200px) {
    .masthead-team {
      height: 55vh;
      padding: 0;
        font-size: 30px;

    }

    .sponsors {
      padding: 2rem;
      width: 100%;

    }

    .team-img {
      width:55%;
    }

    .advisor-img {
     position: relative;
     z-index: 5;
     width: 30%;
     border-radius: 50%;
    }

    .advisor-img-top {
      width:50%;
    }

    .team-section .btn-primary-2 {
      height: 30vh;
      width: 36vh;
    }

  #mainNav .navbar-brand {
    margin-left: 7rem;
  }
  }

  @media (min-width: 1400px) {
    .team-section .btn-primary-2 {
      height: 30vh;
      width: 42vh;
    }
  }

  @media (min-width: 1600px) {
    .masthead-team {
      height: 60vh;
      padding: 0;
    }


    .masthead-title{

    font-size:36px;
    padding-top: 6rem;
    padding-bottom:1rem;
    }

    .team-section .btn-primary-2 {
      height: 25vh;
      width: 45vh;
    }

  }
/* End oF Team Page */
