@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');

:root {
	--font-size: 1rem;
	--primary: #5F2414 !important;
	--primary-hover: #441a0f !important;
	--primary-dark: #220d07 !important;
	--secondary: #F0DBC0;

}

section {
	margin: 0;
}


.lead {
	font-weight: 300;
	font-size: 1.2rem;

}

.text-center {
	text-align: center;
}

::marker {
	color: var(--contrast);
}


body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.7;
}


h1,
h2,
h3,
h4,
h5 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 0.5rem;
	font-weight: 700;
}

section :is(h1, h2, h3, h4, h5, h6) {
	color: var(--primary);
}

@media(max-width:768px) {

	.hide-mobile {
		display: none !important;
	}

}


@media(min-width:768px) {

	.hide-desktop {
		display: none !important;
	}

}



/*header */

.header {
	background: #fff;
	padding: 1rem 0;
	border-bottom: solid 1px var(--muted-border-color);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.header-mobile-btn {
	width: 50px;
	height: 50px;
	padding: 0.4rem;
	margin: 0;
}

.header-mobile-btn img {
	width: 100%;
	height: 100%;
	filter: invert(100%)
}


.header-logo {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-style: italic;
}

.header-grid {
	align-items: center;
}

.header-nav a {
	color: var(--contrast);
}

.header-nav .uil {
	font-size: 1.3rem;
	margin-top: 15px;
}

.header-nav .current a {
	color: #fff;
}


@media(min-width:768px) {

	.header {
		padding: 1rem 0;
	}

}

@media(max-width:768px) {

	.header-grid {
		flex-wrap: wrap;
	}

	.header-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.header-nav li {
		width: 100%;
		padding: 8px 0;
		margin: 0;

	}

	.header-nav a {
		width: 100%;
		text-align: center;
		padding: 10px;
		margin: 0;
	}

	.header-nav a[role="button"] {
		margin-left: 0;
		margin-right: 0;
		padding: inherit;
		border-radius: 0 !important;

	}

}


/*content and aside */


section.about {
	padding: 5rem 0;

}

.content-grid {
	display: grid;
	grid-column: 1fr;
	margin: 2rem 0;
	gap: 1.3rem;
}

@media(min-width:768px) {
	.content-grid {
		grid-template-columns: 9fr 3fr;
	}
}

.content-sidebar ul::marker {
	color: #000;
}

.content-sidebar h2 {
	margin-bottom: 10px;
}


.content-title {

	text-align: center;
	background-image: url('https://zeszpuli.multicolor.ovh/data/uploads/szablon/129241754_2958734990896014_2678808281236121151_n.jpg');
	background-color: var(--primary-hover);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 3rem 15px;
}


.content-title li {
	margin: 0;
	padding: 10px
}

.content-title h1 {
	color: #fff;
}

.content-title a {
	color: #fff;
}

.content-sidebar h2 {
	padding-bottom: 10px;
	border-bottom: solid 1px var(--muted-border-color);
	margin-bottom: 20px;
	display: block;
}


.content-sidebar ul {
	list-style-type: square !important;
	background: var(--primary);
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	list-style-type: square;
}

@media(min-width:768px) {

	.content-sidebar {
		margin-top: 2.7rem;
	}

}

.content-main img {
	margin-bottom: 1.3rem;
	border-radius: 0.2rem;
}


.content-main nav[aria-label="breadcrumb"] li {
	padding: 0 0.5rem;
}

.content-main nav[aria-label="breadcrumb"] a {
	color: var(--muted-color);
}



/*footer */

.footer-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

@media(max-width:768px) {
	.footer-grid {
		flex-direction: column;
	}
}

.footer a {
	color: #fff;
}

.footer a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.footer ul {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	list-style-type: square;
	line-height: 1.4;
}



.footer ::marker {
	color: #fff !important;
}



/*grid variant */


@media(min-width:768px) {

	.content-grid-left {
		grid-template-columns: 3fr 9fr;
	}

	.content-grid-left .content-sidebar {
		order: 1;
	}

	.content-grid-left .content-main {
		order: 2;
	}

	.content-grid-nosidebar {
		grid-template-columns: 1fr;
	}


}


.content-grid-nosidebar .content-sidebar {

	display: none;
}


.boxes {
	padding: 5rem 15px;
	background: url('../images/so-white.png');
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
}

.boxes-item {
	background-color: #fff;

	box-sizing: border-box;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
	padding-bottom: 30px;
}

.boxes figure {
	width: 100%;
	height: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.boxes h3 {
	margin-bottom: 10px !important;
	display: block;
}

.boxes figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease-in-out, filter 200ms ease-in-out;
}

.boxes-item p {
	font-size: 0.9rem;
	text-align: justify;
	line-height: 1.5;

}

.boxes-item:hover img {
	transform: scale(1.2) rotate(3deg);
	filter: brightness(50%);
}

.boxes h3 {
	margin: 0;
	margin-top: 2rem;
}

.smallgallery {
	padding: 5rem 15px;
}

.smallgallery .monsterGallery-grid {
	gap: 20px !important;
	justify-content: center;
}


.footer {
	background: var(--primary-dark);
	color: #fff;
}

.footer p {
	color: #fff;
}



.footer :is(h1, h2, h3, h4, h5, h6) {
	color: #fff
}

.subfooter {
	background: var(--primary-dark);
	filter: brightness(80%);
}

.subfooter p {
	margin: 0;
	padding: 10px;
	font-size: 0.9rem;
	text-align: center;
	color: #fff;
}

.subfooter a {
	color: var(--primary)
}

.contactwithus {
	background-size: cover !important;
	background-position: center center !important;
	background-attachment: fixed !important;
	position: relative;
	height: 250px;
	text-align: center;
}

.contactwithus-fog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.contactwithus h3 {
	color: #fff;
	font-size: 2.5rem;
	margin: 0;
}

.contactwithus p {
	font-size: 1.4rem;
	color: #fff;
	margin: 0;
	margin-bottom: 1rem;
}

.h-100 {
	height: 100%;
}


.cke-outer {
	background: #fafafa;
	border: solid 1px #ddd;
	padding: 20px;
}

.cke-outer input {
	background: #fff;
}

.cke-outer textarea {
	background: #fff;
}


.bulb-content {
	background: var(--primary-hover) !important;
}

.bulb-content p {
	color: #fff;
}


.order {
	text-align: center;


}

.order-box span .uil {
	color: var(--primary);
	font-size: 4rem;
	display: block;
	margin: 10px auto;

}


.order-box {
	margin: 10px 0;
}

.order-box ul{
	margin: 0;
	padding: 0;
}

.order-box ul li{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style:none !important;
	padding: 10px;
	border:solid 1px #ddd;
border-bottom:solid 2px var(--primary);
background: #fafafa;
}

.order-box ul li{

}

.order-boxes {
	border: solid 1px #ddd;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: solid 4px var(--primary);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}


section.content ul{
list-style-type:none !important;
	margin:0;
	padding:0;

}

section.content ul li{
list-style-type:none;
	padding:10px;
border-bottom:dashed 1px #ddd;}

 
