
/*
 *  HEADERBACKGROUND CLASSES:
 *
 */
.landing-page .header-back.one {
  background: url('../img/backgrounds/backdrop_punch.jpg') 50% center no-repeat;
  filter: brightness(40%);
}

.header-background-one {
  background: url('../img/backgrounds/website_background_one.png') 50% center no-repeat;

}

.header-background-two {
  background: url('../img/backgrounds/website_background_two.png')  right 35% bottom 30% no-repeat;

}

.header-background-three {
  background: url('../img/backgrounds/website_background_three.png') right 60% bottom 30% no-repeat;

}

.header-background-four {
  background: url('../img/backgrounds/header_four.jpg')  right 15% bottom 60% no-repeat;
}

.header-background-five {
  background: url('../img/backgrounds/header_five.jpg')  right 50% bottom 30% no-repeat;
}

/*
 *  COLOR OVERRIDES:
 *
 */
/*
 *  COLOR OVERRIDES: #1ab394 to #31BABC 
 *  #17987e to #31BABC 
 *  #179d82 to #31BABC
 * 31BABC blue verdigris
 * F4F4F4 white smoke - should be a little darker
 * f16F55 tomatoe
 * 333333 Jet
 * 465C69 for Payne's gray
 */
/* Initial transparent navbar */
.landing-page .navbar {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

/* Navbar changes to white on scroll */
.landing-page .navbar.scroll-active {
  background-color: #fff;
  border-color: #fff;
}

 /* Change text color when scrolled */
.landing-page .navbar.scroll-active .nav-link {
  color: #676a6c !important; /* Text color for white background */
}

.landing-page .navbar .nav-link {
  color: #fff; /* Initial text color for transparent background */
}

.landing-page .navbar .nav-link:hover,
.landing-page .navbar .nav-link:focus {
  color: #31BABC !important; /* Hover color, if needed */
  border-top: 6px solid #31BABC !important;
}

.form-card {
  background: #F16F55;
  color: #FFFFFF;

}

.dropdown-menu {
  position: absolute;
  z-index: 2050; /* Or higher */
}

.city-card {
  background: #31BABC;
  color: #FFFFFF;

}


.card-title {
 font-weight: bolder;
 font-size: 16px;
 margin-top: 5px;
 
}


.landing-page .color-section {
  background: #31BABC;
  margin-top: 0px;
}

.landing-page .color-section-two {
  background: #F16F55;
  margin-top: 0px;
}

.white-color {
  color: #fff !important;
}

.gray-color {
  color: #f4f4f4;
}
  
.paf_footer {
  max-width: 150px;
  margin-bottom:15px;
}

 body.landing-page {
  color: #212529;
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
}

.c-bold {
  font-weight: 700;
}


.landing-page h1 {
 font-family: "Londrina Solid", sans-serif;
 text-transform: uppercase;
 margin-top: 10px;
 font-size: 56px;
 font-weight: 400;
}



.landing-page .features h3 {
 font-family: "Londrina Solid", sans-serif;
 text-transform: uppercase;
 font-size: 24px;
 font-weight: 400;
 letter-spacing: .15rem;

}

.landing-page .about h2 {
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .15rem;
 }

 .landing-page .works h2 {
  font-family: "Londrina Solid", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .15rem;
 }

.event-header {
 font-weight: 700 !important;
}

/*
 *  NAVBAR FOR BOOSTRAP 5 UPDATE
 *
 */
 .landing-page .navbar {
  padding: 0 1rem;
}

.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}

.landing-page .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

.landing-page .navbar-wrapper .navbar {
  padding-right: 80px;
  padding-left: 15px;
}

.landing-page .navbar.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}

.landing-page .navbar {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.3s ease-in-out 0s;
}

.landing-page .navbar .nav-item .nav-link {
  color: #fff;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 25px;
  border-top: 6px solid transparent;
}



