@charset "utf-8";

*,::after,::before {
    box-sizing: border-box;
}

html {
     font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    border-color: #050000; background: #000B26; margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px;
}
.promo-video {
  position: relative;
  width: 100%;         /* vult container */
  max-width: 480px;    /* bepaal zelf max breedte (groter = bredere video) */
  margin: 0 auto;      /* centreren */
}

.promo-video iframe {
  width: 100%;
  aspect-ratio: 9 / 16;  /* altijd netjes in 9:16 verhouding */
  border-radius: 12px;
}
.promo-cta {
  margin-top: 1rem;
  text-align: center;   /* zorgt dat tekst en knoppen centreren */
}

.promo-cta a {
  display: inline-block;
  margin: 0.5rem;
}
.promo-cta .cta-button-black {
  text-decoration: none;
}

.cta-button-black {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #000;          /* zwart */
  color: #fff;               /* witte tekst */
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  border: 2px solid #088116; /* dun groen randje voor connectie */
  transition: all 0.3s ease;
}

.cta-button-black:hover {
  background: #088116; /* groen bij hover */
  color: #fff;         /* tekst wit houden */
}
.shake {
  animation: shake 0.5s infinite;
}

@keyframes shake {
  0%   { transform: translate(1px, 1px) rotate(0deg); }
  10%  { transform: translate(-1px, -2px) rotate(-1deg); }
  20%  { transform: translate(-3px, 0px) rotate(1deg); }
  30%  { transform: translate(3px, 2px) rotate(0deg); }
  40%  { transform: translate(1px, -1px) rotate(1deg); }
  50%  { transform: translate(-1px, 2px) rotate(-1deg); }
  60%  { transform: translate(-3px, 1px) rotate(0deg); }
  70%  { transform: translate(3px, 1px) rotate(-1deg); }
  80%  { transform: translate(-1px, -1px) rotate(1deg); }
  90%  { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}       

.pope {
	margin-top: 10px;
	color: red;
	font-weight: bolder;
	font-size: 2.rem!important;
	text-shadow: 4px 8px 16px #000; 
}
.sub-text {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.social-icons {
    display: flex;  
    justify-content: center;      
    align-items: center;           
    gap: 20px;                    
}

.social-icons a {
    display: flex;                 
    align-items: center;           
}

 img.instagram-icon, img.twitter-icon {
    width: 60px;                  
	height: 60px; 
	margin-top: 60px;
}

img.facebook-icon {
	width: 50px;
	height: 50px;
}
@media (max-width: 600px) {
    .footer-menu {       
        padding-left: 20px; 
        margin: 0; 
		
    }

    .footer-menu li {
        margin-bottom: 60px; 
    }
	.footer-menu li {
    color:#C59977; 
}

    .footer-menu li a {
        display: block; 
        text-align: left; 
    }
	.copyright{
     font-size:13px;    
     text-align: left;
	 color:#F4D922!important;
	 font-weight: 500; 
	 margin-top: -40px;}
}
em {
	font-size: 22px;
	font-weight: bold;
	
}
.center-image2 {
    transition: transform 0.3s ease; 
}

.center-image2:hover {
    transform: scale(1.8); 
}

.center-image.media {
    transition: transform 0.3s ease; 
}

.center-image.media:hover {
    transform: scale(1.5); 
}


@media (max-width: 1220px) {
    .center-image2,
    .center-image.media {
        transition: none; 
        transform: scale(1); 
    }

    .center-image2:hover,
    .center-image.media:hover {
        transform: none; 
    }
}
.hrline {
    background-color: #C59977; 
    max-width: 1280px;
    width: 100%; 
    height: 2px;   
    border: none; 
    border-radius: 2px;
    margin: 30px auto 60px; 
    text-shadow: 2px 8px 8px #000; 
}
@media (max-width: 600px) {
.hrline {
    background-color: #C59977; 
    max-width: 1280px;
    width: 100%; 
    height: 2px;   
    border: none; 
    border-radius: 2px;
    margin: -20px auto 60px; 
    text-shadow: 2px 8px 8px #000; 
	}
	hr { 
	margin-top: -0px!important;
	}
	h5.pope {
	margin-top: -10px!important;
	
}
}
h1{
	font-size: 5rem!important;
	font-weight:700;
	color:#EFEFEF!important;
	margin-top: 60px!important;
	text-shadow: 4px 18px 6px #000 !important;
	text-align:center;
	margin: 0 auto;
}
h2
{
	font-size:3rem;font-weight:bolder;color:#C59977!important;text-align:center;margin-top:-50px;margin-bottom: 30px!important;text-shadow:2px 4px 8px #000}.h2{margin-top:20px;text-shadow:2px 4px 8px #000}
h5 {
    font-size: 3rem;
    font-weight: bold;
    color: #C59977;
    margin-top: -2px!important;
    margin-bottom: 0px;
	text-align: center;
    text-shadow: 4px 18px 6px #000 !important;
	
}
h5.h2 { 
margin-top: -50px;
}
.center-image {
	width:30%!important;
	margin: 0 auto;
	
	margin-top: 18px;
	
}

.center-image2{
	width: 30%!important;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 64px;
	
	
	
}
h3{
	font-size: 2rem;
	font-weight:700;
	color:#FFFFFF!important;
	text-align: center;
	text-shadow:2px 4px 8px rgba(0,0,0,.5);
	margin-top:-8px}

    h5.stc {
       font-size: 4rem;
		margin-top: 80px;
		margin: 0 auto;
    }
p.stc {
	padding: 10px;
	margin-bottom: -3px;
}
    h5.tmcil {
		 font-size: 2.6rem!important;
		margin-top: -40px; 
		
    }
p.tmcil {
	padding: 0px;
	margin-bottom: -3px;
}	
	
ol.ol, .ol2 {
    list-style-type: none; 
      
    margin: 0 auto;  
	justify-content: center;
	display: block;
	text-align: center;
    
}

ol.ol li, .ol2 li {	
    margin-top: -20px;
    margin-bottom: 40px;  
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 4px 18px 6px #000 !important;
    transition: transform 0.3s ease, color 0.3s ease; 
    padding: 20px; 
    max-width: 1280px; 
    display: inline-block; 
}

ol.ol li:hover, .ol2 li:hover {
    transform: scale(1.1); 
    color: #C59977;
    text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);
    
}
@media (max-width: 900px) {
    ol.ol li, .ol2 li {
        margin-bottom: 20px;  
        font-size: 30px;     
        transition:  transform 0.3s ease, color 0.3s ease;   
        padding: 10px; 
        border-radius: 50%; 
		max-width: 500px;
    }

    ol.ol li:hover, .ol2 li:hover {
        transform: scale(1.4);
        color: #C59977;
       text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);     
    }
}
@media (max-width: 600px) {
    ol.ol li, .ol2 li {
        margin-bottom: 20px;  
        font-size: 28px;     
        transition:  transform 0.3s ease, color 0.3s ease;   
        padding: 30px; 
        border-radius: 50%; 
		max-width: 500px;
    }

    ol.ol li:hover, .ol2 li:hover {
        transform: scale(1.1);
        color: #C59977;
        text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);    
    }
}
.responsive-banner {
    display: block;
    width: 100%;
    background-color:#088116 ;
    color: white;
    text-align: center;
    padding: 15px 0;
	margin-top: -30px;
	margin-bottom: 14px;
	border: solid;
	border-width: 0.9px;
    text-decoration: none;
	text-shadow:2px 4px 8px #000;
    font-size: 1.8rem;
    transition: background-color 0.3s ease;
}

