@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Raleway:100,200,300,500,600,700,800,900");



body {
		background: #000B26;
	}


body, span, input, select, textarea {
		color: #010101;
		font-family: 'Raleway', sans-serif;
		font-size: 22px;
		font-weight: 300;
		line-height: 1.65em;
	}

	#nav ul li {
		display: inline-block;
		padding: 1.em 0.25em!important;
		text-align: center!important;
		margin: 0 auto!important;
		justify-content: center!important;
		
	}

br {
  display: block;
  height: 14px;      /* gewenste vaste afstand */
  content: "";
}
.slogan-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 0vh;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .slogan-header__title {
    color: red;
    line-height: 1.7;
    font-weight: bold;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 0 6px;
    margin-top: 20px;
  }

  .slogan-header__subtitle {
    font-weight: 500;
    color: #DFD09E;
    max-width: 1080px;
    width: 100%;
    padding: 0 6px;
    margin: 10px auto;
      font-size:1.5em;
      line-height: 1.7
  }

  .content-text {
    max-width: 1080px;
    margin: 20px auto;
    padding: 0 15px;
  }

  .callout-text {
    max-width: 1080px;
    margin: 30px auto;
    padding: 0 15px;
  }

  .emphasized--red {
    color: red;
    font-size: 1.4em;
    font-weight: 500;
  }

  .emphasized--large {
    font-size: 1.4em;
  }

  /* Media queries */
  @media (max-width: 600px) {
    .slogan-header {
      min-height: 80vh;
      padding: 10px;
        font-size: 1.5em;
    }
    
    .slogan-header__title {
      margin-top: -40px;
      font-size: 1.5em;
      max-width: 90vw;
    }

    .slogan-header__subtitle {
      font-size: 0.9em;
      max-width: 90vw;
    }

    .content-text,
    .callout-text {
      font-size: 1em;
      max-width: 90vw;
    }

    .emphasized--red,
    .emphasized--large {
      font-size: 1.2em;
    }
    
      }
  


.sub-text2 {
  font-size: 1.4em;
  line-height: 1.7;  
  text-shadow: 4px 8px 16px #000!important;
  color: #DFD09E!important;
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px;
    margin-top: -40px
}
.sub-text3 {
  font-size: 1.4em;
  line-height: 1.7;  
  text-shadow: 4px 8px 16px #000!important;
  color: #DFD09E!important;
    max-width: 1080px;
    margin: 0 auto;
    padding: 8px;
}


nav ul li a {
    -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
    display: inline-block;
    color: #ddd;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    text-align: center;
    line-height: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 0 15px; /* Voeg wat padding toe horizontaal */
}

nav ul li a:hover {
    color: #fff;
    background: #B17621;
    border-radius: 10px;
    padding: 0 15px; /* Vergroot de padding bij hover voor extra breedte */
}
/* Centraal uitgelijnde modal-button */
.center-modal-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1vh;
}

/* Standaard modal-button styling */
.modal-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #596174;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 30px 0;
}

.modal-button:hover {
    background-color: #55B300;
}
.close-modal-btn {
    background: #060200;
    color: white;
    height: 40px;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s;
}

.close-modal-btn:hover {
    background: orange;
    color: white;
}




h4 {
	margin-top: 10px;
	margin-bottom: 2px!important;
	text-align: center;
    margin: 0 auto;
   
}
 .container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .book-section {
            flex: 1 1 calc(33.333% - 40px); /* Adjust for gap */
            box-sizing: border-box;
            background-color: #000B26;
            padding: 20px;
            border-radius: 8px;
			border: solid;
			border-width: 1px;
			color: #B47548;
            text-align: center;
            transition: transform 0.3s;
        }

        .book-section:hover {
            transform: scale(1.05);
        }

        .book-title {
            font-weight: 700;
            font-size: 1.5rem;
            margin: 10px 0;
			text-shadow: 4px 18px 6px #000 !important;
        }

        .book-description {
            font-size: 1rem;
            line-height: 1.5;
            margin: 10px 0;
			text-align: center!important;
			display: block!important;
			justify-content: center;
			color: white!important;
        }

        a.button {
            background-color: #288B4B;
			width: 200px;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            display: inline-block;
            margin-top: 10px;
            border: solid;
            border-width: 0.5px;
            border-color: #DD8E50;
        }

        .button:hover {
            background-color: #033E05!important;
        }
