@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: 12pt;
		font-weight: 300;
		line-height: 1.65em;
	}

h1.plot {
		font-size: 44px!important;
		color: white!important;
	}
@media screen and (max-width: 650px) { 
	h1.plot {
	font-sie: 30px!important;
	}
    em {
        font-size: 1.4rem!important;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}


.modal-content {
    background-color: #000B26!important; 
    margin: auto; 
    padding: 20px; 
    width: 90%; 
    max-width: 780px; 
    box-sizing: border-box; 
}

.modal-text {
    color: #DFDFDF!important;
    white-space: normal;
}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    
    padding-top: 60px;
}
 modal-content2 {
    
    margin: auto; 
    padding: 20px; 
    width: 90%; 
    max-width: 780px; 
    box-sizing: border-box; 
}
/*
modal-text {
    color: black!important;
    white-space: normal;
}*/
p.koptekst {
	color: white!important;
}
p {
	color: white!important;
	text-align: left!important;
	font-size: 22px;
	padding: 4px;
	line-height: 1.7!important;
}

#openModalButton {
    margin-top: -60px; 
	margin-bottom: 260px;
	margin-left: 60px;
    
	
}
#openModalButtonLast {
    margin-top: 20px; 
	margin-bottom: 260px;
    display: block; 
	margin: 0 auto; 
	
	
}

 .close-button {
            color: #ECEDEC;
            float: right;
            font-size: 28px;
            font-weight: bold;
	 
        }
        .close-button:hover,
        .close-button:focus {
            color: #DD8E50;
            text-decoration: none;
            cursor: pointer;
        }
.book-image {
	width: 100%;
}
.book-image2 {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.pm {
	color: black;
	text-align: left;
	padding: 10px;
}
.button2 {
    
    padding: 10px 20px;   
    font-size: 16px;
    color: #fff;
    background-color: #4F5971; 
    border: solid;
    border-radius: 5px;
    cursor: pointer; 
	margin-bottom: 20px;
	border-width: 1px;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 22px!important;
	
	
}
.button2:hover {
    transform: scale(1.2); 
    background-color: #0E1B21; 
}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 70%; 
    height: 100%; 
    overflow: auto; 
    /*background-color: rgba(0, 0, 0, 0.7); */
}
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* centreren */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* breedte van de modal */
  max-height: 80vh; /* maximaal 80% van viewporthoogte */
  overflow-y: auto; /* scrollen als inhoud te groot is */
  box-sizing: border-box;
}

h1#page-title {
	font-size: 4rem;
	margin-top: -20px;
	text-shadow: 4px 18px 6px #000 !important;
}
h5#intro-text {
	font-size: 3rem;
	text-align: center;
	margin: 0 auto;
	display: block;
	}

@media screen and (max-width: 1252px) {
    #page-title {
        font-size: 42px!important; 
        text-align: center;
        padding: 0px; 
        margin: 0 auto; 
		line-height: 1.7;
    }
	h5#intro-text {
	  font-size: 34px; 
        text-align: center; 
        padding: 0px; 
        margin: 0 auto; 
		line-height: 1.7;	
		display: block;
		width: 100%;
        
	}
p.sts {
		max-width: 100%!important;
		padding: 20px;
    font-weight: 300;
	}
	p.tmcil {
		width: 100%!important;
		padding: 20px;
		font-size: 24px;
		text-align: center;
	}
	#availability-detail {
		max-width: 100%!important;
		padding: 20px;
	}
}
@media screen and (max-width: 820px) {
    #page-title {
        font-size: 36px!important; 
        text-align: center;
        padding: 20px; 
        margin: 0 auto; 
		line-height: 1.7;
    }
	h5#intro-text {
	  font-size: 24px; 
        text-align: center; 
		margin-top: -40px!important;
        padding: 20px; 
        margin: 0 auto; 
		line-height: 1.7;	
		display: block;
		width: 100%;
	}
	p.sts {
		max-width: 100%!important;
		padding: 20px;
	}
	p.tmcil {
		width: 100%!important;
		padding: 20px;
		font-size: 24px;
		text-align: center;
	}
	#availability-detail {
		max-width: 100%!important;
		padding: 20px;
	}
}

