@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-size:22px; font-weight:400; border-color:#d8cecf; background: #000B26; padding-left:6px; padding-right:6px }


.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;
}
ol.ol {
    list-style-type: none; 
    text-align: center;       
    margin: 0;             
}

ol.ol li {
    margin-bottom: 20px;  
    color: #FFFFFF;          
    transition: transform 0.3s ease, color 0.3s ease; 
}


ol.ol li:hover {
    transform: scale(2.25); 
    color: #007BFF;         
}
@media (max-width: 600px) {
    ol.ol {
        list-style-type: none; /* Zorg ervoor dat de lijststijlen worden verwijderd */
        padding: 0;            /* Verwijder ongewenste padding */
        margin: 0 auto;        /* Centraal uitlijnen van de lijst */
        text-align: center;    /* Tekst in het midden uitlijnen */
    }

    ol.ol li {
        margin-bottom: 20px;   /* Ruimte tussen de elementen */
        font-size: 20px;       /* Pas lettergrootte aan voor kleinere schermen */
        transition: none;      /* Hover functionaliteit uitschakelen */
    }

    ol.ol li:hover {
        transform: none;
        color: #FFFFFF;        /* Zorg ervoor dat de kleur hetzelfde blijft als niet gehoverd */
    }
}

li {
	color:#fff;
line-height: 1.7;
	margin-bottom: 36px;
}
.stc {
    width: 90%;
    height: auto;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-bottom: -100px;
}
@media (max-width: 600px) {
    .stc {
        width: 100%;
       
    }
}

h3{
	font-size:30px;
	font-weight:bolder;
	color:#C59977;
	margin:0 auto!important;
	
	
	
	text-shadow:2px 4px 8px #000;
	margin-top:10px!important;
	margin-bottom:20px!important;
	
}
.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: 40px;
    width: 40px;
}