.landing-page .navbar .nav-item .nav-link.active,
.landing-page .navbar .nav-item .nav-link.active:hover {
  background: transparent;
  color: #fff;
  border-top: 6px solid #31BABC;
}

.landing-page .navbar .nav-item .nav-link:hover,
.landing-page .navbar .nav-item .nav-link:focus {
  color: #31BABC;
  background: inherit;
}

.landing-page .navbar .navbar-brand:hover,
.landing-page .navbar .navbar-brand:focus {
  background: #31BABC;
  color: #fff;
}

.landing-page .navbar .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #31BABC;
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  margin-top: -16px;
}

.landing-page .navbar-scroll .nav-item .nav-link {
  color: #676a6c;
}

.navbar .nav-item .dropdown-item {
  color: #676a6c;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 13px;
}

.landing-page .navbar-scroll .nav-item .nav-link:hover {
  color: #31BABC;
}

.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}

.landing-page .navbar .navbar-nav {
  flex-direction: row;
}

.landing-page .navbar .nav-item.active {
  border: none;
  background: inherit;
}

.landing-page .navbar .nav-item .nav-link {
  padding: 25px 10px 15px 10px;
}

.landing-page .navbar-scroll .nav-item .nav-link {
  padding: 20px 10px;
}

.landing-page .navbar .nav-item .nav-link.active,
.landing-page .navbar .nav-item .nav-link.active:hover {
  border-top: 6px solid #31BABC;
}

.landing-page .fixed-top {
  border: none !important;
}

.landing-page .fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec !important;
}

.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}


.accordion-button:not(.collapsed) {
    background-color: rgba(49, 186, 188, 0.5); /* Adjust the alpha value (0.5) to control transparency */
    color: #000000; /* Change text color if needed */
    border-color: rgba(49, 186, 188, 0.5); /* Optional: match the border color */
}

/*
 *  HEADER BACKGROUNdsS
 *
 */

 .header-background {
  padding-left:60px;
  padding-top:20px;
  padding-bottom:10px;
  padding-right:60px;
  text-align: center;
  color: white;
  font-size: 30px;
}

.header-text-bottom {
  padding-bottom: 10px;
}



/*
 *  HEADER icons
 *
 */

.image-cropper {
  height: calc(100% - 70px); /* Adjust the container's height */
  overflow: hidden; /* Hide the overflow to crop the image */

}

.header-icon {
    max-width: 40%;
    height: auto;
    object-fit: cover; /* Ensure the image covers the container */
    object-position: center 25px; /* Adjust the position to crop from the top and bottom */
}

.event-image{
  margin-top:55px;
  border-radius: 25px;
}

.bold-color-1 {
 font-weight: 900;
 color: #31BABC;
}

.navy-bg,
.bg-primary {
  background-color: #31BABC !important;
  color: #ffffff;
}

.city {
  background-color: #31BABC !important;
  color: #ffffff;
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom:25px;
  border-radius: 25px;
}

.city-name-header {
  margin-top:20px;
  font-size: 27px;
}

.bold-color-2 {
 font-weight: 900;
 color: #F16F55;
}

.label-secondary,
.badge-secondary {
  background-color: #F16F55;
  color: #FFFFFF;
}

.landing-page section p {
 color: #212529;
 font-size: 16px;
}

.text-primary-1 {
 color: #31BABC;
}

.text-secondary-1 {
 color: #F16F55;
}

.landing-page .gray-section {
 background: #edeadd;
 margin-top: 0px;
}

.landing-page .gray-dark-section {
  background: #465c69;
  margin-top: 0px;
 }

.landing-page .navy-line {
 width: 60px;
 height: 1px;
 margin: 60px auto 0;
 border-bottom: 2px solid #F16F55;
}

.landing-page .btn-primary {
 background-color: #31BABC;
 border-color: #31BABC;
 color: #FFFFFF;
 font-size: 14px;
 padding: 10px 20px;
 font-weight: 600;
}

