@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

body {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}

section {
    font-size: 1.5rem;
}

section img {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
}

section img:hover {
    filter: brightness(1.1);
}

section img.greyscale:hover {
    filter: grayscale(1);
}

.playfair-light {
    font-family: "Playfair", serif;
    font-weight: 300;
    font-style: normal;
}

.playfair-regular {
    font-family: "Playfair", serif;
    font-weight: 400;
    font-style: normal;
}

.playfair-bold {
    font-family: "Playfair", serif;
    font-weight: 700;
    font-style: normal;
}

.bg-color-1 {
    background-color: #829869 !important;
}
.text-color-1 {
    color: #829869 !important;
}

.bg-color-2 {
    background-color: #503624 !important;
}
.text-color-2 {
    color: #503624 !important;
}

.bg-color-3 {
    background-color: #d5cfa7 !important;
}
.text-color-3 {
    color: #d5cfa7 !important;
}

.bg-color-4 {
    background-color: #ede9dd !important;
}
.text-color-4 {
    color: #ede9dd !important;
}

.bg-color-5 {
    background-color: #e0e4cb !important;
}
.text-color-5 {
    color: #e0e4cb !important;
}

.bg-pattern-1 {
    background-image: url(../Media/Images/dworek-zacisze-wzorek.jpg);
}

.bg-pattern-2 {
    background-image: url(../Media/Images/dworek-zacisze-wzorek-2.jpg);
}

.bg-pattern-3 {
    background-image: url(../Media/Images/dworek-zacisze-wzorek-3.jpg);
}

.bg-cover {
    background-size: cover;
}
.bg-contain {
    background-size: contain;
}
.bg-full {
    background-size: 100% 100%;
}
.bg-repeat-none {
    background-repeat: no-repeat;
}
.bg-repeat {
    background-repeat: repeat;
}
.bg-repeat-x {
    background-repeat: repeat-x;
}
.bg-repeat-y {
    background-repeat: repeat-y;
}

.fullvh {
    height: 100vh;
}

.h50vh {
    height: 50vh;
}

.h80vh {
    height: 80vh;
}

.font-superbig {
    font-size: 5rem;
}

.font-big {
    font-size: 4rem;
}

.font-medium {
    font-size: 3rem;
}

.p-8 {
    padding: 8rem;
}
.ps-8 {
    padding-left: 8rem;
}
.pe-8 {
    padding-right: 8rem;
}
.pt-8 {
    padding-top: 8rem;
}
.pb-8 {
    padding-bottom: 8rem;
}

.p-10 {
    padding: 10rem;
}
.ps-10 {
    padding-left: 10rem;
}
.pe-10 {
    padding-right: 10rem;
}
.pt-10 {
    padding-top: 10rem;
}
.pb-10 {
    padding-bottom: 10rem;
}

div.main-menu-container {
    display: flex;
    justify-content: center;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    margin-top: 1rem;
    margin-left: 1rem;
}

ul.main-menu li {
    flex-grow: 1;
    text-align: center;
}

ul.main-menu li a {
    color: #503624;
    font-size: 1.2rem;
    padding: 10px 5px;
}

ul.main-menu li a:hover,
ul.main-menu li a:focus,
ul.main-menu li a.active {
    color: #829869;
    font-weight: 600;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.carousel-inner {
    max-height: 80vh;
}
.carousel-control-prev {
    top: auto;
    bottom: 50px;
    left: 50px;
    background-color: #503624;
    width: 50px;
    height: 50px;
}
.carousel-control-next {
    top: auto;
    bottom: 50px;
    left: 120px;
    background-color: #503624;
    width: 50px;
    height: 50px;
}

footer{
    margin-top: -12px;
}