#nav ul {
  display: flex;
  align-items: center; /* zorgt dat logo en menu-items op één lijn staan */
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center; /* of flex-start als je het menu links wilt uitlijnen */
  flex-wrap: wrap;
}

#nav ul li {
  margin: 0 5px;
  padding: 0;
}

#nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#nav ul li a.logo {
  padding: 0;
  margin-right: 10px; /* iets ruimte tussen logo en eerste menu-item */
}

#nav ul li a.logo img {
  width: 50px;
  height: 50px;
  border-radius: 0; /* logo niet afronden, tenzij je dat wilt */
}



@media (max-width: 970px) {
	nav ul li a {
		display: none!important;
	}
    h1.sts {
        margin-top: 20px!important;
    }
}
@media (max-width: 1400px) {
	.hslogo {
	display: none!important;
	}
	.holychurch {
		margin-top: 200px!important;
	}
	.img {
		margin-top: 200px!important;
	}
}
/*	
.sts {
    color: black; 
    margin-bottom: 20px; 
    line-height: 1.5; 
}
*/

h1.sts {
    font-size: 24px; 
    margin-bottom: 30px; 
	text-shadow: 4px 18px 6px #000 !important;
	
}

#availability-label {
    font-weight: bold; 
	font-size: 30px;
    margin-top: -40px; 
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-bottom: -50px;
	color: white;
}

#availability-detail {
    display: block; 
    margin-top: 0px; 
	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: 65px;
}
  .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;
	
}
img.hc {
	margin-top: 10px;
	width: 100%;
}
@media (max-width: 695px) {
	img.sts:hover {
		transform: scale(1); 
		}
		.hslogo {
			display: none;
		}	
	h1.tmcil {
		font-size: 24px;
		margin-top: -90px;
	}
	h1.sts {
		font-size: 38px!important;
		
	}
	p.sts {
		
		text-align: left;
	}
		h3 { 
		margin-top: -215px!important;
			font-size: 22px!important;
		}
	h4 { 
	font-size: 18px!important;
	}
		
}
@media (max-width: 500px) {
	img.sts:hover {
		transform: scale(1); 
		}
		.hslogo {
			display: none;
		}	
		}

