/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/

@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

/* Hide the About section */
.about-us,
#about-us,
.about_us,
section.about,
.about-section,
div[class*="about"],
section[class*="about"] {
    display: none !important;
    visibility: hidden !important;
}