body {
    font-family: 'Cardo', serif;
    color: #ffffff;
    text-align: center;
}

h2 {
    color: #000000;
    font-weight: bold;
    padding-bottom: 1em;
}

.page-link {
    color: #836025 !important;
}

.splide__slide {
    display: flex;
    justify-content: center;
}

.philme_beige {
    background-color: #E7D0A9 !important;
}

.sticky-top {
    position: sticky;
    height: 50px;
    background-color: #836025;
}

.fixed-bottom {
    position: sticky;
    height: 30px;
    background-color: #836025;
}

.slick-dots li button:before{
	font-size:20px!important;
}