/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 01 2023 | 02:58:18 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#side-header .fusion-logo, .fusion-header .fusion-logo {
	max-width: 200px;
	margin: 20px auto !important;
}

.fusion-main-menu > ul > li#menu-item-33 { display: none; }

#main {
	padding: 0;
}
#main a:hover {
	text-decoration: underline;
}

@media all and (max-width:800px) {
	
	h2 {
		font-size: 40px !important;
	}
	h3 {
		font-size: 36px !important;
	}
	
	.fusion-header {
		background-color: #fff !important;
	}
	.fusion-header .fusion-mobile-nav-holder {
		display: none !important;
	}
	
	#home-intro {
		background: none !important;
	}
	#home-intro .column-1 { display: none !important; }
	#home-intro .column-2 { width: 100% !important; }
	#home-intro .column-2 .fusion-text {
		margin-top: 50px !important;
	}
}

@media all and (max-width:500px) {
	h2 {
		font-size: 36px !important;
	}
	h3 {
		font-size: 24px !important;
	}
}