html {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
    position: relative;
	background: white;
	color: #493821;
}

body {
	font-size: 18px;
	position: relative;
}

p {
    line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    
}

section:focus, div:focus {
	outline: 0px solid black;
}

a {
	text-decoration: none;
	color: #dd5134;
	transition: color 0.2s ease-out;
}

/* ==== COLORS and font size ==== */

.bg-pattern-green {
	background-color: #343826;
	background-size: 320px;
}

.bg-pattern-beige {
	/* background-color: #f8ae33; */
	background-color: #f9b367;
	/*background-image: url('../images/pattern-beige.png');*/
	background-size: 320px;
}

.bg-brown {
	background-color: #424543;
	background-size: cover;
	background-attachment: fixed;
}

.bg-orange {
	background-color: #f8ae33;
}

.bg-white {
	background-color: white;
}

.bg-black {
	background-color: black;
}

.bg-grey {
	background-color: #424543;
}

.bg-corporate-1 {
	background-color: #dd5134; /* czerwony */
}

.bg-corporate-2 {
	/*background-color: #fef7ea; /* kremowy (jak tło menu albo teksty na ciemnym tle) */
	/*background-color: #97d3b9; /* zielony */
	background-color: #751314;
    color: #fad786;
}

.bg-corporate-3 {
	background-color: #d7c5a8; /* kremowy ciemniejszy (jak w stopce) */
}

.bg-corporate-4 {
	background-color: #493821; /* brązowy */
}

.bg-corporate-5 {
	background-color: #1c1919; /* ciemny szary prawie czarny */
}

.bg-corporate-6 {
	background-color: #446ab3; /* niebieski */
}

.bg-corporate-7 {
	background-color: #751314; /* brązowy */
}

.text-corporate-white {
	color: white;
}

.text-corporate-black {
	color: black;
}

.text-corporate-1 {
	color: #dd5134; /* czerwony */
}

.text-corporate-2 {
	color:  #fef7ea; /* kremowy (jak tło menu albo teksty na ciemnym tle) */
}

.text-corporate-3 {
	color: #d7c5a8; /* kremowy ciemniejszy (jak w stopce) */
}

.text-corporate-4 {
	color: #493821; /* brązowy */
}

.text-corporate-5 {
	color: #1c1919; /* ciemny szary prawie czarny */
}

.text-size-small {
	font-size: 0.875rem;
}

.text-size-normal {
	font-size: 1.1rem;
}

.text-size-medium {
	font-size: 1.375rem;
}

.text-size-large {
	font-size: 2.375rem;
}

.text-weight-bold {
	font-weight: bold!important;
}

/* maps */

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.zygzag {
    background-image: url('../images/zygzagf.svg');
    background-repeat: repeat-x;
	background-position: center center;
	background-size: 120px;
    position: absolute;
    top: -13px;
    left: 0px;
    width: 100%;
    height: 16px;
    z-index: 1;
}

.headline-image-box img {
	width: 100%;
}

.max-h-square {
	max-height: 550px;
	width: 100%;
	max-width: none;
	object-fit: cover;
}

/* sekcja zielona */

img {
	max-width: 100%;
}

.default-image-box {
	position: relative;
}

