/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Blue Ocean Management Group - Logo Sizing */
#logo img {
	max-height: 60px !important;
	width: auto !important;
}

/* Ensure header has enough height for larger logo */
#header {
	min-height: 80px;
}

/* Blue Ocean Hero Text Enhancement */
.slider-text {
	text-shadow: 2px 2px 8px rgba(0,0,0,0.8) !important;
	color: #ffffff !important;
	font-weight: 900 !important;
	z-index: 10 !important;
	position: relative !important;
}

/* Add proper spacing between hero and about section */
#section-about {
	padding-top: 100px !important;
}