.responsive-banner:hover {
    background-color: #004107;
	text-decoration: none;
}
@media (max-width: 600px) {
    .responsive-banner {
        font-size: 20px;
		
    }
}
.published {
    width: 100%;
    background: black;
    height: 60px;
	border: solid;
	margin-top: 6px;
}
.logo-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 170px; 
	margin-top: -10px;
    background: #E5D8CD;
    display: flex;
    align-items: center;
}

.logo-track {
    display: flex;
    animation: scroll 30s linear infinite; 
}

.logo-track img {
    flex: 0 0 auto;
    max-height: 100px; 
    width: auto; 
    margin: 0 20px; 
    padding-top: 20px; 
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.excloffer3 {
    background-color: #088116;
    border: none;
    width: 260px !important;    
    text-align: center;    
    margin: 0 auto;
    padding: 0px 0 2px;
    text-decoration: none !important;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 22px;
    cursor: pointer;
    border-color: #C59977;
    border-radius: 4px; border-style: solid;
	border-width: 2px;
    height: 40px;
    margin-top: 46px;
    margin-bottom: 12px;
    position: relative;
	text-shadow:2px 4px 8px #000;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}
.excloffer3:hover {
    transform: scale(1.2); 
    
    color: #000000;
	font-weight: 700;
	background: #39AC03;
    text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);

}

.excloffer5 {
    background-color: #088116;
    border: none;
    width: 777px !important;    
    text-align: center;    
    margin: 0 auto;
    padding: 0px 4 4px;
    text-decoration: none !important;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 22px;
    cursor: pointer;    
    border-radius: 5px; border-style: solid;
	border-width: 2px;
	border-color: #C59977;
    height: 46px;
    margin-top: 6px;
    margin-bottom: 12px;
    position: relative;
	text-shadow:2px 4px 8px #000; 
	transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;

}
.excloffer5:hover {
    transform: scale(1.1); 
    color: #000000;
	font-weight: 700;
	background: #39AC03;
    text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);

}

