@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alex+Brush&display=swap');

/*-------------EVENTS PICTURES------------*/
/*-------------EVENTS PICTURES------------*/
/*-------------EVENTS PICTURES------------*/
/* #event-1 .event-picture{
  background-image: url(img/pic.jpg);

} */

#DOTK-pic .event-picture{
  background-image: url(img/DOTK.png);
  
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
  width:50%;
  
  padding-top: 50.67%;
}
/*-------------EVENTS PICTURES------------*/
/*-------------EVENTS PICTURES------------*/
/*-------------EVENTS PICTURES------------*/

body, html {
  height: 100%;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 300%;
  color: rgb(14, 14, 14);
  background-color:  #f2f2f2;
  text-align: center;
  
}

.burger{
  width:40px;
  
}
#map{
  height: 300px;
  width: 100%;
}

nav{
  display:flex;
  justify-content: space-around;
  align-items: center;
  max-height: 60px;
  background-color:  #f2f2f2;
  font-family: 'Montserrat', sans-serif;
  position:fixed;
  z-index: 5;
  width:100%;
}

.nav-logo{
  
  height: 50px;
  width: 50px;
  background: url(svg/LogoFO.svg);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.nav-links{
  display: flex;
  /*background-color: grey;*/
  justify-content: space-evenly;
  text-align: center;
  margin: 0;
  width: 40%;
  list-style-type: none;
}

.nav-links a{
  color:black;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
 

}

.nav-links li{
  border-top: 3px solid #f2f2f2;
}
.nav-links li:hover{
    border-top: 3px solid black;
    
  
}

.light-mode{
  display: block;
  display:none;
  transform: translateX(-20vw);
  float: right;
  
  height: 50px;
  width: 50px;
  background: url(svg/dark-mode.svg);
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  
}

.light-mode-nav{
  
  height: 50px;
  width: 50px;
  background: url(svg/dark-mode.svg);
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  
}

.burger div{
  width: 25px;
  height: 3px;
  background-color: black;
  transform: translateX(5px);
  margin: 5px;
  transition: all 0.3s ease;
}

.burger{
  display: none;
}

.lang{
  display: none;
}

.logo {
  
  margin: auto;
  margin-top: -5%;
  width: 850px;
  height: 350px;
  background: url(svg/banner_logo2w.svg);
  background-size: 850px 350px;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  transition-duration: 0.4s;

}

.logo-es {
  display: block;
  margin: auto;
  margin-top: -5%;
  width: 850px;
  height: 350px;
  background: url(svg/banner_logo2w-ES.svg);
  background-size: 850px 350px;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  transition-duration: 0.4s;

}

.parallax1 {
  background: url(img/Church2d.jpg);
  min-height: 95%;
}

.parallax2 {
  background: url(img/second.jpg);
  min-height: 70%;
  min-height: 676px;
}
.parallax3 {
  background: url(img/worship3.jpg);
  min-height: 70%;
  min-height: 676px;
}
.parallax4 {
  background: url(img/worship1.jpg);
  min-height: 70%;
  min-height: 676px;
}

/* ROUNDED
.parallax1,.parallax2,.parallax3,.parallax4{
  width: 97%;
  left:1.5%;
  right:1.5%;
  border-radius: 5px;
}*/


.parallax1 {
  position: relative;
  
  opacity: .95;
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:scroll;
  
}


.parallax2, .parallax3, .parallax4 {
  position: relative;
  
  opacity: .90;
  background-position: center;
  background-position-y: translate(140px);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.heading {
  position: absolute;
  color: rgb(255, 255, 255);  
  font-size: 140%;
  top: 30%;
  width: 100%;
  text-transform: none;
  text-shadow:3px 3px 4px #000;
  font-weight: lighter;
}
.intro-text{
  width: 40%;
  margin: auto;
  margin-bottom: 1%;
  line-height: 110%;
  font-size: 80%;
  text-shadow:0 0 10px #000,0 0 10px #000 ,0 0 10px #000;
  text-align: center;
  }
  
.buttonIntro {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  background-color: rgba(76, 175, 79, 0);
  border: 2px solid white;
  color: white;
  padding: 2px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin:auto;
  
  cursor: pointer;
}

.buttonIntro:hover {
  background-color: white; 
  color: black;
  text-shadow: none;
}
.subheading {
  position: absolute;
  color: rgb(253, 108, 51);
  font-size: 90%;
  top: 90%;
  width: 100%;
  text-transform: none;
  letter-spacing: 6px;
  text-shadow:3px 3px 4px #000;
  font-family: 'Alex Brush', cursive;
  font-weight: bolder;
}
.heading-sm,.heading-sm2 {
  position: absolute;
  top: 20%;
  width: 100%;
  color: #fff;
  font-size: 300%;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
  font-weight: bold;
}
.two-col {
  float: left;
  width: 42%;
  padding: 0 4%;
  text-align: left;
  line-height: 180%;
}

section {
  overflow: auto;
  padding: 50px 50px;
  line-height: 100%;

}

.content{
  overflow: auto;
  /*background-color: #1a1a1a;*/
  background-color: #f2f2f2;
  color: #1a1a1a;
}

#visit-us{
  overflow: auto;
  padding: 20px 25% 20px 25%;
  width: 50%;
  line-height: 190%;
  /*background-color: #1a1a1a;*/
  /*background-color: #f2f2f2;*/
  
  color: #1a1a1a;
  font-size: 16px;

}

#serve{
  overflow: auto;
  padding: 20px 25% 20px 25%;
  width: 50%;
  /*background-color: #1a1a1a;*/
  /*background-color: #f2f2f2;*/
  
  color: #1a1a1a;
  font-size: 16px;
  line-height: 190%;
}

.heading-Serve{
  position: absolute;
  top: 40%;
  width: 100%;
  color: #f2f2f2;
  font-size: 300%;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
  font-weight: bold;
}

.heading-serve2{
  position: absolute;
  top: 40%;
  width: 70%;
  color: #f2f2f2;
  left :15%;
  right :15%;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
}

.heading-serve2-es{
  position: absolute;
  top: 40%;
  width: 70%;
  color: #f2f2f2;
  left :15%;
  right :15%;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
}

.heading-events1{
  position: relative;
  
  transform: translateX(-50%);
  transform: translateY(70%);
  

  
  color: #f2f2f2;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
  
  text-align: center;
}

.heading-events2{
  position: relative;
  left:25%;
  width: 50%;
  color: #f2f2f2;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000 , 0 0 10px #000, 0 0 5px #000;
  font-weight: bold;
  
  text-align: center;
}

.heading-events1-es{
  position: relative;
  
  transform: translateX(-50%);
  transform: translateY(70%);
  

  
  color: #f2f2f2;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
  
  text-align: center;
}

.heading-events2-es{
  position: relative;
  left:25%;
  width: 50%;
  color: #f2f2f2;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000 , 0 0 10px #000, 0 0 5px #000;
  font-weight: bold;
  
  text-align: center;
}


.events{
  position: relative;
  left: 25%;
  width:50%;
  
  transform: translateY(50%);
  font-size: 50px;
}

.buttonEvent {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  background-color: rgba(76, 175, 79, 0);
  border: 2px solid white;
  color: white;
  padding: 2px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
  margin:auto;
  
  cursor: pointer;
}

.buttonEvent:hover {
  background-color: white; 
  color: black;
  text-shadow: none;
}

#what-we-believe{
  overflow: auto;
  padding: 20px 25% 20px 25%;
  
  /*background-color: #1a1a1a;*/
  /*background-color: #f2f2f2;*/
  
  color: #1a1a1a;
  font-size: 16px;
  line-height: 190%;
}