@media (max-width: 768px) {
    .book-section {
        flex: 1 1 calc(50% - 40px); /* Two columns on medium screens */
        padding-top: 40px; /* Add padding to the top of each section */
        margin-bottom: 20px; /* Space between sections */
    }
    
    .book-title,
    .book-description,
    .button,
    h4 {
        margin-top: 20px!important; 
		text-align: center!important;
    }
}
@media (max-width: 600px) {
    .book-section {
        flex: 1 1 100%; /* Full-width boxes on small screens */
        padding: 20px; /* Add padding to ensure the box is taller */
        margin-bottom: 20px; /* Space between sections */
        text-align: center; /* Center text for better layout */
		
    }

    .book-title,
    .book-description,
    .button,
    h4 {
        margin-top: 20px!important; /* Add top margin for spacing */
    }

    img.sts {
        width: 100%; /* Make the image responsive */
        height: auto; /* Maintain the aspect ratio of the image */
    }
}

@media (max-width: 480px) {
    .book-section {
        flex: 1 1 100%; /* One column on small screens */
        padding-top: 20px; /* Ensure consistent padding */
    }

    .book-title,
    .book-description,
    .button,
    h4 {
        margin-top: 20px; /* Maintain spacing on small screens */
    }
}
  
.tmcil-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
	line-height: 1.7;
	color: white;
	margin-top: 2px;
	text-shadow: 4px 18px 6px #000 !important;
}

@media (max-width: 600px) {
    .book-box {
        width: 90%; 
        padding: 10px; 
    }

    .tmcil-title {
        font-size: 1.8rem; 
        margin-bottom: 15px; /* Adjust bottom margin if needed */
    }
}
    .tmcil-description {
    margin: 20px auto; 
    line-height: 1.9!important;		  
    text-align: justify; 
    max-width: 1080px; 
    padding: 0 10px; 
	color: white!important;
        font-size: 22px;
}

    .price-section {
    display: flex;
    flex-direction: column; /* Ensures elements stack vertically */
    align-items: center; /* Aligns child elements in the center */
    margin: 20px 0; 
}  

      /*  .price-value {
            font-size: 1.5rem;
            font-weight: bold;
        }*/
.addinfo {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  background: #000B26; 
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(221, 142, 80, 0.08); 
  color: #FFFFFF!important;
  line-height: 1.4;
  box-sizing: border-box;
}


@media (max-width: 600px) {
  .addinfo {
    padding: 16px 8px;
    font-size: 1.em;
  }
}

.addinfo strong {
  color: #d2691e;
  font-size: 1.08em;
}
.addinfo em {
  font-style: italic;
  color: orange;
  font-size: 1.1em;
}

/* Zorgt dat tekst netjes links uitgelijnd blijft, ook op grote schermen */
.addinfo, .addinfo .additional-info {
  text-align: left;
    color: white;

}
        .book-box {
           border: solid;
			border-width: 1px;
			color: white;
            border-radius: 8px;
            padding: 20px;
           
            margin: 20px auto;
            margin-bottom: 50px;
			width: 70%; 
        }

        .book-title {
            font-weight: bold;
            margin: 15px 0;
        }

        .button {
            background-color: #4CAF50;
            color: white;
            padding: 10px 15px;
            text-decoration: none;
            border-radius: 5px;
        }

        .button:hover {
            background-color: #45a049;
        }

        img.book-image {
            max-width: 60%; 
            height: auto; 
            border-radius: 5px; 
            margin-top:-40px;
			transition: transform 0.3s;
        }
 .book-image:hover {
            transform: scale(1.3);
        }

        @media (max-width: 600px) {
            .book-box {
                width: 90%; 
                padding: 12px; 
            }
        }   
 
h3.box-style {
	font-size: 2rem;
	text-align: center;
	
}
	.box.stshc {
		height: 54vh!important;
		margin-top: 40px!important;
		width: 47vh!important;
		margin-left: -20px!important;
	
	}
.box.sts {
	height: 75vh!important;	
	margin-top: -40px!important;
	width: 49vh!important;
	
	
	}
.sts {
    color: black; 
    margin-bottom: 20px; 
    line-height: 1.5; 
}

