.bg-cover {
    background-image: url('/img/layout/rucianenida/kategorie/ruciane-nida-zdjecia.webp');
}

.main-page-h1 {
    color: #fff;
	text-shadow: 0px 0px 10px #000000;
}

@media only screen and (max-width: 600px) {
    .bg-cover {
        background-position: -520px 0px;
    }
}
@media only screen and (max-width: 450px) {
		.top-menu-bar .menu-bar-item-site-name {
        font-size: 21px !important;
    }
}
@media only screen and (max-width: 375px) {
	.top-menu-bar .menu-bar-item-site-name {
        font-size: 20px !important;    }
}
@media only screen and (max-width: 345px) {
	.top-menu-bar .menu-bar-item-site-name {
        font-size: 17px !important;
    }
}
@media only screen and (max-width: 335px) {
	.top-menu-bar .menu-bar-item-site-name {
        font-size: 16px !important;
    }
}