@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;
        margin: 0 auto;
	}

		
.hlogo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
	
}

.logo img {
    height: 50px; 
    width: auto;
    display: block;
	margin-top: -30px;
	margin-left: 20px;
}

body {
    margin-top: 120px; 
}

.logo {
    flex: 0 0 auto;
}


/* ====== HAMBURGER BUTTON ====== */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
	
    border: none;
    cursor: pointer;
    margin-left: -10px;
    z-index: 300; 
}

.hamburger span {
    display: block;
    width: 32px;
    height: 4px;
    margin: 4px 0;
    /*background: #333;*/
    border-radius: 2px;
    transition: all 0.3s;
	background: white;
}

/* ====== MENU DESKTOP ====== */


/* ====== RESPONSIVE MENU MOBIEL ====== */
@media (max-width: 900px) {
    .custom-nav {
        justify-content: left!important;
    }
	body {
		margin-top: 140px; }
   
   
    body.content-shift {
        overflow-x: hidden;
    }
}

.content-shift {
    transform: translateX(220px);
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
		
.hslogo {
    height: 60px!important;
    width: 60px!important;
	
	margin-top: 1px!important;
}
p.home {
	color: #EBEBEB!important;
	margin-top: 14px;}
	
	.pm { 
	color:white!important;
        font-weight: 300;
        
	}	
.sub-text3 {
  font-size: 0.9em;
  line-height: 1.7;
  text-align: center!important;
  text-shadow: 4px 8px 16px #000!important;
  color: #DFD09E!important;
}
.action-button {
	color: blue;
}
.modal-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF; 
    color: white; 
    border: none; 
    border-radius: 5px; 
    font-size: 16px; 
    cursor: pointer; 
    transition: background-color 0.3s; 
    margin: 10px 0; 
}


.modal-button:hover {
    background-color: #0056b3; 
}


.move-up {
    margin-bottom: 10px; 
}

.move-down {
    margin-top: 10px!important; /* Verhoogt de afstand naar het vorige element boven de knop */
}

.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: 70%;
    max-height: 94dvh;
    overflow-y: auto;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
	.modal-content {
	width: 100%;
}}


.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 {
    display: inline-block; 
    padding: 10px 20px;   
    font-size: 16px;
    color: #fff;
    background-color: #4F5971; 
    border: solid;
    border-radius: 5px;
    cursor: pointer; 
	margin-bottom: 40px;
	border-width: 1px;
	
}
.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 */
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer; 
}
.hrhc {
	margin-top: 60px;
}
.miniatuursts {
	width: 50%;
	display: flex;	
	transition: transform 0.3s ease; 
	margin: 0 auto;
    margin-top: 20px;
	margin-bottom: 20px;
	
}

.miniatuursts:hover {
	transform: scale(1.3); 
}
@media (max-width: 735px) {
	.miniatuursts {
		transform: none!important; 
		margin-left: 0; 
		width: 100%; 
	}
}
p {
    margin: 0.5em 0; 
    line-height: 1.3; 
	text-align: center;
	
}

.nldropdown {
    margin: 10px;
}

