@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel:wght@400;500;600;700;800;900&family=Satisfy&display=swap');

#hero h1 {
    font-family: 'Cinzel', serif !important;
}

body {
    font-family: 'Arsenal', sans-serif !important;
}

.section-title p {
    font-family: 'Satisfy', cursive !important;
}

#about h2 {
    font-family: 'Satisfy', cursive !important;
    color: #cda45e !important;
}

@media (min-width: 992px) { 
    #events .swiper-wrapper {
        height: 70%;
    }
}

@media (min-width: 1199px) { 
    #events .swiper-wrapper {
        height: 60%;
    }
}

#contact iframe {
    border:0; 
    width: 100%; 
    height: 350px;
}
