/*
// Theme Name : Iglesia Cristiana La Puerta Abierta Inc.
// Created On : 8/29/2026
// Author : Joe Kustek
// Version : 1.0
// Description : Custom built theme for the Iglesia Cristiana La Puerta Abierta website built in the JoeCms Framework
*/
/* custom styles */

/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}

.growth-header-wrapper {
background-image: linear-gradient(#f9e49a, #fff);
}

/* Desktop Styles */
@media only screen and (min-width: 991px) {

.page-class-1 .site-header {
  margin-bottom: 0px!Important;
}

    .growth-header-wrapper {
      background-image: url(/files/6a92f5d4418fc.png), url(/files/6a9300a65413b.png);
      background-position: left top, right top;
      background-repeat: no-repeat, no-repeat;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin-top: 5px;
  }
  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
    text-align: center;
  }

}
