@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Sorts+Mill+Goudy&display=swap');

/* ---------------------TABLE OF CONTENT--------------------------------------------------------

    1.  Global
    2.  Common Classes
	3.	Navbar
	4. Hero Sections
	5. Sections
	6. Perseel
	7. Social Icons
	8. Form & Footer

*/

/*-----------------------------------------------------------------------------------*/
/*	1.	Global
/*-----------------------------------------------------------------------------------*/

.md-hidden {
  display: none;
}
.align-left {
  text-align: left;
}

:root {
    --light-bg: #FBFBFB;
    --medium-bg: #EDEDED;
    --grey-stroke: #D6D6D6;
    --red: rgba(255,78,78,1);
    --red-darker: rgb(217, 54, 54);
    --red-transparent: rgba(255,78,78,0.1);
    --dark: #272D37;
    --dark-transparent: rgba(0,0,0,0.25);
    --white: #ffffff;
    --white-transparent: rgba(255,255,255,0.25);
  }

html,body
  {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden; 
  }

  /* overrides */
  .row {
    --bs-gutter-x: 0 !important;
  }
  .row {
    --bs-gutter-x: 0 !important;
  }
  
  
 
/*-----------------------------------------------------------------------------------*/
/*	2.	Common Classes
/*-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Montserrat', sans-serif;
}

.hero h1 {
    /* Text styles */
    font-family: 'Montserrat', sans-serif;
    font-size: 5em;
    font-weight: 700;
    /* Margins */
    margin-top: 0;
    margin-bottom: 0.5em;
}