.vertical-timeline-icon {
 border: 3px solid #F16F55;
}

#vertical-timeline.light-timeline:before {
 background: #F16F55;
}

.landing-page .btn-primary-2 {
 background-color: #F16F55;
 border-color: #F16F55;
 color: #FFFFFF;
 font-size: 14px;
 padding: 10px 20px;
 font-weight: 600;
}

.landing-page .social-icon a {
 background: #F16F55;
 color: #fff;
 padding: 4px 8px;
 height: 28px;
 width: 28px;
 display: block;
 border-radius: 50px;
}

.landing-page .social-icon a:hover {
 background: #F16F55;
}

#contact {
  margin-top:0px;
}

.text-dark {
 color: #676a6c;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px;
}
.conduct li {
  font-size: 15px;
}
/* to center flex-items */
.flex-item {
   margin: auto;
}

/*
 *  Sizing:
 *
 */

img.featured-on {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

img.partners {
  margin-top: 20px;
  max-width: 200px;
  max-height: 175px;
  margin-left: 10px;
  margin-right: 10px;
}

.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: center;
}

.landing-page .carousel-caption.landing-page {
  padding-left: 50px;
}

.landing-page .carousel-caption.form-page {
  padding-left: 150px;
}

.landing-page .carousel-caption h1 {
 font-weight: 700;
 font-size: 60px;
 text-transform: uppercase;
 text-shadow: none;
 letter-spacing: .15rem;
 
}

.landing-page .carousel-caption h1.landing-header-text {
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 28px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: .15rem;
  
 }

 .landing-page .carousel-caption h1.form-header-text {
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 48px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: .15rem;
  
 }

 h1.landing-background-header-text {
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 28px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: .15rem;
  
 }

 h1.landing-background-header-text-large {
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  margin-bottom: 40px;
  font-size: 40px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: .15rem;
  
 }

  h1.form-background-header-text {
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 48px;
  text-transform: none;
  text-shadow: none;
  letter-spacing: .15rem;
  
 }

.accordion-button {
  font-size: 26px;
}

.accordion-small-text {
  font-size: 14px;
  font-family: 'Comfortaa', 'Open Sans', helvetica, arial, sans-serif;
  text-align: left
}
.landing-page .carousel-caption h2 {
 font-weight: 900;
 font-size: 28px;
 text-transform: none;
 text-shadow: none;
 letter-spacing: .15rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}


.mb-0 {
  margin-bottom: 0px;
}