.hours-cont{
  
  text-transform: uppercase;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: baseline;
  width:100%;
  margin:auto;
  margin-top: 20px;
  
  
  

}
.hours{
  
  width: 20%;
  line-height: 90%;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  
}

.p-bold{
  font-weight: bolder;
  font-size: 17px;
  
}

.p-regular{
  font-weight: normal;
}
.p-regular2{
  font-weight: normal;
  color: #f2f2f2;
}






.maininfo {
  overflow: auto;
  padding: 50px 80px;
  line-height: 180%;
}

.dark {
  overflow: auto;
  padding: 50px 80px;
  /*background-color: #1a1a1a;*/
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.light {
  overflow: auto;
  padding: 50px 200px;
  font-size: 120%;
  color: #1a1a1a;
  background-color: #ffffff;
}

.buttonLM {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  background-color: rgba(76, 175, 79, 0);
  border: 2px solid black;
  color: black;
  padding: 7px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonLM:hover {
  background-color: rgb(0, 0, 0); 
  color: white;
}

.buttonServe {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

  background-color: rgba(76, 175, 79, 0);
  border: 2px solid black;
  color: black;
  padding: 7px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}

.buttonServe:hover {
  background-color: rgb(0, 0, 0); /* Green */
  color: white;
}




.contact-icon{
  height: 25px;
  width: 25px;
  opacity: .8;
}

.contact-div{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-top: 0;
  width:100%;
  text-align: left;
}
.contact-div p{
  margin-left: 15px;
  width: 100%;
  font-size: 17px;
}

.contact-section{
    text-align: center;
    width: 100%;
    
    padding:1% 0%;
    
    line-height: 100%;
    
  
}

 #contact{
   margin:auto;
   font-size: 17px;
   display:inline-block;
   align-items: center;
   
   padding:auto;
 }

 .social-media{
   display: inline-block;
   justify-content: flex-start;
   align-items: center;
   margin-top: 20px;
      
 }

.social-media img{
  border: none;
  outline: none;
  border-style: none;
}

#mtf-contact{
  background: url("svg/logo-full-h-dark-2.svg");
}
#fb-contact{
  background: url("svg/fb-icon.svg");
}
#insta-contact{
  background: url("svg/insta-icon.svg");
}
#yt-contact{
  background: url("svg/yt-icon.svg");
}

 .mtf-icon{
   height: 50px;
   width: 50px;
   opacity: .9;
   margin: 5px;
   
 }

 .social-m{
  height: 50px;
  width: 50px;
  opacity: .9;
  margin:5px;
}

