@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Baloo+2:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

a, button, input {
  outline: none;
}

.m-1 {
  margin: 10px;
}

.m-2 {
  margin: 20px;
}

.m-3 {
  margin: 30px;
}

.m-4 {
  margin: 40px;
}

.m-5 {
  margin: 50px;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

body {
  background-color: #F5F5F5;
}

.intro {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.intro .banner {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro .page-header {
  text-align: center;
}

.intro .page-header .page-title {
  color: white;
  text-shadow: 1px 3px 10px rgba(0, 0, 0, 0.56);
  font-family: "Satisfy";
  font-size: 4.5em;
  font-weight: normal;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.intro .page-header .page-title:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.intro .page-header .page-caption {
  color: white;
  font-family: "Merienda";
}

.intro .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro .info .icon {
  color: white;
  font-size: 2em;
}

.content-page {
  width: 100%;
  min-height: 100vh;
  height: auto;
}

.content-page .container-flex {
  width: 70%;
  min-height: 100vh;
  margin: 0 auto;
  margin-top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-page .container-flex .long-div {
  height: 90vh;
  width: 49%;
  position: relative;
  cursor: pointer;
  -webkit-transition: ease .3s;
  transition: ease .3s;
  overflow: hidden;
}

.content-page .container-flex .long-div:hover img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.content-page .container-flex .long-div:hover div {
  background-color: rgba(0, 0, 0, 0.6);
}

.content-page .container-flex .long-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.content-page .container-flex .long-div div {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.content-page .container-flex .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: 90vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item {
  width: 100%;
  height: 49%;
  background-color: silver;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.item:nth-child(1):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item:nth-child(1):hover div {
  background-color: rgba(0, 0, 0, 0.6);
}

.item:nth-child(1) div {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.item:nth-child(2):hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item:nth-child(2):hover div {
  background-color: rgba(0, 0, 0, 0.6);
}

.item:nth-child(2) div {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.title-div {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.title-div h2 {
  color: white;
  font-family: "Merienda";
}

.title-section {
  margin-top: 10vh;
  margin-left: 5%;
  font-family: sans-serif;
}

.galleria {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #21222C;
}

.content-gallery {
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  min-height: 100vh;
  height: auto;
  width: 100%;
  margin: 0 auto;
  background-color: #21222C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-gallery.show {
  -webkit-animation: showGalleria .3s ease forwards;
          animation: showGalleria .3s ease forwards;
}

@-webkit-keyframes showGalleria {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes showGalleria {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.content-gallery.hide {
  -webkit-animation: hideGalleria .5s ease forwards;
          animation: hideGalleria .5s ease forwards;
}

@-webkit-keyframes hideGalleria {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes hideGalleria {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

#close-photos, #close-videos, #close-preaching, #close-hymns, #close-children-school {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 10001;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.8);
  font-family: sans-serif;
  font-weight: bold;
  -webkit-transition: ease .2s;
  transition: ease .2s;
  background-color: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#close-photos:hover, #close-videos:hover, #close-preaching:hover, #close-hymns:hover, #close-children-school:hover {
  color: white;
}

#close-photos i, #close-videos i, #close-preaching i, #close-hymns i, #close-children-school i {
  font-size: 2em;
  margin-left: 3px;
}

.vid-list-container {
  height: 80vh;
}

.wide-div {
  width: 100%;
  height: 40vh;
  margin-bottom: 10vh;
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wide-div div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wide-div .children-school {
  width: 39%;
  overflow: hidden;
}

.wide-div .children-school img {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.wide-div .children-school:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wide-div .preaching {
  width: 60%;
  overflow: hidden;
}

.wide-div .preaching img {
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.wide-div .preaching:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer {
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 10vh;
}

.footer img {
  width: 60px;
  height: 60px;
}

.footer span {
  color: gray;
  text-align: center;
  font-family: "Baloo 2";
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .content-page .container-flex {
    width: 90%;
  }
}

@media (max-width: 1000px) and (max-width: 770px) {
  .content-page .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-page .container-flex .long-div {
    width: 100%;
    height: 25vh;
  }
  .content-page .container-flex .flex-column {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .content-page .container-flex .flex-column .item {
    width: 100%;
    height: 25vh;
    margin-top: 10px;
  }
  .wide-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .wide-div .preaching, .wide-div .children-school {
    width: 100%;
    margin-top: 10px;
    height: 25vh;
  }
}

.video-gallery {
  width: 80%;
  min-height: 100vh;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vid-container {
  width: 75%;
  height: 70vh;
}

.vid-container iframe {
  width: 100%;
  height: 100%;
}

.vid-list-container {
  width: 25%;
  overflow: hidden;
  height: 70vh;
  background-color: #282A36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: auto;
}

.vid-list-container ::-webkit-scrollbar {
  width: 8px;
}

.vid-list-container ::-webkit-scrollbar-track {
  background-color: transparent;
  cursor: -webkit-grab;
  cursor: grab;
}

.vid-list-container ::-webkit-scrollbar-thumb {
  background-color: #f5f5f5ad;
  border-radius: 5px;
}

.vid-list-container ::-webkit-scrollbar-thumb:hover {
  background-color: #F5F5F5;
}

.vid-list-container ::-webkit-scrollbar-thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.vid-list-container:hover, .vid-list-container-:focus {
  overflow-y: auto;
}

ol#vid-list {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  width: 100%;
}

ol#vid-list li {
  width: 100%;
}

ol#vid-list li a {
  text-decoration: none;
  min-height: 55px;
  height: auto;
  display: block;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #f5f5f559;
  border-top: none;
  border-right: none;
  border-left: none;
}

.vid-thumb {
  margin-right: 8px;
}

.active-vid {
  background: #3A3A3A;
}

#vid-list .desc {
  color: #F5F5F5;
  font-size: 1.2em;
  font-family: "Baloo 2";
}

ol#vid-list li a:hover, ol#vid-list li.selected a {
  background-color: #343746;
}

@media (max-width: 1145px) {
  .video-gallery {
    width: 95%;
  }
  .vid-container {
    width: 100%;
    height: 60vh;
  }
  .vid-list-container {
    width: 100%;
    height: 40vh;
  }
}
/*# sourceMappingURL=style.css.map */