.ml-25 {
  margin-left: 25px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-5 {
 margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
 }
 

.mr-3 {
 margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mr-3 {
  margin-top: 3px;
}

.vertical-timeline-content h2 {
 font-size: 20px;
}

.circle-logo {
 margin-left:25px;
}

.vertical-timeline-content p {
 font-size: 18px !important;
 margin: 0 !important;
}

.vertical-container {
 width: 60%;
 margin-left: 400px;
}

.calendar-image {
 max-width:150px;
 max-height:100px;
}

.vertical-timeline-logo {
 position: absolute;
 top: 0;
 left: 0;
 margin-top: 0px;
 margin-left: -150px;
}

.vertical-timeline-block {
 position: relative;
 margin: 3.5em 0;
}

.vertical-timeline-icon {
 position: absolute;
 top: 0;
 left: 0;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 font-size: 16px;
 border: 3px solid #f1f1f1;
 text-align: center;
}
.vertical-timeline-content {
 position: relative;
 margin-left: 80px;
 background: white;
 border-radius: 0.25em;
 padding: 1em;
}

.desktop-hide {
 display: none;
}

.paf_header {
  max-width: 300px;
  margin-right: 25px;
 }

/*
 * Middle Sized Screens
 */
 @media only screen 
 and (max-width: 992px) {

  .vertical-container {
    width: 90%;
    margin-left: 180px;
   }

 }

/*
 * SMALLER SCREEN
 */


@media (max-width: 767px) {
 
  .mobile-hide {
   display: none;
 }

  .desktop-hide {
  display: initial;
 }

 .landing-page .navbar-wrapper .navbar {
  padding-right: 15px !important;
  padding-left: 15px;
}

/*
.landing-page .navbar .nav-item .nav-link.active,
.landing-page .navbar .nav-item .nav-link.active:hover {
  border-top: 0px !important;
}
*/

 .header-icon {
  padding-top:50px;
  padding-bottom:20px;
  max-width: 70%;
 }

 .landing-page .navbar .nav-item .nav-link.active, .landing-page .navbar .nav-item .nav-link.active:hover {
  border-top: 0px;
}

 .navbar .nav-item .dropdown-item  {
  padding-top: 25px;
}

 .navbar .dropdown-menu  {
  box-shadow: None;
  border-radius: 0px;
}

 img.partners {
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 150px;
  max-height: 125px;
  margin-left: 10px;
  margin-right: 10px;
}

img.featured-on {
  max-width: 150px;
  max-height: 200px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

 .paf_header {
  max-width: 250px;
  margin-top: 0px; 
  margin-bottom:20px;
  margin-left: 0px;
 }


 .landing-background-header-text br {
  display: none;
}

 .landing-page .carousel-caption.landing-page {
  padding-left: 0px;
}

.landing-page .carousel-caption.form-page {
  padding-left: 100px;
}

 .landing-page .carousel-caption h1.landing-header-text {
  font-weight: 900;
  font-size: 20px;
 }

 .landing-page .carousel-caption h1.form-header-text {
  font-weight: 900;
  font-size: 34px;
 }


 .paf_footer {
  max-width: 75px;
  margin-bottom:15px;
}

/*
 * SMALLER SCREEN

 */
 .landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .15rem;
  margin-left:200px;
  margin-right: 0px;
  margin-top:0px;
 }
 .landing-page .carousel-caption h1 img{
  margin-right: 0px;
}

 .landing-page .carousel-caption h2 {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .15rem;
 }
 
 .circle-logo {
  margin-left:25px;
 }

 .calendar-image {
  margin-top: 10px;
  margin-right:5px;
 }

 .vertical-timeline-content p {
  font-size: 16px !important;
}

 .vertical-container {
  width: 100%;
  margin-left: 180px;
 }
 #vertical-timeline {
 margin-left: 150px;
 }
 .vertical-timeline-content {
  margin-left: 60px;
  border-radius: 0.25em;
  padding-top: 1em;
  padding-right: 0.7em;
  padding-bottom: 1em;
  padding-left: 0.7em;
 }

 .vertical-timeline-logo {
  margin-top: -15px;
  margin-left: -150px;
  text-align: right;
 }

 .vertical-timeline-content h2 {
  font-size: 16px;
  margin-bottom: 2px;
}
.vertical-timeline-block {
 margin: 4.5em 0;
}

.navbar-toggler {
  background-color: #31BABC;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  margin: 8px;
}



}


/*
 * PHONE SCREEN
 */
@media only screen 
and (max-width: 450px) {

  .paf_header {
    max-width: 240px;
   }

  .circle-logo {
    margin-left:8px;
   }
   .vertical-timeline-content h2 {
    font-size: 14px;
    margin-bottom: 2px;
  }
   .vertical-timeline-content p {
    font-size: 12px !important;
  }
   .calendar-image {
    max-width:95px;
    max-height:95px;
    margin-top: 10px;
    margin-right:5px;
   }

  
 

   .vertical-container {
    width: 100%;
    margin-left: 20px;
   }
   #vertical-timeline {
   margin-left: 95px;
   }
   .vertical-timeline-content {
    margin-left: 60px;
    border-radius: 0.25em;
    padding-top: 1em;
    padding-right: 0.7em;
    padding-bottom: 1em;
    padding-left: 0.7em;
   }
  
   .vertical-timeline-logo {
    margin-left: -100px;
    margin-top: -15px;
    
    text-align: right;
   }
  

  .vertical-timeline-block {
   margin: 4.5em 0;
  }

  small {
    font-size: 12px;
  }

  .landing-page .carousel-caption.landing-page {
    padding-left: 2px;
  }
  
  .landing-page .carousel-caption.form-page {
    padding-left: 25px;
  }

}