/* ---------------------------------------------ABOUT US------------------------------*/
/* ---------------------------------------------ABOUT US------------------------------*/
.parallax-about{
    background: url(img/Pastors11.jpg);
    min-height: 55%;
}
  
  
  .parallax-about {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-about{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-about-es{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }
  

  
  .content-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
    padding-top: 50px;
  }
  
  .dark-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }
  
  #aboutus{
    overflow: auto;
    padding: 20px 25% 20px 25%;
    width: 50%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/

    text-align: left;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 190%;
  }

  .p-heading{
    margin-top:20px;
    text-align:left;
    font-weight: bold;
    line-height: 220%;
    font-size: 20px;
  }
  .p-heading-l{
    margin-top:25px;
    text-align:center;
    font-weight: bold;
    line-height: 220%;
    font-size: 25px;
  }

  .accordion {
    background-color: #f2f2f2;
    color: #1a1a1a;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    /*transition: 0.4s;*/
    margin-top:20px;
    text-align:left;
    font-weight: bold;
    line-height: 220%;
    font-size: 20px;
    
  }

  .accordion:after {
    content: '\002B';
    text-emphasis: left;
    font-weight: bold;
    float: right;
 
  }
  
  .active:after {
    content: "\2212";
    
  }
  
  .darkish{
    background-color: #1a1a1a;
    color: #f2f2f2;
  }
  .panel {
    background-color: #f2f2f2;
    color: #1a1a1a;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

/* ---------------------------------------------EVENTS------------------------------*/
/* ---------------------------------------------EVENTS------------------------------*/
.parallax-events{
  background: url(img/pic1.jpg);
  min-height: 50%;
}


.parallax-events {
  position: relative;
  opacity: .95;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:scroll;
  
}
.heading-eventss{
  position: absolute;
  top: 50%;
  width: 70%;
  color: #f2f2f2;
  left :15%;
  right :15%;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
}


.events-main{
  overflow: auto;
  background-color: #f2f2f2;
  /*background-color: #110c55;*/
  color: #1a1a1a;
  padding: 2px;
}

.event-container{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  
  width:60%;
  margin-left: 20%;
  margin-right: 20%;
}

.event-picture{
  /*background-color: blueviolet;*/
  background-image: url(img/pic.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
  width:50%;
  
  padding-top: 50.67%;
  
}
.event-picture{
  /*background-color: blueviolet;*/
  background-image: url(img/pic.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
  width:50%;
  
  
  
}
.event-info{
  /*background-color: coral;*/
  background-color: #f2f2f2;
  margin: 20px 2.5%;
  width:45%;
}
.divider{
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
  height: 3px;
  margin-top:10px;
  margin-bottom:10px;
  margin-left: 20%;
  margin-right: 20%;
  background-color: rgba(0, 0, 0, .4);
}
.event-title{
    margin-top: 20px;
    text-align: left;
    font-weight: bolder;
    line-height: 220%;
    font-size: 20px;
    padding-left: 5%;
}

.event-reg{
    margin-top: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 180%;
    font-size: 17px;
    padding-left: 5%;
}

.fall-text{
  margin-top: 20px;
  text-align: left;
  font-weight: normal;
  line-height: 140%;
  font-size: 16px;
  padding-left: 5%;
}

.noevent-cont{
  width:100%;
}
.no-event-en{
  
  width:75%;
  margin-left: 12.5%;
  padding-top:66.67%;
  background-image: url(svg/no-events-en-lite.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  
}
.no-event-es{
  
  width:75%;
  padding-top:66.67%;
  margin-left: 12.5%;
  background-image: url(svg/no-events-es-lite.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*-----------------------------------------FALL FEST----------------------------------------------*/
/*-----------------------------------------FALL FEST----------------------------------------------*/
.parallax-fall{
  background: url(img/fall.jpeg);
  min-height: 50%;
}


.parallax-fall {
  position: relative;
  opacity: .95;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:scroll;
  
}
.heading-fall{
  position: absolute;
  top: 50%;
  width: 70%;
  color: #f2f2f2;
  left :15%;
  right :15%;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
  font-weight: bold;
}

#event-fall .event-picture{
  /* background-image: url(img/fall-fest-.jpg); */
  
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0%;
  width:50%;
  padding-top: 75%;
  
}



#event-fall-es .event-picture{
  /* background-image: url(img/fall-fest.jpg); */
  
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0%;
  width:50%;
  padding-top: 75%;
  
}



.empty-space{
  position: absolute;
  min-height: 20%;
  
}

  @media (max-width: 1200px) {
    .nav-links{
      display: flex;
      /*background-color: grey;*/
      justify-content: space-evenly;
      text-align: center;
      margin: 0;
      width: 50%;
      list-style-type: none;
    }
  }




/*------------------------------------------------1480----------------------------------------------*/
/*------------------------------------------------1480----------------------------------------------*/
/*------------------------------------------------1480----------------------------------------------*/
/*------------------------------------------------1480----------------------------------------------*/
/*------------------------------------------------1480----------------------------------------------*/
/*------------------------------------------------1480----------------------------------------------*/

@media (max-width: 1480px){
  .parallax1 {
    
    min-height: 95%;
  }
  
  .parallax2, .parallax3, .parallax4{
    min-height: 680px;
  }
  

}







/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
/* ---------------------------------------------1024---------------------------------------------*/
@media (max-width: 1024px) {
  .nav-links{
    display: flex;
    /*background-color: grey;*/
    justify-content: space-evenly;
    text-align: center;
    margin: 0;
    width: 60%;
    list-style-type: none;
  }
  
  
  .logo {
    display: block;
    margin: auto;
    width: 700px;
    height: 250px;
    background: url(svg/banner_logo2w.svg);
    background-size: 700px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  
  }
  
  .logo-es {
    display: block;
    margin: auto;
    width: 700px;
    height: 250px;
    background: url(svg/banner_logo2w-ES.svg);
    background-size: 700px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  
  }

  .parallax1 {
    background: url(img/Church2d.jpg);
    min-height: 800px;
  }
  
  .parallax2 {
    background: url(img/second1024.jpg);
    min-height: 560px;
  }
  .parallax3 {
    background: url(img/worship31024.jpg);
    min-height: 560px;
  }
  .parallax4 {
    background: url(img/worship11024.jpg);
    min-height: 560px;
  }
  
  .parallax1 {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  
  
  .parallax2, .parallax3, .parallax4 {
    position: relative;
    opacity: .90;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .heading {
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 140%;
    top: 25%;
    width: 100%;
    text-transform: none;
    text-shadow:3px 3px 4px #000;
    font-weight: lighter;
  }
  .intro-text{
    width: 40%;
    margin: auto;
    margin-bottom: 1%;
    line-height: 110%;
    font-size: 80%;
    text-shadow:0 0 10px #000,0 0 10px #000 ,0 0 10px #000;
    text-align: center;
    }
    
  .buttonIntro {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin:auto;
    
    cursor: pointer;
  }
  
  .buttonIntro:hover {
    background-color: white; 
    color: black;
    text-shadow: none;
  }
  .subheading {
    position: absolute;
    color: rgb(253, 108, 51);
    font-size: 90%;
    top: 90%;
    width: 100%;
    text-transform: none;
    letter-spacing: 6px;
    text-shadow:3px 3px 4px #000;
    font-family: 'Alex Brush', cursive;
    font-weight: bolder;
  }
  .heading-sm,.heading-sm2 {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #fff;
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000, 0 0 10px #000;
    font-weight: bold;
  }
  .two-col {
    float: left;
    width: 42%;
    padding: 0 4%;
    text-align: left;
    line-height: 180%;
  }
  
  section {
    overflow: auto;
    padding: 50px 50px;
    line-height: 100%;
  
  }
  
  .content{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
    font-size: 16px;
  }
  
  #visit-us{
    overflow: auto;
    padding: 20px 25% 20px 25%;
    width: 50%;
    line-height: 190%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    font-size: 16px;
  
  }
  
  #serve{
    overflow: auto;
    padding: 20px 25% 20px 25%;
    width: 50%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    font-size: 16px;
    line-height: 190%;
  }
  
  .heading-Serve{
    position: absolute;
    top: 20%;
    width: 100%;
    color: #f2f2f2;
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }
  
  .heading-serve2{
    position: absolute;
    top: 20%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-serve2-es{
    position: absolute;
    top: 20%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }
  
  .heading-events1{
    position: relative;
    
    transform: translateX(-50%);
    transform: translateY(30%);
    
  
    
    color: #f2f2f2;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .heading-events2{
    position: relative;
    left:25%;
    width: 50%;
    color: #f2f2f2;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000 , 0 0 10px #000, 0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  .heading-events1-es{
    position: relative;
    
    transform: translateX(-50%);
    transform: translateY(30%);
    
  
    
    color: #f2f2f2;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .heading-events2-es{
    position: relative;
    left:15%;
    width: 70%;
    color: #f2f2f2;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000 , 0 0 10px #000, 0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .events{
    position: relative;
    left: 25%;
    width:50%;
    
    transform: translateY(50%);
    font-size: 50px;
  }
  
  .buttonEvent {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    margin:auto;
    
    cursor: pointer;
  }
  
  .buttonEvent:hover {
    background-color: white; 
    color: black;
    text-shadow: none;
  }
  
  #what-we-believe{
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 25% 20px 25%;
    width: 50%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    line-height: 100%;
    font-size: 16px;
  }
  
 
  
  
  .hours-cont{
    
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-top: 20px;
    
    
  
  }
  .hours{
    
    width: 33%;
    line-height: 90%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
   
  }
  
  .p-bold{
    font-weight: bolder;
    font-size: 17px;
  }
  
  .p-regular{
    font-weight: normal;
  }
  .p-regular2{
    font-weight: normal;
    color: #f2f2f2;
  }
  
  
  
  
  
  
  .maininfo {
    overflow: auto;
    padding: 50px 80px;
    line-height: 180%;
  }
  
  .dark {
    overflow: auto;
    padding: 50px 80px;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }
  .light {
    overflow: auto;
    padding: 50px 200px;
    font-size: 120%;
    color: #1a1a1a;
    background-color: #ffffff;
  }
  
  .buttonLM {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid black;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
  }
  
  .buttonLM:hover {
    background-color: rgb(0, 0, 0); /* Green */
    color: white;
  }
  
  .buttonServe {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid black;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
  }
  
  .buttonServe:hover {
    background-color: rgb(0, 0, 0); /* Green */
    color: white;
  }
  
  
  
  
  .contact-icon{
    height: 25px;
    width: 25px;
    opacity: .8;
  }
  
  .contact-div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    text-align: left;
    
  }
  .contact-div p{
    margin-left: 15px;
    width: 100%;
    font-size: 17px;
    
  }
  
  .contact-section{
      text-align: center;
      width: 80%;
      
      padding:1% 10%;
      
      line-height: 100%;
      
    
  }
  
   #contact{
     margin:auto;
     font-size: 17px;
     display:inline-block;
     align-items: center;
     text-decoration: none;
     padding:auto;
   }
  
   .social-media{
     display: inline-block;
     justify-content: flex-start;
     align-items: center;
     margin-top: 20px;
        
   }
  
   .mtf-icon{
     height: 50px;
     width: 50px;
     opacity: .9;
     margin: 5px;
   }
  
   .social-m{
    height: 50px;
    width: 50px;
    opacity: .9;
    margin:5px;
  }
  
  /* ---------------------------------------------ABOUT US------------------------------*/
  /* ---------------------------------------------ABOUT US------------------------------*/
  .parallax-about{
      background: url(img/Pastors11.jpg);
      min-height: 385px;
  }
    
    
    .parallax-about {
      position: relative;
      opacity: .95;
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment:scroll;
      
    }
    .heading-about{
      position: absolute;
      top: 50%;
      width: 70%;
      color: #f2f2f2;
      left :15%;
      right :15%;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 5px;
      text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
      font-weight: bold;
    }

    .heading-about-es{
      position: absolute;
      top: 50%;
      width: 70%;
      color: #f2f2f2;
      left :15%;
      right :15%;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 5px;
      text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
      font-weight: bold;
    }
    
  
    
    .content-about{
      overflow: auto;
      /*background-color: #1a1a1a;*/
      background-color: #f2f2f2;
      color: #1a1a1a;
      padding-top: 50px;
    }
    
    .dark-about{
      overflow: auto;
      /*background-color: #1a1a1a;*/
      background-color: #f2f2f2;
      color: #1a1a1a;
    }
    
    #aboutus{
      overflow: auto;
      padding: 20px 20% 20px 20%;
      width: 60%;
      /*background-color: #1a1a1a;*/
      /*background-color: #f2f2f2;*/
  
      text-align: left;
      color: #1a1a1a;
      font-size: 16px;
      line-height: 190%;
    }
  
    .p-heading{
      margin-top:20px;
      text-align:left;
      font-weight: bold;
      line-height: 220%;
      font-size: 20px;
    }
    .p-heading-l{
      margin-top:25px;
      text-align:center;
      font-weight: bold;
      line-height: 220%;
      font-size: 25px;
    }
  
    .accordion {
      background-color: #f2f2f2;
      color: #1a1a1a;
      cursor: pointer;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-family: 'Montserrat', sans-serif;
      /*transition: 0.4s;*/
      margin-top:20px;
      text-align:left;
      font-weight: bold;
      line-height: 220%;
      font-size: 20px;
      
    }
  
    .accordion:after {
      content: '\002B';
      text-emphasis: left;
      font-weight: bold;
      float: right;
      
      
    }
    
    .active:after {
      content: "\2212";
  
    }
    
    .panel {
      background-color: #f2f2f2;
      color: #1a1a1a;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
  
  /* ---------------------------------------------EVENTS------------------------------*/
  /* ---------------------------------------------EVENTS------------------------------*/
  .parallax-events{
    background: url(img/pic1.jpg);
    min-height: 350px;
  }
  
  
  .parallax-events {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-eventss{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
  }
  
  
  .events-main{
    overflow: auto;
    background-color: #f2f2f2;
    /*background-color: #110c55;*/
    color: #1a1a1a;
    padding: 2px;
  }
  
  .event-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    /*background-color: aqua;*/
    width:80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  .event-picture{
    
    /* background-image: url(img/pic.jpg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    width:50%;
    
    padding-top: 50.67%;
    
  }
  .event-info{
    /*background-color: coral;*/
    background-color: #f2f2f2;
    margin: 20px 2.5%;
    width:45%;
  }
  .divider{
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    height: 3px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 20%;
    margin-right: 20%;
    background-color: rgba(0, 0, 0, .4);
  }
  .event-title{
      margin-top: 20px;
      text-align: left;
      font-weight: bolder;
      line-height: 220%;
      font-size: 20px;
  }
  
  .event-reg{
      margin-top: 20px;
      text-align: left;
      font-weight: bold;
      line-height: 180%;
      font-size: 17px;
  }

  .fall-text{
    margin-top: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 140%;
    font-size: 14px;
    padding-left: 5%;
  }


  /*-----------------------------------------FALL FEST----------------------------------------------*/
  /*-----------------------------------------FALL FEST----------------------------------------------*/
  .parallax-fall{
    background: url(img/fall.jpeg);
    min-height: 350px;
  }


  .parallax-fall {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-fall{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  #event-fall .event-picture{
    /* background-image: url(img/fall-fest-.jpg); */
    
      background-size:contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 20px 2.5%;
      width:45%;
    padding-top: 75%;
    
  }

  #event-fall{
    width:85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
  #event-fall-es .event-picture{
    /* background-image: url(img/fall-fest.jpg); */
    
      background-size:contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 20px 2.5%;
      width:45%;
      padding-top: 75%;
    
  }
  
  #event-fall-es{
    width:85%;
    margin-left: 7.5%;
    margin-right: 7.5%;
  }
}





/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
/* ---------------------------------------------850---------------------------------------------*/
@media (max-width: 850px) {
  .nav-links{
    display: flex;
    /*background-color: grey;*/
    justify-content: space-evenly;
    text-align: center;
    margin: 0;
    width: 60%;
    list-style-type: none;
  }
  
  
  .logo {
    display: block;
    margin: auto;
    width: 700px;
    height: 250px;
    background: url(svg/banner_logo2w.svg);
    background-size: 700px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  
  }
  
  .logo-es {
    display: block;
    margin: auto;
    width: 700px;
    height: 250px;
    background: url(svg/banner_logo2w-ES.svg);
    background-size: 700px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  
  }
  .parallax1 {
    background: url(img/Church2d.jpg);
    min-height: 900px;
  }
  
  .parallax2 {
    background: url(img/second-port.jpg);
    min-height: 650px;
  }
  .parallax3 {
    background: url(img/worship3-port.jpg);
    min-height: 680px;
  }
  .parallax4 {
    background: url(img/worship1-port.jpg);
    min-height: 650px;
  }
  
  .parallax1 {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  
  
  .parallax2, .parallax3, .parallax4 {
    position: relative;
    opacity: .90;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .heading {
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 140%;
    top: 30%;
    width: 100%;
    text-transform: none;
    text-shadow:3px 3px 4px #000;
    font-weight: lighter;
  }
  .intro-text{
    width: 40%;
    margin: auto;
    margin-bottom: 1%;
    line-height: 110%;
    font-size: 80%;
    text-shadow:0 0 10px #000,0 0 10px #000 ,0 0 10px #000;
    text-align: center;
    }
    
  .buttonIntro {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin:auto;
    
    cursor: pointer;
  }
  
  .buttonIntro:hover {
    background-color: white; 
    color: black;
    text-shadow: none;
  }
  .subheading {
    position: absolute;
    color: rgb(253, 108, 51);
    font-size: 90%;
    top: 90%;
    width: 100%;
    text-transform: none;
    letter-spacing: 6px;
    text-shadow:3px 3px 4px #000;
    font-family: 'Alex Brush', cursive;
    font-weight: bolder;
  }
  .heading-sm,.heading-sm2 {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #fff;
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000, 0 0 10px #000;
    font-weight: bold;
  }
  .two-col {
    float: left;
    width: 42%;
    padding: 0 4%;
    text-align: left;
    line-height: 180%;
  }
  
  section {
    overflow: auto;
    padding: 50px 50px;
    line-height: 100%;
  
  }
  
  .content{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }
  
  #visit-us{
    overflow: auto;
    padding: 20px 20% 20px 20%;
    width: 60%;
    line-height: 190%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    font-size: 16px;
  
  }
  
  #serve{
    overflow: auto;
    padding: 20px 20% 20px 20%;
    width: 60%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    font-size: 16px;
    line-height: 190%;
  }
  
  .heading-Serve{
    position: absolute;
    top: 20%;
    width: 100%;
    color: #f2f2f2;
    font-size: 300%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }
  
  .heading-serve2{
    position: absolute;
    top: 20%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-serve2-es{
    position: absolute;
    top: 20%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }
  
  .heading-events1{
    position: relative;
    
    transform: translateX(-50%);
    transform: translateY(30%);
    
  
    
    color: #f2f2f2;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .heading-events2{
    position: relative;
    left:25%;
    width: 50%;
    color: #f2f2f2;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000 , 0 0 10px #000;
    font-weight: bold;
    
    text-align: center;
  }
  


  .heading-events1-es{
    position: relative;
    
    transform: translateX(-50%);
    transform: translateY(30%);
    
  
    
    color: #f2f2f2;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .heading-events2-es{
    position: relative;
    left:15%;
    width: 70%;
    color: #f2f2f2;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000 , 0 0 10px #000;
    font-weight: bold;
    
    text-align: center;
  }
  .events{
    position: relative;
    left: 25%;
    width:50%;
    
    transform: translateY(50%);
    font-size: 50px;
  }
  
  .buttonEvent {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 2px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 10px #000;
    margin:auto;
    
    cursor: pointer;
  }
  
  .buttonEvent:hover {
    background-color: white; 
    color: black;
    text-shadow: none;
  }
  
  #what-we-believe{
    overflow: auto;
    padding: 20px 20% 20px 20%;
    width: 60%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    color: #1a1a1a;
    font-size: 16px;
    line-height: 190%;
  }
  
  
  
  .hours-cont{
    
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-top: 20px;
    
    
  
  }
  .hours{
    
    width: 33%;
    line-height: 90%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
   
  }
  
  .p-bold{
    font-weight: bolder;
    font-size: 17px;
  }
  
  .p-regular{
    font-weight: normal;
  }
  .p-regular2{
    font-weight: normal;
    color: #f2f2f2;
  }
  
  
  
  
  
  
  .maininfo {
    overflow: auto;
    padding: 50px 80px;
    line-height: 180%;
  }
  
  .dark {
    overflow: auto;
    padding: 50px 80px;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }
  .light {
    overflow: auto;
    padding: 50px 200px;
    font-size: 120%;
    color: #1a1a1a;
    background-color: #ffffff;
  }
  
  .buttonLM {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid black;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
  }
  
  .buttonLM:hover {
    background-color: rgb(0, 0, 0); /* Green */
    color: white;
  }
  
  .buttonServe {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid black;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
  }
  
  .buttonServe:hover {
    background-color: rgb(0, 0, 0); /* Green */
    color: white;
  }
  
  
  
  
  .contact-icon{
    height: 25px;
    width: 25px;
    opacity: .8;
  }
  
  .contact-div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
    text-align: left;
    
  }
  .contact-div p{
    margin-left: 15px;
    width: 100%;
    font-size: 17px;
    
  }
  
  .contact-section{
      text-align: center;
      width: 80%;
      
      padding:1% 10%;
      
      line-height: 100%;
      
    
  }
  
   #contact{
     margin:auto;
     font-size: 17px;
     display:inline-block;
     align-items: center;
     text-decoration: none;
     padding:auto;
   }
  
   .social-media{
     display: inline-block;
     justify-content: flex-start;
     align-items: center;
     margin-top: 20px;
        
   }
  
   .mtf-icon{
     height: 50px;
     width: 50px;
     opacity: .9;
     margin: 5px;
   }
  
   .social-m{
    height: 50px;
    width: 50px;
    opacity: .9;
    margin:5px;
  }
  
  /* ---------------------------------------------ABOUT US------------------------------*/
  /* ---------------------------------------------ABOUT US------------------------------*/
  .parallax-about{
      background: url(img/Pastors11.jpg);
      min-height: 500px;
  }
    
    
    .parallax-about {
      position: relative;
      opacity: .95;
      background-position: top;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment:scroll;
      
    }
    .heading-about{
      position: absolute;
      top: 50%;
      width: 70%;
      color: #f2f2f2;
      left :15%;
      right :15%;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 5px;
      text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
      font-weight: bold;
    }

    .heading-about-es{
      position: absolute;
      top: 50%;
      width: 70%;
      color: #f2f2f2;
      left :15%;
      right :15%;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 5px;
      text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
      font-weight: bold;
    }
    
  
    
    .content-about{
      overflow: auto;
      /*background-color: #1a1a1a;*/
      background-color: #f2f2f2;
      color: #1a1a1a;
      padding-top: 50px;
    }
    
    .dark-about{
      overflow: auto;
      /*background-color: #1a1a1a;*/
      background-color: #f2f2f2;
      color: #1a1a1a;
    }
    
    #aboutus{
      overflow: auto;
      padding: 20px 12.5% 20px 12.5%;
      width: 75%;
      /*background-color: #1a1a1a;*/
      /*background-color: #f2f2f2;*/
  
      text-align: left;
      color: #1a1a1a;
      font-size: 16px;
      line-height: 190%;
    }
  
    .p-heading{
      margin-top:20px;
      text-align:left;
      font-weight: bold;
      line-height: 220%;
      font-size: 20px;
    }
    .p-heading-l{
      margin-top:25px;
      text-align:center;
      font-weight: bold;
      line-height: 220%;
      font-size: 25px;
    }
  
    .accordion {
      background-color: #f2f2f2;
      color: #1a1a1a;
      cursor: pointer;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-family: 'Montserrat', sans-serif;
      /*transition: 0.4s;*/
      margin-top:20px;
      text-align:left;
      font-weight: bold;
      line-height: 220%;
      font-size: 20px;
      
    }
  
    .accordion:after {
      content: '\002B';
      text-emphasis: left;  
      font-weight: bold;
      float: right;
      
      
    }
    
    .active:after {
      content: "\2212";
  
    }
    
    .panel {
      background-color: #f2f2f2;
      color: #1a1a1a;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }
  
  /* ---------------------------------------------EVENTS------------------------------*/
  /* ---------------------------------------------EVENTS------------------------------*/
  .parallax-events{
    background: url(img/pic1.jpg);
    min-height: 350px;
  }
  
  
  .parallax-events {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-eventss{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
  }
  
  
  .events-main{
    overflow: auto;
    background-color: #f2f2f2;
    /*background-color: #110c55;*/
    color: #1a1a1a;
    padding: 2px;
  }
  
  .event-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    /*background-color: aqua;*/
    width:90%;
    margin-left: 5%;
    margin-right: 10%;
  }
  
  .event-picture{
    /*background-color: blueviolet;*/
    /* background-image: url(img/pic.jpg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    width:50%;
    
    padding-top: 50.67%;
    
  }
  .event-info{
    /*background-color: coral;*/
    background-color: #f2f2f2;
    margin: 20px 2.5%;
    width:45%;
  }
  .divider{
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    height: 3px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 20%;
    margin-right: 20%;
    background-color: rgba(0, 0, 0, .4);
  }
  .event-title{
      margin-top: 20px;
      text-align: left;
      font-weight: bolder;
      line-height: 220%;
      font-size: 20px;
  }
  
  .event-reg{
      margin-top: 20px;
      text-align: left;
      font-weight: bold;
      line-height: 180%;
      font-size: 17px;
  }

  .fall-text{
    margin-top: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 140%;
    font-size: 13px;
    padding-left: 0%;
  }


  /*-----------------------------------------FALL FEST----------------------------------------------*/
  /*-----------------------------------------FALL FEST----------------------------------------------*/
  .parallax-fall{
    background: url(img/fall.jpeg);
    min-height: 350px;
  }


  .parallax-fall {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-fall{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  #event-fall .event-picture{
    /* background-image: url(img/fall-fest-.jpg); */
    
      background-size:contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 20px 2.5%;
      width:45%;
      padding-top: 95%;
    
  }
  #event-fall{
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #event-fall-es .event-picture{
    /* background-image: url(img/fall-fest.jpg); */
    
      background-size:contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 20px 2.5%;
      width:45%;
      padding-top: 95%;
    
  }
  #event-fall-es{
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}