span.image-description {
	color: white;
    bottom: 15px;
    left: 15px;
    position: absolute;
    font-size: 15px;
    font-style: italic;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.default-image-box img {
	display: block;
}


.image-box-fh img {
	min-height: 100%;
	object-fit: cover;
}

.section-title {
	font-weight: 300;
	font-size: 2rem;
	text-transform: uppercase;
}

.subtitle {
	font-size: 1.375rem;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}

/* sekcja brązowa */

.home-program {
	background-color: #dd5134;
	padding: 20px;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	text-align: center;
}

.home-program div {
	margin: auto;
}

.home-program a {
	color: #ffffff;
}

.home-program-ico {
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hp-big-text {
	font-size: 1.3rem;
}

.hp-small-text {
    font-size: 0.9rem;
}

.contact {
	/* background-color: #fef7ea; */
	background-color: #ffe6ca;
}

.contact-widget-title {
	border-bottom: 1px solid #dd5134;
	padding-bottom: 10px;
	font-size: 16px;
}

.contact-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.social-icons .social-icon-single {
	border: 2px solid #dd5134;
	width: 34px;
	height: 34px;
	display: inline-flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	margin-left: 10px;
}

.social-icons .social-icon-single:first-child {
	margin-left: 0px;
}

.footer {
	text-align: center;	
}

.pixgoblin-footer-logo {
    display: inline-block;
    font-weight: bold;
}

.pixgoblin-footer-logo img {
    width: 70px;
    display: block;
}

/* single pages */

.headline {
	position: relative;
}

.headline-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fef7ea;
	font-size: 32px;
}

.headline-text::after {
	position: absolute;
	content: '';
	left: 0px;
	width: 100%;
	bottom: 0px;
	height: 30%;
	background: linear-gradient(0deg, rgba(74, 54, 21,1) 0%, rgba(74, 54, 21,0) 100%);
	opacity: 0.8;
}

.headline-text h1 {
	font-size: 22px;
	text-shadow: 1px 1px 6px rgba(131, 101, 76, 1);
}

.decoration-small img {
	width: 130px;
}
	

.decoration-big img {
	width: 60px;
}

.decoration-center {
	margin: auto; 
	display: block;
}

.guest-name {
	font-size: 1rem;
	text-transform: uppercase;
}

.go-to-url-wrapper {
	background-color: #ffffff;
}

.go-to-url {
	border-top: 1px solid  #d7c5a8;
	border-bottom: 1px solid  #d7c5a8;
	text-align: center;
	padding: 10px;
}

/* muzeum */

.museum-www {
	border-top: 1px solid  #d7c5a8;
	border-bottom: 1px solid  #d7c5a8;
	text-align: center;
	padding: 10px;
}

/* media */

.download-list ul {
	list-style-type: none;
	padding: 0px;
}

.download-list li {
	padding: 20px 0px;
	border: 1px solid  #fef7ea;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.download-list a {
	padding-left: 20px;
	min-width: 117px;
	max-width: 160px;
}

/* cookie */

.grt-cookie {
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	padding: 20px;
	background:#FFF;
	color:#333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	z-index:9999;
}

.grt-cookie-active {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
}

.grt-cookie p {
	font-size: 14px;
	margin: 0;
	padding:0;
	line-height: 1.35;
	color:#333;
	font-weight: normal;
}

.grt-cookie p a {
	color:#333;
	text-decoration: underline;
	font-size: 14px;
	margin: 0;
	padding:0;
}

.grt-cookie-button {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	padding: 3px 18px;
	margin-left:12px;
	background: #333;
	color: #FFF;
	text-transform: capitalize;
	white-space: nowrap;
}

@media (max-width:767px) {

	.grt-cookie {
		flex-direction: column;
		padding: 15px;
	}

	.grt-cookie p, .grt-cookie p a {
		font-size:13px;
	}

	.grt-cookie-button {
		font-size:13px;
		padding: 3px 14px;
		margin:8px 0 0 0;
	}

}

@media (min-width: 576px) {
	.guest-name {
		font-size: 1.5rem;
	}

	.headline-text h1 {
		font-size: 36px;
	}

	.decoration-big img {
		width: 120px;
	}

	.section-title {
		font-size: 2.375rem;
	}

	.download-list a {
		max-width: 400px;
	}
}

@media (min-width: 768px) {
	.max-h-square {
		max-height: 750px;
	}

	
	.image-box-fh {
		height: 100%;
	}
}

@media (min-width: 992px) {
	a:hover {
		color: #de1a1a;
	}

	.home-program a:hover {
		color: orange;
	}

	.headline-text h1 {
		font-size: 56px;
	}

	.decoration-big img {
		width: 180px;
	}
}

@media (min-width: 1200px) {
	.max-h-square {
		max-height: none;
	}

	.headline-text h1 {
		font-size: 64px;
	}
}
