/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 18:16:53 */
.orangebubble::before {
    position: absolute;
    top: -200px;
    left: -75px;
    content: "";
    background-color: #ffc75d40;
    width: 250px;
    border-radius: 125px;
    height: 250px;
}

.bothbubbles::before {
    position: absolute;
    top: -200px;
    left: -75px;
    content: "";
    background-color: #ffa68c40;
    width: 250px;
    border-radius: 125px;
    height: 250px;
}
.bothbubbles::after {
    position: absolute;
    top: -50px;
    left: 70px;
    content: "";
    background-color: #ffc75d40;
    width: 150px;
    border-radius: 125px;
    height: 150px;
}

.purplebubble::after {
    position: absolute;
    bottom: -200px;
    right: -100px;
    content: "";
    background-color: #ce93cc40;
    width: 400px;
    border-radius: 200px;
    height: 400px;
}

.home-purple {
    position: absolute;
    right: -5vw;
    top: -5vw;
    content: "";
    background-color: #f901f140;
    width: 600px;
    border-radius: 300px;
    height: 600px;
	transition: transform 0.1s ease-out;
	pointer-events: none;
}

.home-purple.about {
	background-color: #A50FD766;
	right: 2vw;
}

.home-purple.who {
	background-color: #ffffff61;
	right: -2vw;
}


.home-white {
    position: absolute;
    top: 200px;
    right: 30vw;
    content: "";
    background-color: #ffffff61;
    width: 300px;
    border-radius: 250px;
    height: 300px;
	transition: transform 0.1s ease-out;
	pointer-events: none;
}
.home-white.about {
	right:-2vw;
	top: 100px;
}
.home-white.who {
	background-color: #96D5AA66;
}