@media screen and (max-width: 670px) {
    .logo-carousel {
        height: auto;
		margin-top: 45px;
    } .logo-track img {
        max-height: 180px; 
        width: auto;  
        margin: 0 10px; 
        padding: 60px ; 
        
    }


.excloffer3 {
    background-color: #088116;
    border: none;
    width: 260px !important;    
    text-align: center;    
    margin: 0 auto;
    padding: 0px 0 2px;
    text-decoration: none !important;
    align-items: center; 
    justify-content: center; 
    font-size: 20px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 4px; border-style: solid;
	border-width: 2px;
    height: 40px;
    margin-top: 48px;
    margin-bottom: 4px;
    position: relative;
	text-shadow:2px 4px 8px #000;

	}
	.excloffer5 {
		width: 100%!important;
		height: 90px!important;
		padding: 2px;
		font-size: 20px;
	}
	.excloffer5:hover {
    transform: scale(1); 
    color: #000000;
	font-weight: 700;
	background: #39AC03;
    text-shadow: 8px 14px 8px rgba(177, 123, 20, 0.50);

}
}


.text-container {
	max-width: 1180px;
	margin: 0 auto;
}


.link{color:#fff;text-decoration:none;font-size:12px;text-align:center;margin:0 auto;display:block;margin-top:-0px}.hslogo{height:60px;width:60px; margin-top: 10px;}

.topnav a{background-color:none;padding:24px;text-decoration:none}

.topnav a.active{background-color:none;color:#fff}
.topnav{overflow:hidden}
.topnav{text-align:center}
.topnav a{display:inline-block;color:#f2f2f2;text-align:center;text-decoration:none;font-size:17px}
.active{background-color:none;color:#fff;text-decoration:none!important;border-radius:8px}

.topnav .icon{display:none}
.dropdown{float:right;overflow:hidden;margin-right:155px}
.dropdown .dropbtn{font-size:19px;margin-top: px;font-weight:700;margin-bottom: -1px;outline:0;color:#fff;border-color: #C59977;padding:20px 16px;background-color:inherit;font-family:inherit;
}
.dropdown-content{
	display:none;
	position:absolute;
	background:  #000B00;
	min-width: 250px;
	box-shadow:2 8px 16px 0 rgba(0,0,0,.2);
	z-index:1}
.dropdown-content a{
	width: 250px;
	float:none;
	color:#fff;
	padding:12px 16px;
	text-decoration:none!important;
	display:block;
	text-align:center;
	margin-top:0px}
.dropdown:hover .dropbtn,.topnav a:hover{
	background-color:#B98B45!important;
	color:#fff;
	border-radius:10px;
	margin-top: 0px;
}
.dropdown-content a:hover{background-color:#005baf;
	color:#fff}.dropdown:hover .dropdown-content{display:block}

.container{display:flex;flex-wrap:wrap;justify-content:space-between;padding-right:15px;padding-left:8px;margin-right:auto;margin-left:auto}.facebook{width:50%;margin:0 auto}

@media screen and (max-width:600px){
	.logo{width:30%}.hslogo{width:40%;margin-top:1vw}}

@media screen and (max-width:900px){
	.dropdown .dropbtn,.topnav a:not(:first-child){display:none}.topnav a.icon{float:right;display:block}.topnav a:first-child{display:none}h1{font-size:2.5rem}}

@media screen and (max-width:900px){
	.hslogo {
		display: none;
	}		.topnav.responsive{position:relative}
	.topnav.responsive a.icon {		                 position:absolute;
		right:0;
		top:0}
	.topnav.responsive a{
		float:none;display:block;text-align:left}
	.topnav.responsive .dropdown{float:none}
	.topnav.responsive .dropdown-content{
		position:relative}
	.topnav.responsive .dropdown .dropbtn{
		display:block;
		width:100%;
		text-align:left}}

@media screen and (max-width:600px){
	.btn-primary{
		display:block;
		width:100%;height:8vw;
		margin:0 auto;
		text-align:center}}

.dropdown:hover .dropdown-content{display:block}

@media screen and (max-width:600px){
	.logo{
	width:40%}
	.hslogo{
		width:2%;margin-top:2vw;
		display:none;
	}}

.menubalk-container{	
	position:relative}
.logo{
	position:relative;
	width:5%;
	height:auto;
	margin-left:16px;
	float:left}

.donsmall2 {width:50%!important;margin-top:8px!important;margin-bottom:2px!important;background:linear-gradient(45deg ,navy,#4d0000);margin-left:-40px!important;margin-right:40px!important}

.author{color:#fff}

.copyright{
font-size:13px;
line-height:8;
margin-left:-10px;color:#F4DE11!important;font-weight:400}

.h4{font-size:12px!important;font-weight:700;color:#fff;margin-top:10px;text-decoration:none!important}

.column{flex:1;margin:10px}.img-container{position:relative;width:100%}.img-container img{display:block;width:78%;height:100%;object-fit:cover;justify-content:center;margin:0 auto}.img-container:hover .overlay{height:.01%}img.ai{margin-top:-20px;position:relative;width:80%}.text{color:#fff;font-size:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}#temptomb{width:100%;background:#000;margin:0 auto}



@media (max-width: 600px) {
    h5.stc {
        margin-top: -58px!important;
		font-size: 30px!important;
		margin-bottom: -20px;
		text-align: center;
		
    }
	h5.tmcil {
		padding-top: 0px!important;
		font-size: 26px!important;		
		text-align: center;		
		margin-bottom: -10px;
		
	}
	.tmcil {
		text-align: center;
	}
	
	}
@media (max-width: 600px) {
    h5 {
        margin-top: -80px!important;
		font-size: 26px;
		margin-bottom: -30px;
		text-align: center;
    }
	.stc {
		text-align: center;
		margin-top: 10px;
	}
	
	}

.blurb-button:hover {
    background-color: #004107; border-style: solid;
	border-width: 2px;color: #fff;
}

.blurb-text {
    visibility: hidden;
    width: 100%;
    max-width: 1000px;
    max-height: 1400px;
    overflow-y: auto;
    background-color: #2f323e;
    color: #fff;
    text-align: left;
    font-size: 22px;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 50px;
    opacity: 0;
    transition: visibility 0s linear .3s, opacity .3s linear;
}

@media (max-width: 600px) {
    .blurb-text {
        background-color: #2F323E;
        color: #fff;
        margin: 0 auto; 
        width: calc(100% - 40px); 
        max-width: 400px; 
        padding: 20px; 
        border-radius: 10px;
        border: solid;
        border-width: 2px;
        margin-bottom: 120px;
        box-sizing: border-box; 
    }
}

.blurb-container:hover .blurb-text {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}


.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}


.excloffer:hover {
    background-color: #004107; border-style: solid;
	border-width: 2px;color: #fff;
}
.excloffer{
	background-color:#088116;	border:none;
	width: 220px!important;
	font-weight:700;
	text-align:center;
	justify-content:center;
	margin:0 auto;padding:0px 0 2 ;
	text-decoration:none!important;display:block;font-size:20px!important;cursor:pointer;transition:background-color .3s ease;border-radius:4px!important;border-style:solid;height:45px;margin-top:70px;margin-bottom:10px;position:relative}



.facebook{display:flex;align-items:center;gap:10px;margin:0 auto;text-align:center;justify-content:center}.facebook a{display:flex;align-items:center}.facebook img{height:50px;width:50px}.holychurch{width:100%;height:auto;object-fit:cover}



.page-container{width:100%;max-width:1320px;margin:0 auto}.content-section{display:flex;align-items:center}



.text-right{flex:1;margin-top:-40px!important}.button-section{text-align:center}.pre-order-button{display:inline-block;margin:0 10px;background:green;font-color:white}

@media (max-width:768px){.content-section{flex-direction:column;align-items:flex-start;margin-bottom:0}.center-image,.center-image2{width:70%!important;margin:0 auto}.text-right{margin-top:20px}.pre-order-button{width:60%!important}}

.img-container{width:50%;margin-left:55px;margin-bottom:20px}.lb2{width:48%;margin-left:5px!important;margin-top:40px!important;margin-bottom:110px!important}

/*
p{
	margin:0 auto;justify-content:center;display:block;color:#cfdada;line-height:1.5;padding-left:30px;padding-right:30px}*/

.h4{font-size:12px!important;font-weight:700;
	color:#fff;}
	.row{display:flex;justify-content:space-between}.column{flex:1;margin:10px}.img-container{position:relative;width:100%}.img-container img{display:block;width:78%;height:100%;object-fit:cover;justify-content:center;margin:0 auto}.img-container:hover .overlay{height:.01%}img.ai{margin-top:-20px;position:relative;width:80%}.text{color:#fff;font-size:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}#temptomb{width:100%;background:#000;margin:0 auto}

@media (min-width:601px){
	.containerlinktsc a{margin:10px}}

@media (max-width:600px){
	.containerlinktsc{
		display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;background-color:#000}.containerlinktsc a{flex-basis:calc(33.33% - 20px);margin-bottom:10px;color:#fff}.donsmall2{width:100%!important;margin-top:-2px;margin-bottom:28px!important;text-align:center!important;justify-content:center!important;font-size:16px;margin:0 auto!important;display:block!important}}p{margin-top:0;margin-bottom:1rem;color:#fffcfc;font-size:20px}address{margin-bottom:1rem;font-style:normal;line-height:inherit}.small{font-size:70%;background:#000;padding:10px 10px 10px 10px;color:#fff;text-decoration:none;margin-bottom:50px!important;margin:0 auto;margin-left:70px;margin-right:70px}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none;width:100%}svg{overflow:hidden;vertical-align:middle}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button{text-transform:none}[type=button],button{-webkit-appearance:button}[type=button]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=date],input[type=month],input[type=time]{-webkit-appearance:listbox}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[hidden]{display:none!important}

hr{min-width:470px;max-width:1280px;margin:0 auto;height:2px;background-color:#fff;border:none;margin-bottom:60px;margin-top:20px;}

.img-fluid{max-width:100%;height:2px;width:auto}.figure{display:inline-block}.container{display:flex;flex-wrap:wrap;padding-right:15px;padding-left:5px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.border {
    border: 1px solid #dee2e6 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.li {
    font-color: #FFFFFF; /* Houd er rekening mee dat 'font-color' moet worden 'color' */
    font-size: 14px;
    margin-top: -20px;
}


ul {
    color: #C59977;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }
}


@media (max-width: 600px) {
	h1 {
		font-size: 30px!important;
	margin-bottom: 10px;
	
	}
	h5 {
		margin-top: 0px!important;
	}
		h5.tmcil {
		
		margin-bottom: 20px;
			}	
		h3 {
			font-size: 24px;
			margin-top: 20px;
	margin-bottom: 40px;} 
	li  {
		font-size: 26px;
		text-align: left;
		margin-top: -40px;
	}}

@media (max-width: 360px) {
	h1 {
		font-size: 30px!important;
		
	}
	.h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	h5 {
		margin-top: -40px!important;
		font-size: 24px;
		margin-bottom: 4px;
	}
	h5.stc {
	margin-top: -40px!important;	
	}
	h5.tmcil {
		
		font-size: 24px;
		
		
	}
	
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
  
  .excloffer3 {
    width: 220px!important;
    height: 50px;
    background-color: #088116;
    border: none;
    color: #fff;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-top: 20px;
   
    
  }
}

/* Voor gemiddelde smartphones */
@media (min-width: 361px) and (max-width: 412px) {
 .h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
   .excloffer {
    width: 220px!important;
    height: 40px;
    background-color: #088116;
    border: none;
    color: #fff;
    
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
}

/* Voor grote smartphones */
@media (min-width: 413px) {
  .h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
 	h5 {
		margin-top: -50px;
	}
  .excloffer {
    width: 220px !important;
    height: 40px;
    background-color: #088116;
    border: none;
    color: #fff;
    
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
}

/* Voor korte smartphones */
@media (max-height: 780px) {
 .h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
 
  .excloffer {
    width: 260px !important;
    height: 40px;
    background-color: #088116;
    border: none;
    color: #fff;
    
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
}

/* Voor gemiddelde smartphones */
@media (min-height: 781px) and (max-height: 915px) {
 .h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
    .excloffer {
    width: 260px!important;
    height: 40px;
    background-color: #088116;
    border: none;
    color: #fff;
    
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
  }
}

/* Voor lange smartphones */
@media (min-height: 916px) {
  .h4 {
    font-size: 18px !important;
    color: #ffd100 !important;
    margin-bottom: 20px;
  }
	
		
  h2 {
    margin-bottom: 6px;
	  font-size: 2rem;
  }
  .text-right {
    margin-top: 40px !important;
  }
  center-image {
    width: 70%;
  }
   .excloffer {
    width: 260px!important;
    height: 40px;
    background-color: #088116;
    border: none;
    color: #fff;
    
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 3px 0 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color .3s ease;
    border-radius: 10px; border-style: solid;
	border-width: 2px;margin-bottom: 10px;
	}}

	
	@media screen and (max-width:600px){ center-image2{
		width:85%!important}}
	
	@media screen and (max-width:600px){
		.container{
			margin-top: 20px!important;
			margin:0 auto; }
		.footer-column{
			width:100%;
			padding:5px 0 0 36px;
			margin-bottom:2px}}

@media screen and (min-width:601px) and (max-width:1024px){.footer-column{width:100%;padding:5px 0}}
	
	@media screen and (max-width:600px){
				.facebook{
					width:70%!important;
					margin: 0 auto;
					}}
	@media screen and (min-width:601px) and (max-width:1024px){
		.facebook{
			width:40%!important;
			margin: 0 auto;}}
	

@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

}