h1.sts {
    font-size: 24px; 
    margin-bottom: 10px; 
	
}
@media (max-width: 695px) {
	h1 {
		font-size: 2rem!important;
		width: 100%!important;
        font-color: red!important;
        
	}
h2 {
	
    margin-bottom: 36px!important; 
	text-align: left;
	margin: 0 auto!important;
	font-size: 3rem!important;
	width: 100%!important;
	padding: 10px;
	text-shadow: 4px 18px 6px #000 !important;
}
	h2.sts {
		font-size: 1.6rem!important;
	} 
   .top {
        text-align: left!important;
       font-size: 1.5em!important;
       margin-bottom: 30px!important;
       
    }
    .sub-text2 {
        margin-top: -140px!important;
    }
}
@media (max-width: 560px) {
	h1 {
		font-size: 1.6rem!important;
		width: 100%!important;
	}
h2 {
    margin-bottom: -36px!important; 
	text-align: center!important;
	margin: 0 auto!important;
	font-size: 1.8rem!important;
	width: 100%!important;
	padding: 10px;
	text-shadow: 4px 18px 6px #000 !important;
}
	h2.sts {
		font-size: 1.6rem!important;
	}
	/*span {
		
		padding: 0px 12px 0 12px; 
	}*/
}
.price-value,
.span2 {
    display: block; 
    margin: 10px 0; 
}

.row {
    display: flex;
    justify-content: center; 
}

.box {
    text-align: center; 
}

.image {
    margin: 0 auto; 
}

button {
    margin-top: 10px; 
}
#availability-label {
    font-weight: bold; 
	font-size: 30px;
    margin-top: 20px; 
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: -20px
}

#availability-detail {
    display: block; 
    margin-top: 5px; 
	color: white;
	width: 900px;
	margin: 0 auto;
	font-size: 20px;
}

/* Specifiek voor de aangemerkte taalelementen */
#availability-detail span {
    color: yellow; /* Specifieke kleur voor taalelementen */
    font-size: 22px; /* Grootte voor taalelementen */
}
.holychurch {
	width:100%;
	height:auto;
	object-fit:cover;
    margin-top: 40px;
}
  .language-buttons {
            margin-bottom: 20px;
	  margin: 0 auto;
	  text-align: center;
        }
        .language-button {
            margin-right: 10px;
            padding: 10px 15px;
            background-color: #007BFF;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .language-button:hover {
            background-color: #0056b3;
        }
img.don {
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	display: block;
	margin-top: 30px;
	
}