.textcontainerai {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.second-coming {
    width: 70%;
    margin: 0 auto;
    display: block;
}


.cern {
    font-size: 16px;
    font-style: italic;
	color: yellow;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.card img:hover {
    transform: scale(1.5);
    z-index: 2;
}

.page-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.content-section {
    display: flex;
    align-items: center;
}

.center-image {
    width: 50%;
    margin-right: 20px;
}

.text-right {
    flex: 1;
    margin-top: -240px !important;
}

.button-section {
    text-align: center;
}

.pre-order-button {
    display: inline-block;
    margin: 0 10px;
    background: green;
    color: white;
}

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

@media (max-width: 480px) {
    .content-section {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .center-image, .center-image2 {
        width: 100%;
        margin-right: 0;
    }
    .text-right {
        margin-top: 0;
    }
}

.img-container {
    width: 50%;
    margin-left: 55px;
    margin-bottom: 20px;
}

.lb2 {
    width: 48%;
    margin-left: 235px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.link-button {
    background-color: #088116;
    
    width: 28% !important;
    color: #fff;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    align-items: center; /* Nieuw toegevoegd voor verticale uitlijning */
    margin: 0 auto;
    padding: 10px 0px; /* To adjust to the actual space needed */
    text-decoration: none !important;
    display: flex; /* Veranderd van block naar flex voor flexbox eigenschappen */
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 4px;
    border-style: solid; border-width: 2px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.link-button:hover{background-color:#1d4a04;border-style:solid;color:#e0dfc1}.holychurch{width:100%;height:auto;object-fit:cover}p{color:#cfdada;line-height:1.7}


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

.hslogo {
    height: 60px;
    width: 60px;
    border-width: medium;
	margin-top: 10px;
}

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

.topnav a.active {
    background-color: none;
    color: #fff;
}

.topnav {
    overflow: hidden;
    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: 45px;
}
.dropdown .dropbtn {
    font-size: 20px;
    margin-bottom: 0px;
    outline: 0;
    color: #fff;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin-top: 6px;
	border-color: #C59977
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #000B00;
    min-width: 246px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none !important;
    display: block;
    text-align: center;
    margin-top: 0;
}

.dropdown:hover .dropbtn,
.topnav a:hover {
    background-color: #B98B45!important;
    color: #fff;
    border-radius: 10px;
    margin-top: 0;
}

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



.social-media-links {
    display: flex;
    justify-content: center;
    padding: 0 1px 2px 2px;
    list-style-type: none;
    width: 100%;
}

.social-media-links a {
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}

.social-media-links a:last-child {
    margin-right: 0;
}

.social-media-links a:hover {
    text-decoration: underline;
}

.social-media-links img {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 600px) {
    .social-media-links {
        flex-direction: row;
    }
}

@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) {
    .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;
}

p.copyright {
    font-size: 14px;
    line-height: 1.6;
    margin-left: -18px;
    color: #fff;
    font-weight: 400;
    display: block;
    text-align: left;
}



h1{font-size:3rem!important;font-weight:700;color:#C59977;margin-top:46px;
text-align: center;
	text-shadow:2px 4px 8px #000
}h2{font-size:40px;font-weight:700;margin-bottom:20px!important;color:#c47b1b;text-align:center;margin:0 auto;max-width:80%;text-shadow:0 1px 1px rgba(0,0,0,.5)}

.h3{
	font-size:30px;
	font-weight:bolder;
	color:#C59977;
	text-shadow:2px 4px 8px #000;
	margin-top:10px!important;
	margin-bottom:20px!important;
	
}
.h4 {
    font-size: 12px !important;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
    text-decoration: none !important;
}

h5 {
    font-size: 20px;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: left;
    margin-top: 16px;
    margin-bottom: 5px;
}

.figcaption {
    color: #000;
    text-align: center;
    font-style: italic;
    font-size: small;
}

.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: 0.1%;
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.small {
    font-size: 70%;
    background: #000;
    padding: 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;
    
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    hr {
        width: 100%; 
        min-width: 0; 
    }
}

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

footer .container {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    flex-wrap: wrap; 
    margin: 0 auto; 
    padding: 0px;  
    max-width: 1200px; 
}

.footer-column {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
    line-height: 11.9!important;
    min-width: 200px; 
}

.footer-menu {
    list-style-type: none;
    padding: 0;
}

.footer-menu li {
    margin: 5px 0; color:#C59977 ;
}

.footer-menu li a {
    color: #fff; 
    text-decoration: none;
    font-size: 14px;
}

.footer-menu li a:hover {
    text-decoration: underline;
}
*/
@media screen and (max-width: 600px) {
    .footer-column {
        flex-basis: 100%; 
        margin-bottom: 10px;
    }
}


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


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

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

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

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



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

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

.li {
    font-color: #FFFFFF;
    font-size: 14px;
    margin-top: -20px;
}

li {
    color:#C59977 ;
}

ul.footer-menu {
    color:#C59977!important;
}

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,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
}

em {
    font-size: 16px;
    padding: 4px 4px 14px 4px;
}

@media (max-width: 768px) {
    .containerlinktsc {
        flex-direction: column;
        align-items: center;
    }
    .h4 {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    .containerlinktsc {
        flex-direction: row;
        justify-content: space-around;
    }
    .h4 {
        margin-right: 24px;
    }
}

.containerlinktsc {
    display: flex;
    flex-wrap: wrap;
}

.h4 {
    text-align: center;
    display: block;
}

@media (max-width: 1050px) {
    .h4 {
        font-size: 18px !important;
        color: #ffd100 !important;
        margin-bottom: 20px;
    }
    .h1 {
        font-size: 42px !important;
        text-align: center;
        margin: 0 auto;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 36px;
    }
    h2 {
        margin-bottom: -6px;
    }
    .text-right {
        margin-top: 40px !important;
    }
    .center-image {
        width: 70%;
    }
    .link-button {
        background-color: #088116;
        
        width: 200px !important;
        color: #fff;
        font-weight: 700;
        text-align: center;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        text-decoration: none !important;
        display: block;
        font-size: 22px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        border-radius: 10px;
        border-style: solid;
        height: 40px;
        margin-bottom: 22px;
        margin-top: 40px;
    }
}

@media (max-width: 640px) {
    .h4 {
        font-size: 18px !important;
        color: #ffd100 !important;
        margin-bottom: 20px;
    }
    .h1 {
        font-size: 42px !important;
        text-align: center;
        margin: 0 auto;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 36px;
    }
    h2 {
        margin-bottom: -6px;
    }
}
h3 {
    margin: 0 auto;
    text-align: center;
}
.cern {
    font-size: 16px;
    font-style: italic;
	color: yellow;
	margin: 0 auto;
	text-align: center;
	display: block;
}

.link-button {
    background-color: #088116;
    
    width: 180px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    text-decoration: none !important;
    display: block;
    font-size: 22px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    border-style: solid;
    height: 40px;
    margin-bottom: 22px;
    margin-top: 40px;
}

.center-image2 {
    margin-top: 30px;
}

.center-image {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 600px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }
}


.social-media {
    width: 6% !important;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.social-media .email,
.social-media .facebook {
    width: 50px;
    height: 50px;
}














	