.rooi { color: #ff4e4e;}
.wit {color: #ffffff;}
.blou {color:#05151b;}

a {
	text-decoration: none !important;
}
a:hover {
    text-decoration: none;
}

a.red {
    color: #ff4e4e !important;
	text-decoration: none !important;
}
a.red:hover {
	color: #333;
    text-decoration: none;
}


.btn-lights {
    display: block;
    text-align: center;

}

.btn-light {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,1);
    border-radius: 0.25em;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.btn-light-active {
    opacity: 1;
}
.btn-light-active:hover {
    color: var(--white);
}
.btn-light-inactive {
    opacity: 0.75;
}
.btn-light-inactive:hover {
    background: rgba(255,255,255,1);
    color: var(--dark);
}
/* btn dark */
.btn-dark {
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    color: #fff;
    width: 220px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.btn-wrapper {
  padding: 10px;
}

.btn-dark-active {
  background: var(--red);
  border: 1px solid var(--red);
}
.btn-dark-active:hover {
    color: var(--white);
    background: var(--red-darker);
    border: 1px solid var(--red-darker);
}
.btn-dark-inactive {
  background: var(--red-transparent);
  border: 1px solid var(--red);
  color: var(--red);
}
.btn-dark-inactive:hover {
    background: var(--red);
    color: var(--white);
}


  .diamond-shape-1 {
    background-image: url('../img/diamond.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 150%;
    z-index: 999;
  }

  .diamond-shape-2 {
    background-image: url('../img/diamond.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: -50%;
    z-index: 999;
  }
  .diamond-shape-3 {
    background-image: url('../img/diamond.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 150%;
    z-index: 999;
  }
  


/*-----------------------------------------------------------------------------------*/
/*	3.	Navbar
/*-----------------------------------------------------------------------------------*/

.gn-menu-logo {
  pointer-events: none;
}

 .menu-link {
    text-decoration: none !important;
  }

.corpus-christi-menu-logo {
  background-image: url('../img/corpus_christi_icon_w.svg');
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;

}

/* logo */
.cc-icon {
    display: block;
    text-indent: 32px;
    width: 230px;
    margin-left: 15px;
    background-repeat: no-repeat !important;
    background: url(../img/corpus_christi_icon.svg);
    background-size: 55px 55px;
  }  
  
  @media only screen and (max-width: 1080px) {
    .gn-menu-main .gn-menu-main-item  {
        display: none;
    }
  }





/*-----------------------------------------------------------------------------------*/
/*	4.	Hero Sections
/*-----------------------------------------------------------------------------------*/
#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #background-video-kids {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
.hero {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
.hero-2 {
  width: 100vw;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.hero-2 {
  width: 100vw;
  height: 275px !important;
}
.cc-kids-hero {
  height: 400px !important;	
  background-image: url('../img/bg-kids-foon.jpg');
  background-size: cover !important;
}
.kalender-hero {
  background-image: url('../img/bg-kalender-foon.jpg');
  background-size: cover !important;
}
.cc-span-hero {
  background-image: url('../img/bg-kalender-foon.jpg');
  background-size: contain;
}
.hartklop-hero {
  background-image: url('../img/bg-hartklop-foon.jpg');
  background-size: cover !important;
}
.cc-manne-hero {
  background-image: url('../img/bg-ccmanne-foon.jpg');
  background-size: cover;
}
.cc-dames-hero {
  background-image: url('../img/bg-ccdames-foon.jpg');
  background-size: cover;
}
.cc-aanbidding-hero {
  background-image: url('../img/bg-aanbidding-foon.jpg');
  background-size: cover;
}
.perseel-hero {
  background-image: url('../img/bg-corpuschristi-foon.jpg');
  background-size: cover;
}
.cc-compassion-hero {
  background-image: url('../img/bg-cccompassion-foon.jpg');
  background-size: cover;
}
.kontak-hero {
  background-image: url('../img/bg-kontak-foon.jpg');
  background-size: cover;
}
.klubalpha-hero {
  background-image: url('../img/bg-klubalpha-foon.jpg');
  background-size: cover;
}
.cc-kids-hero-logo {
    background: url(../img/cc-kids-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    height: 225px;
    width: 225px;
    margin-top: 40px;
}

@media only screen and (min-width: 767px) {
.cc-kids-hero {
  background-image: url('../img/bg-kids.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.kalender-hero {
  background-image: url('../img/bg-kalender.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-span-hero {
  background-image: url('../img/bg-kalender.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hartklop-hero {
  background-image: url('../img/bg-hartklop.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-manne-hero {
  background-image: url('../img/bg-ccmanne.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-dames-hero {
  background-image: url('../img/bg-ccdames.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-aanbidding-hero {
  background-image: url('../img/bg-aanbidding.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.perseel-hero {
  background-image: url('../img/bg-corpuschristi.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-compassion-hero {
  background-image: url('../img/bg-cccompassion.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.klubalpha-hero {
  background-image: url('../img/bg-klubalpha.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.kontak-hero {
  background-image: url('../img/bg-kontak.jpg');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.cc-kids-hero-logo {
    background: url(../img/cc-kids-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 200px;
    margin-top: 40px;
}
}

.cc-kids-hero-2 {
  background: url('../img/hero-shape-bg.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 50%;
  background-position-y: 50%;
}

.hero .btn {
    /* Positioning and sizing */
    display: block;
    width: 200px;
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    /* Text styles */
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    
    /* Border styles */
    border: 3px solid white;
    border-radius: 20px;
    
    /* Background styles */
    background-color: rgba(147, 112, 219, 0.8);
}


.soundwave {
  background: url('../img/soundwave.svg');
  background-repeat: no-repeat;
  width: 226px;
  height: 50px;
}


  .pt1 {
    color: var(--white);
  }
  .pt2 {
    color: var(--white);
  }



/*-----------------------------------------------------------------------------------*/
/*	5.	Sections
/*-----------------------------------------------------------------------------------*/
.content {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: var(--white) !important;
    z-index: 3;
    position: relative;
}


.cc-kids-pt1-left-outer {
  background: url('../img/corpus-christi-welkom.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  position: relative;
}
/* pt1 */

  @media only screen and (max-width: 1150px) {
    .pt1-left-outer {
        height: 1300px;
    }
  }


  .pt1-left-outer {
    background: url('../img/corpus-christi-welkom.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
    position: relative;
  }
  .pt1-left-inner {
    font-size: 2.0em;
	font-weight: 700;
	color: #fff;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pt1-right-outer {
    height: auto;
    position: relative;
  }
  .pt1-right-inner {
    text-align: justify;
    line-height: 1.5em;
    margin: 10%;
    
  }
   .pt2-right-outer {
    height: auto;
    position: relative;
  }
  .pt2-right-inner {
    margin-left: 10%;
	margin-right: 10%;
  } 
 
.bedieningsareas {
	background-color: #05151b;
	padding-top: 75px;
	padding-bottom:75px;
}
.events {
	background: url('../img/preek-events-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding-top: 75px;
	padding-bottom:75px;
}
 
.premises { 
	background-color: #ffffff;
  	padding-top: 75px;
	padding-bottom:75px;
}

.contact {
	background-color: #ebebeb;
  	padding-top: 75px;
	padding-bottom:75px;
}	


  .lrg-quotes {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 4em;
    color: var(--red);
    position:absolute;
    left: -80px;
    top: -60px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 50%;
  }

  .title-lrg {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: var(--dark);
    text-align: center;
    padding: 0px 50px 20px 50px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
  }
  .title-description {
      line-height: 2em;
      font-size: 14px;
      text-align: center;
      padding: 0px 50px 60px 50px;
  }



/*-----------------------------------------------------------------------------------*/
/*	6.	Perseel
/*-----------------------------------------------------------------------------------*/
.pers-label {
    font-size: 20px;
	color: #ff4e4e;
    font-weight: 700;
    text-align: center;
    padding: 5px 0px 10px 0px;
	text-shadow: 1px 1px 4px rgba(35,35,35,0.4);
}
.pers-description {
    font-size: 14px;
    font-weight: 600;
    background: var(--white);
    padding: 7px 24px 7px 24px;
    text-align: center;
    border-radius: 2em;
    line-height: 1.2;
}
.pers-inner {
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
    border-radius: 0.25em;	
}
.pers-outer-1 {
    margin-left: 25px;
    margin-top: 25px;
    background: url('../img/premises/tuis-ouditorium.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-stroke);
    height: 300px;
    position: relative;
    border-radius: 0.25em;
}
.pers-outer-2 {
    margin-left: 25px;
    margin-top: 25px;
    background: url('../img/premises/konferensie-kamer.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-stroke);
    height: 200px;
    position: relative;
    border-radius: 0.25em;
}
.pers-outer-3 {
    margin-left: 25px;
    margin-top: 25px;
    background: url('../img/premises/tuis-funksie-lokaal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-stroke);
    height: 300px;
    position: relative;
    border-radius: 0.25em;
	text-align: center;
}
.pers-outer-4 {
    margin-left: 25px;
    margin-top: 25px;
    background: url('../img/premises/tuis-speelpark.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-stroke);
    height: 300px;
    position: relative;
    border-radius: 0.25em;
}
.pers-outer-5 {
    margin-left: 25px;
    margin-top: 25px;
    background: url('../img/premises/tuis-saal.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid var(--grey-stroke);
    height: 400px;
    position: relative;
    border-radius: 0.25em;
}

@media only screen and (max-width: 767px) {
    .pers-outer-1 {
        margin-left: 0;
    }
    .pers-outer-2 {
        margin-left: 0;
    }
    .pers-outer-3 {
        margin-left: 0;
    }
    .pers-outer-4 {
        margin-left: 0;
    }
    .pers-outer-5 {
        margin-left: 0;
    }
}




/*-----------------------------------------------------------------------------------*/
/*	7.	Social Icons
/*-----------------------------------------------------------------------------------*/
.social-icons {
  display:inline-flex;
  margin-top: 40px;
}
.social-icon-item {
  margin: 10px;
}

.facebook {
    background: url('../img/social/facebook.svg');
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
}
.facebook:hover {
    background: url('../img/social/facebook-hover.svg');
}
.instagram {
  background: url('../img/social/instagram.svg');
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.instagram:hover {
  background: url('../img/social/instagram-hover.svg');
}
.whatsapp {
  background: url('../img/social/whatsapp.svg');
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.whatsapp:hover {
  background: url('../img/social/whatsapp-hover.svg');
}
.youtube {
  background: url('../img/social/youtube.svg');
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.youtube:hover {
  background: url('../img/social/youtube-hover.svg');
}
.soundcloud {
  background: url('../img/social/soundcloud.svg');
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
.soundcloud:hover {
  background: url('../img/social/soundcloud-hover.svg');
}






/*-----------------------------------------------------------------------------------*/
/*	8.	Form & Footer
/*-----------------------------------------------------------------------------------*/

.checkbox-label {
  padding-left: 10px;
}
.checkbox {
  display: table;
  padding: 5px 0px 5px 0px;
}
label {
  display: table-cell !important;
}
input.form-control {
  padding: 10px;
  border-radius: 0.25em;
  border: 1px solid var(--dark-transparent);
}
.control-label {
  padding: 15px 0px 5px 0px;
}
.form-group {
  padding: 0px 10px 10px 10px;
}
.submit-button {
  background: var(--red);
  color: var(--white);
  width: 100%;
  padding: 15px 25px 15px 25px;
  border: 0;
  border-radius: 0.25em;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 500;
}
.submit-button:hover {
  background: var(--red-darker);
  color: var(--white);
}


footer {
  background: #05151b;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-top: 50px;
  margin-bottom: -25px;
}
a.white {
  color: #fff;
  text-decoration: none;
}
a.white:hover {
  color: #df4e4e;
  text-decoration: none;
}