img.sts {
	margin-top: 40px;
transition: transform 0.3s ease; 
}
img.sts:hover {
	transform: scale(1.3); 
}
img.tmcil {
	margin-top: 10px;
	margin: 0 auto!important;
	text-align: center!important;
	display: block!important;
	justify-content: center!important;
	
}
img.hc {
	margin-top: 10px;
	width: 100%;
}
@media (max-width: 670px) {
	img.sts:hover {
		transform: scale(1); 
		}
		.hslogo {
			display: none;
		}	
	h1.tmcil {
		font-size: 24px!important;
		
		
	}
	h1.stshc {
		font-size: 28px!important;
	}
	p.sts {
		
		text-align: left!important;
		margin-top: -60px;
	}
		h3 { 
		margin-top: -215px!important;
			font-size: 22px!important;
		}
	h4 { 
	font-size: 18px!important;
	}
		
}
@media (max-width: 1200px) {
	.box.stshc {
		height: 34vh!important;
		margin-top: -10px!important;
		width: 420px!important;
	
	}
	@media (max-width: 600px) {
	.box.stshc {
		height: 34vh!important;
		margin-top: -10px!important;
		width: 420px!important;
	
	}
.box.sts {
	height: 36vh!important;
	width: 40vh!important;
	margin-top: 64px!important;
	
	
	}

    .box .button:hover {
        background-color: #218838; 
	}}	

@media (max-width: 900px) {
    .box {
        padding: 20px!important;
        background-color: #f9f9f9; 
       /* border: 1px solid #ccc; */
        /*border-radius: 5px; */
		margin: 0 auto;
		
    }

    .box h3 {
        font-size: 1.8em; 
        margin-bottom: 10px;
    }
	
    .box p {
        font-size: 1.2em; 
        line-height: 1.5; 
    }

    .box .button {
        display: inline-block; 
        margin-top: 10px!important; 
        font-size: 1em; 
        padding: 10px 15px; 
        background-color: #28a745; 
        color: white; 
        text-decoration: none; 
        border-radius: 5px; 
    }
	.box.stshc {
		height: 30vh!important;
		margin-top: -20px!important;
		width: 47vh!important;
		margin: 0 auto;
	
	}
.box.sts {
	height: 220px!important;
	
	margin-top: 10px!important;
	
	
	}

    .box .button:hover {
        background-color: #218838; /* Donkerder groen op hover */
	}}

/*
.span2 {
	font-size: 1.2rem;
	color: #F5EDBF!important;
	display: block;
	margin-top: -16px;
	margin-bottom: 14px;
	padding: 14px;
	font-weight: 700;
	text-align: center;
}*/
	a {
		color: #d84780;
		text-decoration: underline;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
		color: yellow;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 2em 0;
	}

	
p.sts {
	color: white;
	line-height: 1.9!important;
	text-align: left;
	font-size: 1.3rem!important;
	width: 1280px!important;
}
p.don {
	color: white;
	line-height: 2em;
	text-align: left;
	font-size: 1.3rem;
	width: 900px;
}
p.tmcil {
	color: white;
	line-height: 2em;
	text-align: left;
	font-size: 1.3rem!important;
	width: 1080px;
}
@media (max-width: 600px) {	
	p.tmcil {
		width: 80vh!important;
	}
p.box {
		
	text-align: left;
	color: white;
	font-weight: bold;
	margin-top: -40px;
	width: 300px;
	height: 300px;
	}
p.box.tmcil {
		
	text-align: left;
	color: white;
	font-weight: bold;
	margin-top: -40px;
	width: 300px;
	height: 215px;
	background-color: #0F1116;
	}
p.stshc {
			
	color: white;
	font-weight: bold;
	margin-top: 0px;
	text-align: center!important;
	width: 360px;
	height: 275px;
	background-color: #0F1116;
	
	}
	em {
		font-size: 12px!important;
	}

    /*h1 {
	font-size: 4rem;
	color: #C59977!important;
	font-weight: 700;
	text-align: center;
	margin-top: -70px;
	margin-bottom: 35px!important;
	
}
h1.don {
	font-size: 4rem;
	color: white!important;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 35px!important;
	text-shadow: 4px 8px 8px #9C9C9C!important;
}*/
h1.sts {
	font-size: 4rem;
	color: white!important;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px!important;
	text-shadow: 4px 8px 8px #9C9C9C!important;
}
h1.stshc {
	font-size: 4rem;
	color: white!important;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px!important;
	text-shadow: 4px 8px 8px #9C9C9C!important;
}
h1.tmcil {
	font-size: 4rem;
	color: white!important;
	margin-top: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px!important;
	text-shadow: 4px 18px 6px #000 !important;
}
.hslogo {
	width: 50px;
	heigt: 50px;
	
}
@media (max-width: 600px) {
	
		.hslogo {
			display: none;
		}
	.box {
		height: 160px!important;
	}
	p.box {
		font-size: 1rem;
		margin-top: -55px;
	}
	
	}
	}

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;
	line-height: 1.7;	
}	

h5.sts {
    font-size: 3rem;
    font-weight: bold;
    color: #C59977;
    margin-top: 20px!important;
    margin-bottom: 0px;
	text-align: center;
    text-shadow: 4px 18px 6px #000 !important;
	line-height: 1.7;	
}	

h6 {
		margin: 0;
		padding: 0;
		color: inherit;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
	}

		h1 a, a, h3 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	/*h2 {
		font-size: 1.5em;
		font-weight: 700;
		font-color: white!important;
		text-align: center;
	}*/
h2.sts {
		font-size: 1.5em;
		font-weight: 700;
	    color: white;
	text-align: center;
	}
h3 {
	text-align: center;
}
	

.excloffer3 {
    background-color: #08B51C;
    border: none;
    width: 380px !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;
	color: white;
	font-weight: 700;
    cursor: pointer;
    border-color: #C7C7C7;
    border-radius: 4px; border-style: solid;
	border-width: 1px;
    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);

}

.price-value {
    font-size: 2rem; 
    color: #FFD700; 
	text-shadow:4px 8px 16px #000;
	display: block;
	margin-top: 30px;
	padding-left: 2px;
	text-align: center;
	font-weight: 700;
	justify-content: center;
	
	
}
@media (max-width: 600px) {
	
	hr {
		margin-top: 20px;
	}
.price-value#priceValue2 {
    font-size: 2rem!important; 
    color:#FFD700 ; 
	text-align: center;
	margin: 0 auto;
	display: block;
	justify-content: center;
	 }}
	
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #FFD700!important;
		border: 0;
		margin-bottom: 10px!important;
		max-width: 1280px!important;
		margin-top: 20px!important;
		
	}