/* ---------------------------------------------768---------------------------------------------*/
/* ---------------------------------------------768---------------------------------------------*/
/* ---------------------------------------------768---------------------------------------------*/
/* ---------------------------------------------768---------------------------------------------*/
/* ---------------------------------------------768---------------------------------------------*/
/* ---------------------------------------------768---------------------------------------------*/
@media (max-width: 767px) {

  .light-mode{
    
    display: block;
    transform: translateX(-20vw);
    float: right;
    
    height: 50px;
    width: 50px;
    background: url(svg/dark-mode.svg);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    
  }

  .light-mode-nav{
    display:none;
  }
  .do-not-show{
    display: none;
  }
  .heading {
    font-size: 270%;
    opacity: 1;
    font-weight: bolder;
  }
  .heading-sm {
    font-size: 250%;
  }
  .heading-sm2 {
    font-size: 100%;
    font-weight: bolder;
  }
  .two-col {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 180%;
  }
  .subheading {
    font-size: 80%;
    font-weight: bolder;
  }

  .parallax1{
    min-height: 720px;
  }
 
  
  .parallax2 {
    background: url(img/second-port.jpg);
  }
  .parallax3 {
    background: url(img/worship3-port.jpg);  
  }
  .parallax4 {
    background: url(img/worship1-port.jpg);
  }

  .parallax2, .parallax3, .parallax4{
    min-height: 460px;
  }
  .maininfo {
    overflow: auto;
    padding: 50px 80px;
    line-height: 180%;
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 550%;
    top: 30%;
    width: 100%;
    text-transform: none;
    letter-spacing: 6px;
    text-shadow:3px 3px 4px #000;
    font-weight: bold;
  }
  
  .parallax1 {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
  }
  
 
  section {
    overflow: auto;
    padding: 50px 50px;
    line-height: 180%;
  }
  .parallax2, .parallax3, .parallax4 {
    
    opacity: .90;
    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .logo {
    display: block;
    margin: auto;
    width: 300px;
    height: 250px;
    background: url(svg/mini-logow.svg);
    background-size: 300px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  }

  .logo-es {
    display: block;
    margin: auto;
    width: 300px;
    height: 250px;
    background: url(svg/mini-logow-ES.svg);
    background-size: 300px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  }

  html {
    max-width: 100%;
    overflow-x: hidden;
    
  }

  

  .hours-cont,.hours{
    overflow: hidden;
  }

  .hours-cont{
    
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-top: 20px;
    
    
  
  }
  .hours{
    
    width:auto;
    line-height: 90%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    
  }
  
  .p-bold{
    font-weight: bolder;
    font-size: 17px;
  }
  
  .p-regular{
    font-weight: normal;
  }
  
  .parallax2{
    background: url(img/second-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
  }
  .parallax3{
    background: url(img/worship3-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .parallax4{
    background: url(img/worship1-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  section{
    
    padding: 50px;
    font-size: 16px;
     
  }

  .dark{
    overflow: auto;
    padding: 50px;
    font-size: 16px;
  }

  #visit-us{
    width:80%;
    padding: 10%;
    font-size: 15px;
  }

  #serve{
    width:80%;
    padding: 10%;
    font-size: 15px;
  }

  

  #what-we-believe{
    width:80%;
    padding: 10%;
    font-size: 15px;
    overflow: auto;
  }
  .heading {
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 140%;
    top: 17%;
    width: 100%;
    text-transform: none;
    text-shadow:3px 3px 4px #000;
    font-weight: lighter;
  }
  .intro-text{
    margin:auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-top:5%;
    width:70%;
    margin-bottom: 3%;
    line-height: 110%;
    font-size: 65%;
    text-align: center;
  }


  
  .heading-events1{
    left:10%;
    
    transform: translateY(20%);
    width: 80%;
    color: #f2f2f2;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
    
  }
  
  .heading-events2{
    left:10%;
    width: 80%;
    
    color: #f2f2f2;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }

  .heading-events1-es{
    left:10%;
    
    transform: translateY(20%);
    width: 80%;
    color: #f2f2f2;
    font-size: 30px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
    
  }
  
  .heading-events2-es{
    left:7.5%;
    width: 85%;
    
    color: #f2f2f2;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .events{
    left:10%;
    position: relative;
    background-color: coral;
    width: 80%;
    transform: translateX(-50%);
    transform: translateY(10%);
    font-size: 20px;
   
  }
  
  

  .buttonEvent {
    font-size: 20px;
    margin:auto;
    
  }
  
  

  .heading-Serve{
    position: absolute;
    top: 15%;
    width: 70%;
    left :15%;
    right :15%;
    color: #f2f2f2;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }
  
  .heading-serve2{
    position: absolute;
    top: 15%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-serve2-es{
    position: absolute;
    top: 15%;
    width: 80%;
    color: #f2f2f2;
    left :10%;
    right :10%;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }


  .buttonIntro {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 65%;
    margin:auto;
    
    cursor: pointer;
  }

  .buttonIntro:hover {
    background-color: white; 
    color: black;
    text-shadow: none;

    
  }

  .buttonLM {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

    background-color: rgba(76, 175, 79, 0);
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 3px 10px;
    text-align: center;
    white-space: nowrap;
    
    
    font-size: 15px;
    margin:auto;
    
    cursor: pointer;
  }

  .buttonLM:hover {
    background-color: rgb(0, 0, 0); 
    color: rgb(255, 255, 255);
    text-shadow: none;
  }

  /*-----------------------------------------------------NAV-----------------------*/
  /*-----------------------------------------------------NAV-----------------------*/
  .nav-links{
    position: absolute;
    
    right:0;
    height: 95vh;
    height: calc(99vh - 42px);
    top: 50px;
    background-color: rgba(242, 242, 242, 0.95);
    /*background-color: rgba(0, 0, 0, 0.95);*/
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    
  }

  nav{
    justify-content: space-between;
  }
  
  .nav-logo-ref{
    margin-left: 5%;
  }
  .nav-links li{
    border-top: none;
    
  }
  .nav-links li:hover{
    border-top: none;
  }
  .nav-links li{
    opacity:0;
  }
   .nav-links a{
    font-size: 25px;
   }
  .burger{
    display:block;
    margin-right: 5%;
  }

  .lang{
    display:block;
    float: right;
    margin-right: 0%;
    transform: translateX(30vw);
    text-align: center;
    margin: 0;
    list-style-type: none;
    color:black;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
    text-decoration: none;
    list-style-type: none;
  }

  .lang a{
    color: black;
    text-decoration: none;
    list-style-type: none;
  }

  .contact-icon{
    height: 25px;
    width: 25px;
    opacity: .8;
  }

  .contact-div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    width:100%;
    text-align: left;
  }
  .contact-div p{
    margin-left: 15px;
    width: 100%;
    font-size: 16px;
  }

  .contact-section{
      float: left;
      width: 90%;
      
      padding: 0 4%;
      text-align: left;
      line-height: 150%;
    
  }

   #contact{
     padding: 5%;
     font-size: 16px;
   }

   
   .social-media{
     display: inline-block;
     justify-content: flex-start;
     align-items: center;
     margin-top: 20px;
        
   }

   .mtf-icon{
     height: 40px;
     width: 40px;
     opacity: .9;
     margin: 5px;
   }

   .social-m{
    height: 40px;
    width: 40px;
    opacity: .9;
    margin:5px;
  }


  /* ---------------------------------------------ABOUT US------------------------------*/
  /* ---------------------------------------------ABOUT US------------------------------*/
  .parallax-about{
    background: url(img/Pastors1.jpg);
    min-height: 370px;
  }


  .parallax-about {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-about{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-about-es{
    position: absolute;
    top: 45%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }



  .content-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
    margin-bottom: 10%;
    margin-top: 0%;
    padding-top: 50px;
  }

  .dark-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }

  #aboutus{
    overflow: auto;
    padding: 20px 10% 20px 10%;
    width: 80%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/
    
    text-align: left;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 190%;
  }

  .p-heading{
    margin-top:18px;
    text-align:left;
    font-weight: bold;
    line-height: 220%;
    font-size: 20px;
  }
  .p-heading-l{
    margin-top:25px;
    text-align:center;
    font-weight: bold;
    line-height: 220%;
    font-size: 24px;
  }

  /* ---------------------------------------------EVENTS------------------------------*/
  /* ---------------------------------------------EVENTS------------------------------*/

  .parallax-events{
    /*background: url(img/pic1.jpg);*/
    min-height: 300px;
  }

  .events-main{
    overflow: auto;
    background-color: #f2f2f2;
    /*background-color: #110c55;*/
    color: #1a1a1a;
    padding: 2px;
  }
  
  .event-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    /*background-color: aqua;*/
    width:100%;
    margin:0;
  }
  
  .event-picture{
    
    margin: 20px 5%;
    /* background-image: url(img/pic.jpg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    width:90%;
    
    padding-top: 70.67%;
    
  }
  .event-info{
    /*background-color: coral;*/
    background-color: #f2f2f2;
    margin: 20px 10%;
    width:80%;
  }
  .divider{
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
    height: 3px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(0, 0, 0, .4);
  }
  .event-title{
      margin-top: 20px;
      text-align: center;
      font-weight: bolder;
      line-height: 220%;
      font-size: 20px;
      padding-left: 0;
  }
  
  .event-reg{
      margin-top: 20px;
      text-align: center;
      font-weight: bold;
      line-height: 180%;
      font-size: 17px;
      padding-left: 0;
  }

  .fall-text{
    margin-top: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 140%;
    font-size: 15px;
    padding-left: 0%;
  }


  .noevent-cont{
    width:100%;
    

    
  }
  .no-event-en{
    
    width:95%;
    margin-left:2.5%;
    padding-top: 146.67%;
    background-image: url(svg/no-events-en-lite-mini.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
  }
  .no-event-es{
    
    width:95%;
    margin-left:2.5%;
    padding-top: 146.67%;
    background-image: url(svg/no-events-es-lite-mini.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  /*-----------------------------------------FALL FEST----------------------------------------------*/
  /*-----------------------------------------FALL FEST----------------------------------------------*/
  .parallax-fall{
    background: url(img/fall.jpeg);
    min-height: 300px;
  }


  .parallax-fall {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-fall{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  #event-fall .event-picture{
    /* background-image: url(img/fall-fest-.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #event-fall-es .event-picture{
    /* background-image: url(img/fall-fest.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall-es{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }







  /*----------------------------------------NAV ACTIVE---------------------------------------------------------------*/
  .nav-active{
    transform: translateX(0%);
    transition: transform 0.5s ease-in;
  }
  
  
  @keyframes navLinkFade {
    from{
      opacity:  0;
      transform: translateX(50px);
    }
  
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  
  .toggle .line1{
    transform: translateX(5px) rotate(-45deg) translate(-5px,6px) ;
  }
  
  .toggle .line2{
    opacity: 0;
  }
  
  .toggle .line3{
    transform: translateX(5px) rotate(45deg) translate(-5px,-6px);
  }
}


@media (max-width: 470px){
  #event-fall .event-picture{
    /* background-image: url(img/fall-fest-.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  #event-fall-es .event-picture{
    /* background-image: url(img/fall-fest.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall-es{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}

/* ---------------------------------------------375---------------------------------------------*/
/* ---------------------------------------------375---------------------------------------------*/
/* ---------------------------------------------375---------------------------------------------*/
/* ---------------------------------------------375---------------------------------------------*/
/* ---------------------------------------------375---------------------------------------------*/
/* ---------------------------------------------375---------------------------------------------*/
@media (max-width: 375px) {
  .heading {
    font-size: 270%;
    opacity: 1;
    font-weight: bolder;
  }
  .heading-sm {
    font-size: 250%;
  }
  .heading-sm2 {
    font-size: 100%;
    font-weight: bolder;
  }
  .two-col {
    width: 100%;
    padding: 0;
    text-align: center;
    line-height: 180%;
  }
  .subheading {
    font-size: 80%;
    font-weight: bolder;
  }

  .parallax1{
    min-height: 650px;
  }

  .parallax2, .parallax3, .parallax4{
    min-height: 330px;
  }
  .maininfo {
    overflow: auto;
    padding: 50px 80px;
    line-height: 180%;
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 550%;
    top: 30%;
    width: 100%;
    text-transform: none;
    letter-spacing: 6px;
    text-shadow:3px 3px 4px #000;
    font-weight: bold;
  }
  
  .parallax1 {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
  }
  
 
  section {
    overflow: auto;
    padding: 50px 50px;
    line-height: 180%;
  }
  .parallax2, .parallax3, .parallax4 {
    position: relative;
    opacity: .90;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .logo {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
    background: url(svg/mini-logow.svg);
    background-size: 250px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  }

  .logo-es {
    display: block;
    margin: auto;
    width: 250px;
    height: 250px;
    background: url(svg/mini-logow-ES.svg);
    background-size: 250px 250px;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  }

  html {
    max-width: 100%;
    overflow-x: hidden;
    
  }

  

  .hours-cont,.hours{
    overflow: hidden;
  }

  .hours-cont{
    
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    margin-top: 20px;
    
    
  
  }
  .hours{
    
    width:auto;
    line-height: 90%;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    
  }
  
  .p-bold{
    font-weight: bolder;
    font-size: 17px;
  }
  
  .p-regular{
    font-weight: normal;
  }
  
  .parallax2{
    background: url(img/second-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    
  }
  .parallax3{
    background: url(img/worship3-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: auto;
  }
  .parallax4{
    background: url(img/worship1-port.jpg); 
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  section{
    
    padding: 50px;
    font-size: 16px;
     
  }

  .dark{
    padding: 50px;
    font-size: 16px;
  }

  #visit-us{
    width:80%;
    padding: 10%;
    font-size: 15px;
  }

  #serve{
    width:80%;
    padding: 10%;
    font-size: 15px;
  }

  #what-we-believe{
    width:80%;
    padding: 10%;
    font-size: 15px;
  }
  .heading {
    position: absolute;
    color: rgb(255, 255, 255);  
    font-size: 140%;
    top: 17%;
    width: 100%;
    text-transform: none;
    text-shadow:3px 3px 4px #000;
    font-weight: lighter;
  }
  .intro-text{
    margin:auto;
    margin-left: 15%;
    margin-right: 15%;
    margin-top:5%;
    width:70%;
    margin-bottom: 3%;
    line-height: 110%;
    font-size: 13px;
    text-align: center;
  }


  
  .heading-events1{
    left:10%;
    
    transform: translateY(20%);
    width: 80%;
    color: #f2f2f2;
    font-size: 25px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
    
  }
  
  .heading-events2{
    left:10%;
    width: 80%;
    
    color: #f2f2f2;
    font-size: 15px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  
  .heading-events1-es{
    left:10%;
    
    transform: translateY(20%);
    width: 80%;
    color: #f2f2f2;
    font-size: 23px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
    
  }
  
  .heading-events2-es{
    left:5%;
    width: 90%;
    
    color: #f2f2f2;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
    
    text-align: center;
  }
  .events{
    left:10%;
    position: relative;
    background-color: coral;
    width: 80%;
    transform: translateX(-50%);
    transform: translateY(10%);
    font-size: 15px;
   
  }
  
  

  .buttonEvent {
    font-size: 15px;
    margin:auto;
    
  }
  
  

  .heading-Serve{
    position: absolute;
    top: 15%;
    width: 70%;
    left :15%;
    right :15%;
    color: #f2f2f2;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }
  
  .heading-serve2{
    position: absolute;
    
    top: 15%;
    width: 85%;
    color: #f2f2f2;
    left :7.5%;
    right :7.5%;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }

  .heading-serve2-es{
    position: absolute;
    top: 10%;
    width: 85%;
    color: #f2f2f2;
    left :7.5%;
    right :7.5%;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000,0 0 10px #000;
    font-weight: bold;
  }

  .buttonServe {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
  
    background-color: rgba(76, 175, 79, 0);
    border: 2px solid black;
    color: black;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 2px 2px;
    cursor: pointer;
  }

  .buttonIntro {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

    background-color: rgba(76, 175, 79, 0);
    border: 2px solid white;
    color: white;
    padding: 1px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    margin:auto;
    
    cursor: pointer;
  }

  .buttonIntro:hover {
    background-color: white; 
    color: black;
    text-shadow: none;

    
  }

  .buttonLM {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;

    background-color: rgba(76, 175, 79, 0);
    border: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    padding: 3px 10px;
    text-align: center;
    white-space: nowrap;
    
    
    font-size: 15px;
    margin:auto;
    
    cursor: pointer;
  }

  .buttonLM:hover {
    background-color: rgb(0, 0, 0); 
    color: rgb(255, 255, 255);
    text-shadow: none;
  }

  .contact-icon{
    height: 25px;
    width: 25px;
    opacity: .8;
  }

  .contact-div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    width:100%;
    text-align: left;
  }
  .contact-div p{
    margin-left: 15px;
    width: 100%;
    font-size: 13px;
  }

  .contact-section{
      float: left;
      width: 90%;
      
      padding: 0 5%;
      text-align: left;
      line-height: 150%;
    
  }

   #contact{
     padding: 5%;
     font-size: 15px;
   }

   
   .social-media{
     display: inline-block;
     justify-content: flex-start;
     align-items: center;
     margin-top: 20px;
        
   }

   .mtf-icon{
     height: 40px;
     width: 40px;
     opacity: .9;
     margin: 5px;
   }

   .social-m{
    height: 40px;
    width: 40px;
    opacity: .9;
    margin:5px;
  }
  /*-----------------------------------------------------NAV-----------------------*/
  /*-----------------------------------------------------NAV-----------------------*/
  .nav-links{
    position: absolute;
    
    right:0;
    height: 95vh;
    height: calc(99vh - 42px);
    top: 50px;
    background-color: rgba(242, 242, 242, 0.95);
    /*background-color: rgba(0, 0, 0, 0.95);*/
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    
  }

  nav{
    justify-content: space-between;
  }
  
  .nav-logo-ref{
    margin-left: 5%;
  }
  .nav-links li{
    border-top: none;
    height: 40px;
    
  }
  .nav-links li:hover{
    border-top: none;
  }
  .nav-links li{
    opacity:0;
  }
   .nav-links a{
    font-size: 20px;
   }
  .burger{
    display:block;
    margin-right: 5%;
    
  }

  .lang{
    display:block;
    margin-right: 0%;
    transform: translateX(29vw);
    text-align: center;
    margin: 0;
    list-style-type: none;
    color:black;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat';
    text-decoration: none;
    list-style-type: none;
  }

  .lang a{
    color: black;
    text-decoration: none;
    list-style-type: none;
  }

  


  /* ---------------------------------------------ABOUT US------------------------------*/
  /* ---------------------------------------------ABOUT US------------------------------*/
  .parallax-about{
    background: url(img/Pastors1.jpg);
    min-height: 250px;
  }


  .parallax-about {
    position: relative;
    opacity: .95;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-about{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .heading-about-es {
    position: absolute;
    top: 40%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  .content-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
    margin-bottom: 10%;
    margin-top: 0%;
    padding-top: 0px;
  }

  .dark-about{
    overflow: auto;
    /*background-color: #1a1a1a;*/
    background-color: #f2f2f2;
    color: #1a1a1a;
  }

  #aboutus{
    overflow: auto;
    padding: 20px 10% 20px 10%;
    width: 80%;
    /*background-color: #1a1a1a;*/
    /*background-color: #f2f2f2;*/

    text-align: left;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 190%;
  }

  .p-heading{
    margin-top:18px;
    text-align:left;
    font-weight: bold;
    line-height: 220%;
    font-size: 17px;
  }
  .p-heading-l{
    margin-top: 50px;
    text-align:center;
    font-weight: bold;
    line-height: 220%;
    font-size: 18px;
  }
  .accordion {
    font-size: 16px;
    
  }
  

  /* ---------------------------------------------EVENTS------------------------------*/
  /* ---------------------------------------------EVENTS------------------------------*/

  .parallax-events{
    /*background: url(img/pic1.jpg);*/
    min-height: 230px;
  }

  .events-main{
    overflow: auto;
    background-color: #f2f2f2;
    /*background-color: #110c55;*/
    color: #1a1a1a;
    padding: 2px;
  }
  
  .event-container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    /*background-color: aqua;*/
    width:100%;
    margin:0;
  }
  
  .event-picture{
    

    margin: 20px 5%;
    /* background-image: url(img/pic.jpg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    width:90%;
    
    padding-top: 70.67%;
  }
  .event-info{
    /*background-color: coral;*/
    background-color: #f2f2f2;
  
    margin: 20px 10%;
    width:80%;
  }
  .divider{
    width: 70%;
    padding-left: 5%;
    padding-right: 5%;
    height: 3px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(0, 0, 0, .4);
  }
  .event-title{
      margin-top: 20px;
      text-align: center;
      font-weight: bolder;
      line-height: 220%;
      font-size: 20px;
      padding-left: 0;
  }
  
  .event-reg{
      margin-top: 20px;
      text-align: center;
      font-weight: bold;
      line-height: 180%;
      font-size: 17px;
      padding-left: 0;
  }

  .fall-text{
    margin-top: 20px;
    text-align: left;
    font-weight: normal;
    line-height: 140%;
    font-size: 15px;
    padding-left: 0%;
  }
  


  /*-----------------------------------------FALL FEST----------------------------------------------*/
  /*-----------------------------------------FALL FEST----------------------------------------------*/
  .parallax-fall{
    background: url(img/fall.jpeg);
    min-height: 300px;
  }


  .parallax-fall {
    position: relative;
    opacity: .95;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    
  }
  .heading-fall{
    position: absolute;
    top: 50%;
    width: 70%;
    color: #f2f2f2;
    left :15%;
    right :15%;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 10px #000,0 0 10px #000,0 0 5px #000;
    font-weight: bold;
  }

  #event-fall .event-picture{
    /* background-image: url(img/fall-fest-.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  #event-fall-es .event-picture{
    /* background-image: url(img/fall-fest.jpg); */
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 0;
    width: 90%;
    padding-top: 125%;
    
  }

  #event-fall-es{
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-active{
    transform: translateX(0%);
    transition: transform 0.5s ease-in;
  }
  
  
  @keyframes navLinkFade {
    from{
      opacity:  0;
      transform: translateX(50px);
    }
  
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  
  .toggle .line1{
    transform: translateX(5px) rotate(-45deg) translate(-5px,6px) ;
  }
  
  .toggle .line2{
    opacity: 0;
  }
  
  .toggle .line3{
    transform: translateX(5px) rotate(45deg) translate(-5px,-6px);
  }
}