/* General mobile adjustments */
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  
  .landing-page .navbar {
    background-color: #fff;
    border-color: #fff;
  
    transition: all 0.3s ease-in-out;
  }
  
  .landing-page .navbar .nav-item .nav-link:focus {
    background: transparent;
    color: inherit;
  }
  
  .landing-page .navbar .nav-item .nav-link {
    color: #676a6c;
  }
  
  .landing-page .navbar .nav-item .nav-link:hover {
    color: #31BABC;
  }
  
  .landing-page .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  
  .landing-page .nav-item .nav-link {
    padding: 10px 10px 15px 10px;
  }
  
  .landing-page .navbar-nav .nav-item .nav-link {
    padding: 20px 10px;
  }
  
  
  .landing-page .navbar .navbar-brand {
    margin-top: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  
  .landing-page .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  
  .landing-page .navbar .nav-item .nav-link.active,
  .landing-page .navbar .nav-item .nav-link.active:hover {
    color: inherit;
  }
  
  .landing-page .carousel-control {
    display: none;
  }
}

/* Large screen adjustments */
@media (min-width: 992px) {
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}

/* Additional mobile adjustments */
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  
  .landing-page .navbar .navbar-toggler {
    background-color: #31BABC;
    padding: 9px 10px;
    border: none;
  }
  
  .landing-page .navbar .navbar-nav {
    flex-direction: column;
  }
}

/* Navbar toggle adjustments */


.landing-page .navbar-toggler {
  color: #31BABC;
  float: right;
}

.landing-page .navbar-toggler i {
  font-size: 24px;
}

/* General mobile adjustments */
@media (max-width: 768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }
  
  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }
  
  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }
  
  .landing-page .navbar {
    background-color: #fff;
    border-color: #fff;
    
    transition: all 0.3s ease-in-out;
  }
  
  .landing-page .navbar .nav-item .nav-link:focus {
    background: transparent;
    color: inherit;
  }
  
  .landing-page .navbar .nav-item .nav-link {
    color: #676a6c;
  }
  
  .landing-page .navbar .nav-item .nav-link:hover {
    color: #31BABC;
  }
  
  .landing-page .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }
  
  .landing-page .nav-item .nav-link {
    padding: 10px 10px 15px 10px;
  }
  
  .landing-page .navbar-nav .nav-item .nav-link {
    padding: 20px 10px;
  }
  
  .landing-page .navbar .navbar-brand {
    margin-top: 5px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }
  
  .landing-page .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }
  
  .landing-page .navbar .nav-item .nav-link.active,
  .landing-page .navbar .nav-item .nav-link.active:hover {
    color: inherit;
  }
  
  .landing-page .carousel-control {
    display: none;
  }
}

/* Large screen adjustments for transparency */
@media (min-width: 992px) {
  .landing-page .navbar {
    background-color: transparent;
    border-color: transparent;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;   /* Adjust padding if necessary */
  }
  
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}

/* Additional mobile adjustments */
@media (max-width: 768px) {
  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }
  
  .landing-page .navbar .navbar-toggler {
    background-color: #31BABC;
    padding: 9px 10px;
    border: none;
  }
  
  .landing-page .navbar .navbar-nav {
    flex-direction: column;
  }
}

/* Navbar toggle adjustments */
.landing-page .navbar-toggler {
  color: #ddd;
  float: right;
}

.landing-page .navbar-toggler i {
  font-size: 24px;
}