hr.tmcil {
		border-top: solid 1px #FFD700!important;
		border: 0;
		margin-top: -80px;
	    margin-bottom: 12px!important;
		max-width: 1280px!important;
	}
hr.homepage {
		border-top: solid 1px #FFD700!important;
		border: 0;
		margin-top: 80px;
	    margin-bottom: 4em!important;
		max-width: 1280px!important;
	}
logo {
	height: 50px;
	width: 50px;
	float: left;
}
	blockquote {
		border-left: solid 0.5em #888888;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
		padding-bottom: 3em;
		text-transform: uppercase;
	}

		header.major h2 {
			margin: 0;
			padding: 0;
			line-height: 1em;
			font-weight: 800;
			font-size: 2.8em;
		}

		header.major .byline {
			display: block;
			margin: 0.50em 0 0 0;
			padding: 0 0 0.5em 0;
			letter-spacing: 1px;
			font-size: 1.3em;
			font-weight: 300;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	form {
		width: 70%;
		margin: 0em auto;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: white;
		color: #171717;
		border: none;
		display: block;
		outline: 0;
		padding: 1em 1em;
		text-decoration: none;
		width: 100%;
		border-radius: 6px;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #d84780;
		}

	textarea {
		min-height: 14em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
	}

/* Image */

	.image {
		border: 0;
		position: relative;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

		.image.featured {
			position: static;
			display: block;
			margin: 0;
		}

			.image.featured img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		margin: 0em 0em 2em 0em;
		padding: 0em 0em 1.5em 0em;
		list-style: none;
	}

		ul.default li {
			padding: 0.60em 0em;
			font-size: 0.90em;
			border-top: 1px solid;
			border-color: rgba(0, 0, 0, 0.1);
		}

		ul.default li:first-child {
			border-top: none;
		}

	ul.icons {
		cursor: default;
		text-align: center;
	}

		ul.icons li {
			display: inline-block;
			padding: 0em 0.20em;
		}

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li span {
				display: none;
			}

			ul.icons li a {
				display: inline-block;
				color: #828282;
				width: 30px;
				height: 30px;
				text-align: center;
			}

				ul.icons li a:before {
					display: inline-block;
					border: 1px solid #828282;
					width: 2em;
					height: 2em;
					line-height: 2em;
					font-size: 1em;
					color: #828282;
					border-radius: 100%;
					text-align: center;
				}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.style {
		padding-top: 3em;
	}

		ul.style li {
			position: relative;
			padding: 3em 0em 3em 6em;
			border-top: solid 1px rgba(255, 255, 255, 0.2);
		}

		ul.style > :first-child {
			border-top: none;
		}

		ul.style li:before {
			position: absolute;
			left: 0;
			top: 1em;
			display: block;
			background: none;
			color: #FFF;
			width: 56px;
			height: 56px;
			text-align: center;
			font-size: 3em;
			border-radius: 6px;
		}

		ul.style h3 {
			margin-bottom: 0.80em;
			text-transform: uppercase;
			font-weight: 800;
			font-size: 2em;
			color: #FFF;
		}

		ul.style span {
			line-height: 180%;
			color: #FFF;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #888888;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #555555;
				color: #fff;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	a.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-o-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
		background: #3D7102;
		border-radius: 6px;
		border: 0;
		color: white;
		cursor: pointer;
		display: block!important;
        text-align: center!important;
		padding: 0.75em 1.5em;
		margin: 0 auto;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 0.8rem!important;
		font-weight: 600;		
		height: auto;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background: #005E01;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			border: 1px solid #FFF;
			color: #0f1116;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].medium,
		input[type="reset"].medium,
		input[type="button"].medium,
		.button.medium {
			padding: 0.80em 2em;
			font-size: 1.6em;
		}

@media (max-width: 650px) {
	.button {
		
		width:20px;
		height: 36px;
		margin-top: 0px;
		margin-bottom: 0px;
	}}

/* Wrapper */

	.wrapper.style1 {
		padding-top: 10em;
		padding-bottom: 2em;
		
		background-size: cover;
		background-attachment: fixed;
		-webkit-backface-visibility: hidden;
		
	}

	.wrapper.style2 {
		padding: 6em 0;
		background: #122067;
		color: white;
	}



	#header {
		position: fixed;
		top: 8px;
		left: 0;		
		width: 100%;
		background: #0F1116;
		color: #fff;
		padding: 1.25em 1.25em 1.25em 1.25em;
		z-index: 100;
	}



	#logo {
		font-size: 1.2em;
		cursor: default;
	}

	#logo h1 {
		display: inline-block;
		text-transform: uppercase;
	}



	
