/*body {
	background-color: rgb(24, 21, 18);
}

#questName {
	color: rgb(225, 135, 15);
}

.socialIconBg, .bookHourBg, .sideNavIconBg {
	background-color: rgb(225, 135, 15);
}

.color {
	color: rgb(225, 135, 15);
}

#bookCalendar {
	background-color: rgb(31, 28, 25);
}

::-webkit-scrollbar-thumb {
    border: none;
    background: rgb(225, 135, 15);
}*/

.imageFullFront, .imageFullMiddle, .imageFullBack {
	background-image: url("../img/zakon_03_big.jpg");
}

#headerBg {
	background-image:url("../img/zakon_06_header.jpg");
	-webkit-filter: blur(0em);
    filter: blur(0em);
}

#introText {
	mix-blend-mode: normal;	
}