@media (max-width: 600px) {
    .box {
        padding: 0px!important;
        margin: 10px;
        background-color: #f9f9f9; /* Lichtgrijze achtergrond */
        border: 1px solid #ccc; /* Grijze rand */
        border-radius: 5px; /* Ronde hoeken */
		
    }

    .box h3 {
        font-size: 1.8em; /* Grotere lettergrootte voor de titel */
        margin-bottom: 10px;
    }
	.box

    .box p {
        font-size: 1.2em; /* Grotere lettergrootte voor de paragraaf */
        line-height: 1.5; /* Verbeterde regelhoogte voor leesbaarheid */
    }

    .box .button {
        display: inline-block; /* Zorgt ervoor dat de knop goed zichtbaar is */
        margin-top: 10px; 
        font-size: 1em; /* Grotere lettergrootte voor de knop */
        padding: 10px 15px; /* Padding voor meer ruimte in de knop */
        background-color: #28a745; /* Groene achtergrond voor de knop */
        color: white; /* Witte tekstkleur */
        text-decoration: none; /* Geen onderstreping */
        border-radius: 5px; /* Ronde hoeken voor de knop */
    }
	.box.stshc {
		height: 220px!important;
	}
.box.sts {
		height: 220px!important;
	margin-top: 0px!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 {
		line-height: 2em;
		text-align: left;
		color: white;
		margin-top: 30px;
		
		margin: 0 auto;
	}
p.sts {
	color: white!important;
	line-height: 1.7;
	text-align: left;
	font-size: 1.3rem;
	width: 900px;
}
p.don {
	color: white;
	line-height: 2em;
	text-align: left;
	font-size: 1.3rem;
	width: 900px;
}
p.tmcil {
	color: white!important;
	line-height: 1.7;
	text-align: left;
	font-size: 1.3rem;
	 width: 900px;
}
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.box.stshc {
			
	color: white;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -21px;	
	width: 360px;
	height: 275px;
	background-color: #0F1116;
	
	}

h1 {
	font-size: 4rem;	
	font-weight: 700;
	text-align: center;
	margin-top: -70px;
	margin-bottom: 35px!important;
	text-shadow: 4px 18px 6px #000 !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: #C59977!important;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 35px!important;
	text-shadow: 4px 18px 6px #000 !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: 2.7rem;
	color: #C59977!important;
	margin-top: -20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px!important;
	text-shadow: 4px 8px 8px #9C9C9C!important;
	
}*/
.hslogo {
	width: 50px;
	heigt: 50px;
	margin-top: -14px; 
}
#intro-text {
	  font-size: 34px; 
        text-align: center!important; 
        padding: 20px; 
        margin: 0 auto; 
		line-height: 1.7;	
	    width: 1280px;
	
	}

@media (max-width: 600px) {
	h1 {
		font-size: 1rem;}
		.hslogo {
			display: none;
		}
	h1.don {
		font-size: 40px!important;
	}
	
	img.don {
		width: 100%;
	}
	.box {
		height: 160px!important;
	}
	p.box {
		font-size: 1rem;
		margin-top: -55px;
	}
	p.don {
		max-width: 100%;
		padding:20px;
	}
	h1.sts {
		font-size: 24px!important;
		margin-bottom: 10px!important;
		margin-top: -50px!important;
	}
	}

h5 {
    font-size: 2rem;
    font-weight: 400!important;
    color: #FFFFFF;
    margin-top: -2px!important;
    margin-bottom: 0px;
	text-align: center;   
	line-height: 1.7;	
	text-shadow: 4px 18px 6px #000 !important;
}	

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, h2 a, h3 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

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

	h3 {
		font-size: 1.5em;
		color: white;
		margin-top: -260px;
		margin-bottom: 20px;	
		font-weight: 700;
	}
h4 {
		font-size: 1.2rem;
		color: white;
	    font-weight: 700;
		margin-top:-20px;
		margin-bottom: 20px;		
	}
.excloffer3 {
    background-color: #08B51C;
    border: none;
    width: 360px !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!important;
	color: #0E3B01!important;
	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:0px 0px 1px #000;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}
.excloffer3:hover {
    transform: scale(1.1); 
    
    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;
	
	margin-top: 30px;
	padding-left: 2px;
	text-align: center!important;
	font-weight: 700;
	
	
}
.price-value#priceValue1 {
    font-size: 3rem; 
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	text-align: center;
	justify-content: center;
	display: block;
	
}
.price-value#priceValue2 {
    font-size: 3rem; 
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: -40px;
    margin-top: 30px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	
}


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

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

	
hr.tmcil {
		border-top: solid 1px #FFFFFF!important;
		border: 0;
		margin-top: -80px;
	    margin-bottom: 4em!important;
		max-width: 1280px!important;
	}
hr.homepage {
		border-top: solid 1px #FFFFFF!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;
		padding: 0.75em 1.5em;
		text-align: center;
		margin: 0 auto;
		text-decoration: none;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 0px;
		font-size: 1.2em;
		font-weight: 600;
		width: 140px;
		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;
	}

.skel-panels-fixed {
	height: 62px;
	
}

	#header {
		position: fixed;
		top: 4px;
		left: 0;		
		width: 100%;
		margin: 0 auto;
		float: right!important;
		background: #272C39!important;
		
		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;
	}
.box.tmcil {
		font-size: 14px;
		padding: 3em 2em;
		background: #D4743D;
		text-align: left;
		border-radius: 6px 6px 6px 6px;
		height: 220px;
		display: block;
		color: white;
	}
.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;
	
	
	}
.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: -80px!important;
    }
}
@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

}