/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 03 2026 | 03:23:20 */
#main {
	padding: 0 !important;
}
header.fusion-header-wrapper {
	position: absolute;
	top: 0;
	right: calc(50% - 620px);
}
.fusion-top-header .fusion-header {
	background-color: transparent !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fusion-flyout-menu-icons {
	display: none !important;
}
.fusion-flyout-menu-toggle .fusion-toggle-icon-line {
	background-color: #2a7a7a !imnportant;
}

input.nf-element[type="submit"] {
	color: #f5f1e8;
	text-transform: uppercase;
	border-color: #2a7a7a;
    border-radius: 4px 4px 4px 4px;
    background: #2a7a7a;
    font-size: 14px;
    padding-top: 16px;
    padding-right: 48px;
    padding-bottom: 16px;
    padding-left: 48px;
    letter-spacing: 2px;
    font-family: "montserrat";
    font-weight: 400;
	box-shadow: none;
	cursor: pointer;
}
input.nf-element[type="submit"]:hover {
	background: #cd9b6d;
	border-color: #cd9b6d;
	color: #f5f1e8;
}
input.nf-element[type="text"], input.nf-element[type="email"], textarea.nf-element {
	color: #2a7a7a;
	padding: 10px;
}

@media all and (max-width:600px) {
	.fusion-title h1 {
		font-size: 10vw !important;
	}
	.artist-name p {
		font-size: 9vw !important;
	}
}