
html {
  scroll-padding-top: 60px;
}

body{
    height:100%;
	background: #E1E1E1;
}

.heritagetextbox{
    height:100%;
	background: #FFFFFF;
}

#footer{
margin-top: 80px;
} 

.karcsikedvence{
margin-top: 150px;
background:#CCCCCC;
} 

/* ============= Dropdown menu ============ */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #6c757d }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */
/* ============= Dropdown menu end ============ */


/* Make the carousel image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
margin: 30px 0px 0px 0px;
}

/* Set ratio 3x2 */
.ratio-3x2 {
	--bs-aspect-ratio: 66.6666666667%;
}


/* ============= Modal formatting ============ */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.4rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: black;
  --bs-modal-bg: white;
  --bs-modal-border-color: white;
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 6px);
  --bs-modal-header-padding-x: 1.4rem;
  --bs-modal-header-padding-y: 1.4rem;
  --bs-modal-header-padding: 1.4rem 1.4rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 6px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: primary;
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-body{
  padding: 0px 20px 20px 20px;
  margin: 0px;
}
.modal-header{
  padding: 10px 20px 10px 20px;
  margin: 0px;
}
/* ============= Modal formatting end ============ */




/* ============= Quote-card formatting ============ */
.quote-card {
  background: #E1E1E1;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
@media (max-width: 640px) {
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
/* ============= Quote-card formatting end ============ */


/* ============= Thumbnail formatting end ============ */
/* Thumbnail hover effect */
.thumbnail {
    overflow: hidden; /* Ensures the zoom effect doesn't overflow */
    position: relative; /* Positioning context for shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}

.thumbnail img {
    transition: transform 0.3s ease; /* Smooth transition for the image */
}

.thumbnail:hover {
    transform: scale(1.05); /* Zoom effect */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Shadow effect */
}

.thumbnail:hover img {
    transform: scale(1.1); /* Slightly zoom the image */
}
/* ============= Thumbnail formatting end ============ */


/* ============ Custom links ============ */

/* Custom styles for text links */
.custom-link-2 {
	color: #6c757d; /* Black text color */
	letter-spacing: 1px; /* Increased letter spacing */
	text-decoration: none; /* No underline */
	font-weight: 500 !important;
}
.custom-link-2:hover {
	background-color: #6c757d; /* Black background on hover */
	color: white; /* White text on hover */
}

.custom-link-1 {
	color: black; /* Black text color */
	text-decoration: none; /* No underline */
}
.custom-link-1:hover {
	background-color: #6c757d; /* Black background on hover */
	color: white; /* White text on hover */
}
/* ============= Custom links end ============ */





/* NEM HASZNÁLT */

/*
header {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}*/