@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Indie+Flower&family=Permanent+Marker&display=swap');

#bannerTop{
	width:100%;
	min-height: 50px;
	background-color: #ecf2eb;
	color: #2e7557;
	text-align:center;
}
#bannerMiddle{
	width:100%;
	min-height: 10px;
	background-color: white;
	margin-top: 60px;
}
#bannerBottom{
	width:100%;
	min-height: 50px;
	background-color: #ecf2eb;
	color: grey;
	font-size:17px;
	text-transform: uppercase;
	margin-top: 0px;
	height: 501px;
}

.custom-fixed-banner {
    z-index: 1030; /* Higher than Bootstrap's default navbar-fixed-top z-index (1030) if you have other fixed elements */
    width: 100%; /* Ensure it spans the full width */
}


.iconImage{
width:20px;
height:auto;
margin-top: 30px;
}	


.logoImage{
	width:160%;
	height:auto;
}

#bannerMiddle .container img{
	width: 100%;
	height: auto;
}

#bannerBottom .container img{
	width: auto;
	height: 100%;
}

#bannerTop .container img{
	width: 35%;
	height: auto;
	margin-top:27px;
	
}

.BannerMiddleVertAlign {
	margin-top: 8%;
	font-size:34px; 
	font-weight: bold;
	font-family: 'Dancing Script', cursive;
}


.BannerTopVertAlign {
	margin-top: 3%;
	font-size:16px; 
	font-weight: bold;
}

.BannerMiddleContactVertAlign {
	margin-top: 16px;
	font-size: 15px;
	font-weight: bold;
}
.mobileLogo{
		display: none;
	}
.mobileBannerContactDetails{
	display:none;
}

.navbar-nav > li > a {
		font-size: 13px;
	}
/********MEDIA QUERIES**********/
@media (max-width: 767px) {
	
	#bannerTop{
		display:none;
	}
	
	/* Keep bannerMiddle visible for navigation menu */
	#bannerMiddle{
		margin-top: 0;
		background-color: #2f1b1b; /* Dark background for navbar */
		position: relative;
		z-index: 1030;
	}
	
	/* Style the navbar for mobile */
	#bannerMiddle .navbar {
		background-color: #2f1b1b;
		border: none;
		border-radius: 0;
		margin-bottom: 0;
		min-height: 50px;
	}
	
	/* Navbar container */
	#bannerMiddle .navbar .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Navbar header with logo and toggle */
	#bannerMiddle .navbar-header {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5px 0;
	}
	
	/* Mobile logo styling */
	.mobileLogo{
		display: inline-block;
		float: left;
		margin-right: 10px;
	}
	
	.mobileLogo img {
		max-height: 40px;
		width: auto;
	}
	
	/* Mobile contact details */
	.mobileBannerContactDetails{
		display: inline-block;
		float: left;
		color: #fff;
		margin-left: 10px;
		margin-top: 0;
		text-align: left;
		flex: 1;
	}
	
	.mobileBannerContactDetails p{
		font-size: 11px;
		margin: 0;
		line-height: 1.3;
	}
	
	/* Hamburger menu button */
	.navbar-toggle {
		margin-top: 8px;
		margin-bottom: 8px;
		margin-right: 0;
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 4px;
		padding: 9px 10px;
	}
	
	.navbar-toggle .icon-bar{
		background-color: #fff;
		width: 22px;
		height: 3px;
		border-radius: 1px;
	}
	
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background-color: rgba(255, 255, 255, 0.1);
	}
	
	/* Collapsible menu */
	#bannerMiddle .navbar-collapse {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		margin-top: 10px;
		padding-top: 10px;
	}
	
	/* Menu items styling */
	#bannerMiddle .navbar-nav {
		margin: 0;
	}
	
	#bannerMiddle .navbar-nav > li > a {
		color: #fff;
		padding: 10px 15px;
		font-size: 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	#bannerMiddle .navbar-nav > li > a:hover,
	#bannerMiddle .navbar-nav > li > a:focus {
		background-color: rgba(255, 255, 255, 0.1);
		color: #fff;
	}
	
	#bannerMiddle .navbar-nav > li.active > a {
		background-color: rgba(255, 255, 255, 0.2);
		color: #fff;
	}
	
	/* Dropdown menus */
	#bannerMiddle .navbar-nav .dropdown-menu {
		background-color: rgba(47, 27, 27, 0.95);
		border: none;
		border-radius: 0;
		padding: 0;
	}
	
	#bannerMiddle .navbar-nav .dropdown-menu > li > a {
		color: #fff;
		padding: 8px 25px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	
	#bannerMiddle .navbar-nav .dropdown-menu > li > a:hover {
		background-color: rgba(255, 255, 255, 0.15);
		color: #fff;
	}
	
	/* Hide subheader row on mobile (already has hidden-xs class, but ensure it's hidden) */
	#bannerMiddle .navbar-row {
		display: none;
	}
	
	#bannerBottom{
		/*background: URL("http://185.2.66.109/culmullenns_newRev02.ie/media/crest.png");*/
		margin-top: 0;
		height: auto; /* Remove fixed height on mobile */
		min-height: auto; /* Remove min-height constraint */
		padding: 10px 0; /* Add some padding for spacing */
	}
	
	#bannerBottom .container {
		padding: 0 15px;
	}
	
	#bannerBottom .container img{
		width: auto;
		height: 118px;
		display: block;
		margin: 0 auto; /* Center the image */
	}
	
	/* Adjust content spacing when navbar is visible */
	.content {
		margin-top: 0;
	}
	
}