/* Banner1 */

	#banner {
		text-align: center;
		color: #fff;
		padding: 0em 4em;
		margin-bottom: 6em;
	}

		#banner p {
			font-size: 1.75em;
			line-height: 1.75em;
		}

	#banner strong,
	#banner a {
		color: inherit;
	}

/* Banner2 */

	#banner2 {
		text-align: center;
		color: #fff;
		padding: 0em 4em;
		margin-bottom: 6em;
	}

		#banner2 p {
			font-size: 1.75em;
			line-height: 1.75em;
		}

	#banner2 strong,
	#banner2 a {
		color: inherit;
	}

/* Main */

/* Footer */

	#footer {
		text-align: center;
	}

		#footer .major h2,
		#footer .major .byline {
			color: #FFF !important;
		}

/* Page */

	#page {
		position: relative;
		background: #FFF;
		padding: 6em 4em 6em 4em;
		border-radius: 6px;
	}

/* Sidebar */

	#sidebar .major {
		padding-bottom: 2em;
	}

		#sidebar .major h2 {
			font-size: 1.8em;
		}

/* Copyright */

	#copyright {
		color: #ddd;
		color: rgba(255, 255, 255, 0.2) !important;
		text-align: center;
		display: block;
		padding: 3em 0em;
	}

		#copyright a {
			text-decoration: none;
			color: #ddd;
			color: rgba(255, 255, 255, 0.4) !important;
		}

/* Box */

	.box {
		font-size: 14px;
		padding: 3em 2em;
		background: #39455D;
		text-align: left;
		border-radius: 6px 6px 6px 6px;
		height: 320px;
		display: block;
		color: white;
		margin-top: -9px!important;
		max-width: 1280px!important;
	}
.box.tmcil {
	font-size: 14px;
		padding: 1.5em 2em;
		
		text-align: left;
		border-radius: 6px 6px 6px 6px;
		height: 300px;
		display: block;
		color: white;
	    margin-top: 60px;
		
	}
/*
.box.sts {
		font-size: 14px;
		padding: 1.5em 2em;
		
		text-align: left;
		border-radius: 6px 6px 6px 6px;
		height: 300px;
		display: block;
		color: white;
	    margin-top: 60px;
	
	
	}*/
#extra3 {
    display: flex;             
    justify-content: center;  
	
    align-items: center;       
    height: 120vh;           
}

.container3 {
    width: 100%;             
    max-width: 1800px;       
    padding: 20px;           
    box-sizing: border-box;   
	display: block;
	margin: 0 auto;
}

.row {
    display: flex;             
    justify-content: center;   
    flex-wrap: wrap;          
}

section3 {
    margin: 10px;             
    text-align: center;        
}
	}
.social-icons {
    display: flex;  
    justify-content: center;     
    align-items: center; 
    gap: 20px; 
	margin-bottom: 50px;
}

.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;
}

facebook 
{
	display: block;
	margin: 0 auto;
	text-align: center;
	justify-content: center;
	}

.facebook a {display: flex;align-items: center;}.facebook img {height: 45px;width: 45px;}


p.footertekst {
	text-align: center!important;
}

/* Footer container styling */
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #000B26;
    color: #eee;
    font-family: Arial, sans-serif;
	font-size: 18px;
}
/* Footer link styling */
.footer-link {
    color: #ccc;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 22px; 
    position: relative;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #DD8E50;
}

/* Separator line */
.footer-separator {
    border: 0;
    height: 1px;
    background: #555;
    margin: 20px 0;
}

/* Footer text center alignment */
.footer-text-center {
    text-align: left;
}


.footer-text-center > .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}


.footer-col {
    flex: 1 1 200px;
    min-width: 120px;
}



.footer-nav {
   list-style: none;
    padding: 0;
    margin: 0;
}



.footer-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #DD8E50; 
    border-radius: 50%;
    display: inline-block;
}


.footer-rights {
    display: block;
    margin-top: 20px;
    font-size: 0.9em;
    color: #888;
    text-align: center;
}
ul.footer-nav li a.footer-link:hover {
	color: #DD8E50;
	border-color: #FFFFFF;
}
.footer-nav li .footer-link {
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-text-center > .footer-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-col {
        min-width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

}
	