.nldropbtn {
    display: block;
    padding: 10px 20px;
	font-weight: 700;
    background: linear-gradient(90deg, #002100, #297E01);
    color: #F7F3F3;    
    text-decoration: none; 
    border-radius: 5px; 
	border-color: #C19F7C;
	border-width: 2px;
	border-style: solid; 
	margin-top: 6px;
	margin-bottom: 20px;
	text-shadow: 2px 8px 8px #000;	
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
	text-align: center;
}
.nldropbtn:hover {
    background: linear-gradient(0deg, #059000, #226B00); 
    
}
.nldropbtn2 {
    display: block;
	width: 35%;
	margin: 0 auto;
    padding: 10px 20px;
	font-weight: 700;
    background: linear-gradient(90deg, #002100, #297E01);
    color: #F7F3F3;    
    text-decoration: none; 
    border-radius: 5px; 
	border-color: #C19F7C;
	border-width: 2px;
	border-style: solid; 
	margin-top: 6px;
	margin-bottom: 20px;
	text-shadow: 2px 8px 8px #000;	
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
	text-align: center;
}
.nldropbtn2:hover {
    background: linear-gradient(0deg, #059000, #226B00); 
    
}
.nlbuynowmq {
    margin: 0;
	font-size: 1.4rem;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
.nloffer-text {
	font-size: 0.8rem;
	color: #FFD700; 
	float: right;
	margin-top: 10px;	
	
}

.nlhardcover {
    font-size: 1.6rem; 
	text-align: center!important;
	color: #FF004F;
	margin-top: 20px;
}
.price-value#priceValuehc {
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: 10px;
    margin-top: -6px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	text-align: center;
	justify-content: center;
	display: block;
}

.price-values {
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: 10px;
    margin-top: -6px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	text-align: center;
	justify-content: center;
	display: block;
}

@media (max-width: 650px) {
    .nldropbtn {
        padding: 8px 16px; 
        font-size: 14px; 
		width: 40vh;
		height: 80px;
		margin: 0 auto;
    }
	 p {
        margin: 1.5em 0; 
        font-size: 0.9em; 
        line-height: 1.4; 
    }

    
    .nlhardcover {
        font-size: 18px; 
    }
	.sworn {
        font-size: 18px!important; 
    }
	.nlbuynowmq {
		font-size: 14px;
	}}

em {
	color: #CD854E;
	font-size: 1.6rem;
}
p.hardcover {
margin-top: -18px;	
}
@media (max-width: 600px) {
	p.hardcover {
		margin-top: -20px;
		font-size: 14px;
	}
	

}
.slogan-header {
  text-align: center;
  margin-bottom: 20px;
}

.truth, .revealed {
  font-size: 2em;
  font-weight: bold;
  color: #ff0000; 
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 40px;
  text-shadow: 2px 4px 8px #000;
}

.truth {
  margin-bottom: px;
}
.span2 {
	font-size: 1.2rem;
	color: #F5EDBF!important;
	display: block;
	margin-top: -16px;
	margin-bottom: 14px;
	padding: 14px;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 600px) {
 .truth, .revealed {
	 font-size: 1.7em;
}}

@media (max-width: 400px) {
    .nldropbtn {
        padding: 8px 16px; 
        font-size: 14px; 
		width: 40vh;
		height: 120px;
		margin: 0 auto!important;
		text-align: center!important;
		justify-content: center!important;
		display: block!important;
	}}


.book-title {
  font-weight: bold;
  color: #FFD700;
}



.sub-text {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: center!important;
  text-shadow: 4px 8px 16px #000!important;
  color: white!important;
}
.sub-text2 {
  font-size: 1.1em;
  line-height: 1.7;
  text-align: left!important;
	 text-shadow: 4px 8px 16px #000!important;
	color: white!important;
}


.processed {
    font-size: 1.4rem;
	padding: 18px;
	margin-top: 40px;
	
}	
.span2 {
	font-size: 20px;
	color: #F5EDBF!important;
	display: block;
	margin-top: -16px;
	margin-bottom: 14px;
	padding: 14px;
	font-weight: 700;
}

.offer {
    text-align: center; 
}

.images-container {
    display: flex; 
    justify-content: center; 
    margin-bottom: 20px; 
	
}

.book-item {
    margin: 0 20px; 
}
.plus-sign {
    font-size: 9rem; 
    font-weight: bold;
    margin: 0 10px; 
	color: white;
	margin-top: 260px;
	text-shadow: 4px 8px 16px #000;
}

.details {
    border: 2px solid #C19F7C; 
    padding: 20px;
    margin-bottom: 20px; 
	
}

.dropdown-container {
    margin: 0 auto; 
    text-align: center; 
}

.offer-text {
	color: #F8D723;
	text-shadow: 2px 8px 8px #000; 
		font-size: 14px;
}
.sworn {
	color: #FF004F;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 30px!important;
	text-align: center;
	margin-top: 2px;
	text-shadow: 4px 8px 16px #000; 
}
.sworntosecrecy {
	color: #FFD700;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: -40px!important;
	margin-bottom: -20px;
	text-align: center;
	text-shadow: 2px 8px 8px #000; 
	
	
}
.pdf { 
    width: 48%;
	margin: 0 auto;
	display: flex;
	margin-top: -0px;
	text-align: center;
	margin-left: 0px;
}
.pdf1 { 
    width: 30%;
	margin: 0 auto;
	display: flex;
	margin-top: -0px;
	text-align: center;
	margin-left: 0px;
}

.social-icons {
    display: flex;  
    justify-content: center;     
    align-items: center;         
    gap: 20px;  
	margin-top: 20px;
	margin-bottom: 60px;
}

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

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

img.facebook-icon {
	width: 50px;
	height: 50px;
}
h2.custom-title {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 10px;
	    
	}
p {
	padding: 6px;
}

.highlight {
    color: #FFD700; 
	
}
.buynowmq {
	font-size: 22px;		
	margin-left: 68px;
    color: aliceblue;
	text-align: center!important;
	text-shadow: 2px 8px 8px #000;
    font-weight: 700;
    display: block!important;
    justify-content: center!important;
	}

h1 {
    font-size: 4rem !important;
    font-weight: 700 !important;
    color: #CD854E !important;
    margin-top: 120px !important;
	margin-bottom: 120px;
    text-align: center;
    text-shadow: 8px 6px 16px #000 !important;
}
h1.tmcil {
    margin-bottom: 40px;
    margin-top: -70px!important;
}
h4 {
	color:#CD854E;
	margin-top: 6px;
	text-align: center;
	margin: 0 auto;
	font-size: 2rem;
	text-shadow: 4px 18px 6px #000 !important;
}
h5 {
	color: red;
	text-align: center;
	font-size: 26px;
	margin-bottom: 26px;
	margin-top: 40px;
}
h6 {
	color: red;
	text-align: center;
	font-size: 3rem;
	
}
.default-img {
    vertical-align: middle;
    border-style: none;
    width: 72%;
}

.img1 {
    width: 100%; 
    height: auto; 
    max-width: 120%; 
	margin-left: 24px;
	margin-top: 18px;
    
}

.imgoffer3 {
	width: 78%;
	display: flex;	
	transition: transform 0.3s ease; 
	margin: 0 auto;
    margin-top: 50px;
	margin-bottom: 20px;
	
}

.imgoffer3:hover {
	transform: scale(1.3); 
}
@media (max-width: 735px) {
	.imgoffer3 {
		transform: none!important; 
		margin-left: 0; 
		width: 100%; 
	}
}


.img2 {
    width: 70%; 
    height: auto; 
    max-width: 100%;
   margin-left: 10px;
	margin-top: 80px;
	
}

.img3 {
    width: 60%; 
    height: auto; 
    max-width: 100%; 
	margin-left: 24px;
	margin-top: 44px;
}
.imgoffer5 {
    width: 40%; 
    height: auto; 
    max-width: 88%; 
	margin: 0 auto; 
	text-align: center;
	display: block;
	justify-content: center;
	margin-top: 30px;
	
}
.img3offer1 {
    width: 50%; 
    height: auto; 
    max-width: 88%; 
	margin-left: 34px!important;
	margin-top: 52px;
}
.img4 {
    width: 100%; 
    height: auto; 
    max-width: 100%; 
}
.img12de {
        width: 70%; 
	    transition: transform 0.3s ease; 
        height: auto; 
        margin: 0 auto;
		margin-top: 94px;
	    margin-left: 24px;
    }
.img12de:hover {
	transform: scale(1.1); 
}
.img24de {
	width: 68%!important;
	height: auto;
	margin-top: 54px;
    transition: transform 0.3s ease; 
	}
.img24de:hover {
	transform: scale(1.1); 
}

@media (max-width: 599px) {
    .imgoffer3,
    .img2,
    .img3,
    .imgoffer5,
    .img3offer1,
    .img4,
    .img12de,
    .img24de {
        width: 100%;
        height: auto;
        margin: 0 auto;
		text-align: center;
		display: block;
		justify-content: center;
    }

    .img24de {
        width: 100%!important; /* Als dit belangrijk is, blijft deze hier */
    }
	.plus-sign {
		margin-top: -6px!important;
		margin: 0 auto;
		margin-bottom: 0px!important;
	}	
	
}



.offers-container {
    display: flex;
    flex-direction: column; 
    max-width: 1280px;
    margin: 0 auto!important;
    text-align: center;
    justify-content: center;
}

.offer {
    margin-bottom: 20px; 
}



.h1 {
    font-size: 8rem !important;  
    font-weight: 700;
    color: #D5894F;
    text-shadow: 2px 4px 8px #000;
    margin: 90px 34px 20px -52px; 
}


h2 {
	font-size:1.9rem;
	font-weight:bolder;
	color: white;
	margin-top: 20px!important;
	margin-bottom: 30px;
	text-shadow:2px 4px 8px #000;
    text-align: center;
}
.top {
	margin-bottom: -80px;
    line-height: 1.7;
    color: white!important;
    font-weight: bold;
}
.hrline {
    color: #EDE5DE;
    max-width:1380px;
	width: 1380px; 
    height: 4px;   
    border-radius: 2px;
    margin: 20px auto; 
    text-shadow: 2px 4px 8px #000;
}

.book-item {
    flex: 1; 
    margin-right: 20px; 
}

.price {
    background-color: #3A0068;
    border-radius: 20px;
	border: solid;
    color: #C59977;
    font-size: 14px; 
	margin-top: 20px;
    text-align: left;
    width: 40%!important; 
    height: 640px; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	text-shadow: 4px 8px 8px #000;
}

.total-price {
    font-size: 30px; 
    font-weight: 900; 
	margin-top: 14px;
	width: 300px;
}
.total-price.pdf {
    font-size: 20px; 
    font-weight: 900; 
	margin-top: 18px!important;
	text-align: center;
	display: flex;
	margin: 0 auto;
	
}
.delivery {
    font-size: 1.5rem; 
    font-weight: 900; 
	margin-top: 4px;
	margin-bottom: -24px;
	text-align: left;
	
}


.price-value {
    font-size: 2rem; 
    color: #FFD700; 
	text-shadow:4px 8px 16px #000;
	margin-bottom: -40px;
	margin-top: -30px;
	padding-left: 2px;
	text-align: center;
	font-weight: 700;
	
	
}
.price-value#priceValue4 {
    font-size: 3rem; 
    color:#FFD700 ; 
	font-weight: 700;
    text-shadow: 2px 4px 8px #000;
    margin-bottom: -40px;
    margin-top: -40px;
    text-decoration: none;
    text-decoration-thickness: 2px; 
	
}


.month {
    font-size: 23px;
    display: block; 
    text-align: center; 
    margin: 0 auto; 
	padding-left: 10px;
	padding-right: 10px;
	margin-top:28px;
}


.offer-list {
    list-style-type: none;  
    padding: 0 10px 0 0; 
    margin: 10; 
	width: 100%;
	
	
}

@media (max-width: 768px) {
    .offer {
        padding: 10px; /* Verminder padding op kleinere schermen */
    }
	.price-value {
	font-size: 2rem;	
	}
	h4 {
		font-size: 1.3rem;
	}

    .images-container {
        flex-direction: column; /* Stapel de afbeeldingen verticaal */
    }

    .book-item {
        margin: 10px 0; /* Ruimte tussen boeken in verticale weergave */
    }

    .dropbtn3 {
        font-size: 0.9rem; 
        padding: 8px; 
		width: 100%!important;
    }
	.buynowmq {
		font-size: 1rem;
	}
	.offer-text {
	font-size: 1rem;	
	}
       	
	h1 {
		font-size: 2rem!important;
		margin-bottom: 30px;
	}
    h1.tmcil {
        font-size: 2rem;
        margin-top: 40px!important;
        line-height: 1.7;
    }
	.plus-sign {
   
    margin-top: 30px!important;
	margin-bottom: -20px;
	color: white;
}
	
}

.offer-list li {
    position: relative; 
    margin-left: 0px; 
    padding-left: 10px; 
	padding-bottom: 4px;
	padding-top: 10px;
	font-size: 24px;
}

.offer-list li::before {
    content: ""; 
    position: absolute; 
    left: -10%; 
    top: 40%; 
    transform: translateY(-50%); 
    width: 12px; 
    height: 12px; 
    background-color: #F0DC7F; 
    border-radius: 50%; 
	
}


.dropdown-content2 {
    display: none; 
    position: absolute; 
    background-color: #000000!important; 
    min-width: 260px; 
    z-index: 1; 
    bottom: 100%; 
    left:  20%!important; 
    margin-bottom: 0px; 
}
@media (max-width: 600px) {
	.dropdown-content2 {
    width: 200px!important;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 0.9rem!important; 
    background: #0E2F00;    
    color: #FFFFFF; 
    padding: 10px; 
    border-radius: 4px; 
    display: block; 
    text-align: center; 
	 left:  50%!important; 
	text-decoration: none!important; 
	text-shadow: 2px 8px 8px #000;
		justify-content: center!important;
	
		
}}

.dropdown2:hover .dropdown-content2 {
    display: block; 
}
.buy-button {
    max-width: 280px!important;
    margin: 66px auto; 
    display: block; 
    text-transform: uppercase;
    font-size: .9rem!important;
	font-family: "Times New Roman", "serif";
    justify-content: center;  
    color: #FFFFFF; 
    padding: 40px; 
    border-radius: 4px; 
    text-align: center; 
    text-decoration: none!important; 
    text-shadow: 2px 8px 8px #000;
	
	
	}

a.buy-button:hover {
    background:#B98B45!important; 
}
@media (max-width: 600px) {
a.buy-button {
    width: 28vh!important;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 0.9rem!important; 
    background: #0E2F00;    
    color: #FFFFFF; 
    padding: 10px; 
    border-radius: 4px; 
   
    text-align: center; 
	text-decoration: none!important; 
	text-shadow: 2px 8px 8px #000;
	margin: 0 auto!important;
	
	}
}
.dropbtn3 {
 background: linear-gradient(0deg, #0D3232, #000B00);
    color: #F7F3F3;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 2px 8px 8px #000;	
    cursor: pointer;
    max-width: 1380px; 
    margin-bottom: 20px!important;
    display: block;
    justify-content: center !important;
    border-radius: 5px; 
    border-color: #C19F7C;
    height: 56px!important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.9); 
}

.dropbtn3:hover {
   
  background: linear-gradient(0deg, #059000, #226B00);  
}

.dropbtn3 {
    display: flex; 
    align-items: center;
	width: 95%;
	margin: 0 auto;
}

.spacer {
    flex: 1; 
}
.offer-text {
	margin-left: auto;
	margin-right: 30px;
}

.dropdown2 {
  position: relative;
  display: block;
  text-align: center; 
  margin-top: 18px;
  border-color:#C19F7C;
	
	

}

.dropdown-content2 {
  display: none;
  position: absolute;  
  min-width: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: 10%; 
  transform: translateX(-50%); 
  text-align: center;
  margin-top: -20px;
 		
}


.dropdown-content2 a {
  color: #FFFFFF;
  padding: 12px 16px; 
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 1200px; 
  height: auto; 
  line-height: 20px; 
  margin: 0 auto; 
  background: #192700;
  border-style: solid;
  border-width: 1px;
  border-color:#C19F7C;	
}

.dropdown-content2 a:hover {background-color: #2B6F0E;}

.dropdown2:hover .dropdown-content2 {
  display: block;
	background-color: white;
	text-decoration: none!important;
	
}

.dropdown2:hover .dropbtn2 {
  background-color: #021D01;
	
}


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

.hslogo {
    height: 60px!important;
    width: 60px!important;
}

.topnav a {
    background-color: none;
    padding: 20px;
    text-decoration: none;
	
}
.topnav a.active {
    background-color: none;
    color: #fff;
	height: 50px;
		padding: 12px;
}

.topnav {
    overflow: hidden;
    text-align: center;
	margin: 0 auto!important;
	
}

.topnav a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
	margin-left: 0px;
}

.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: 18px;
	outline: 0;
	color: #fff;
	padding: 10px 16px;
	background-color: inherit;
	font-family: inherit;
	margin-top: 1px;
	margin-bottom: 4px;
	font-weight: 700;
	border-color: #C59977;
	margin-left: 0px;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #000B00;
    min-width: 220px;
    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: 12;
}

.dropdown-content a:hover {
    background-color: #09410D;
    color: #fff;
}

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

@media (max-width: 600px) {
    .dropdown-content {
        left: 0; 
    }
}
@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: left;
    }

    .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: 900px) {
    .logo {
        width: 40%;
    }

    .hslogo {
        width: 2%;
        margin-top: 2vw;
        display: none!important;
    }
}

.menubalk-container {
    position: relative;
}

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



.author {
    color: #fff;
}

.h2 {
    margin-top: 20px;
    margin-left: 18px;
    text-shadow: 2px 4px 8px #000;
}

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

.right {
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.rights {
    font-size: 14px; 
    color: #D1D1D1!important;     
    margin-top: 40px;     
    line-height: 1.5; 
	font-weight: bold;
	text-align: center;
}


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

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fffcfc;
    font-size: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}
.footerli{
	font-color:#FFFFFF;
	font-size:16px;
	margin-top:10px;
    margin-bottom: -18px!important;
	
}

.container {
    display: flex;
    justify-content: space-between; 
    max-width: 1380px;
    margin: 0 auto;
    flex-wrap: wrap; 
}

.footer-column {
    flex: 1; 
    padding: 5px 0; 
    margin-bottom: -60px;
}

.footer-menu {
    list-style: disc; 
    padding: 10px 40px 10px 180px;
	text-align: left;
	
}

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

.footer-menu a {
    color: #fff;
    text-decoration: none;
}
@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:#fff;
	 font-weight: 500; 
	 margin-top: -40px;}
}
@media screen and (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-column {
        flex-basis: 100%;
		padding-left: 10px;
    }

    .facebook {
        align-self: flex-start;
        float: center;
        width: 35%;
		margin-top: 20px;
		text-align: center;
    }

    .rights {
        margin-left: -20px;
		margin-bottom: 20px;
    }
}
.facebook {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

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

.facebook img {
    height: 60px;
    width: 60px;
}


    .footer-column {
        width: 100%; 
        padding-left: 20;
    }

.text-center {
	background-color: transparent;
}

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





