@font-face {
    font-family: 'Nocturnal';
    src: url('https://balonnesalutingtheirservice.com.au/assets/fonts/Nocturnal.woff2') format('woff2'),
         url('https://balonnesalutingtheirservice.com.au/assets/fonts/Nocturnal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
	user-select: none; /* For most browsers */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

body::-webkit-scrollbar {
  display: none !important;
}


.topbar {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #2c6d72;
    z-index: 1000;
}

.bottombar {
    position: fixed;
    bottom: 50px;
    width: 100%;
    background-color: #2c6d72;
    color: #ffffff;
    padding: 50px 40px 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    font-size: 14px;
}

.footer-text {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: #d07950;
    color: #ffffff;
    padding: 20px 0;
    z-index: 1000;
}

.footer-text a {
    color: #ffffff; /* Adjust the color as needed */
    text-decoration: underline !important; /* You can change this to 'none' if you don't want an underline */
    margin-left: 5px; /* Adds a small space before the link */
}

.footer-text a:hover {
    color: #2c6d72; /* Adjust the hover color as needed */
    text-decoration: none; /* Changes the text decoration on hover */
}

.disclaimer-text {
    margin-top: 10px;
    font-size: 18px;
	font-weight: 100;
	padding-left: 50px;
	padding-right: 50px;
    color: #2c6d72; /* Adjust the color as needed */
}

.content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.content h1, .content p {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

.svg-overlay {
    position: absolute;
    top: 25%; /* Adjust the top position as needed */
    left: 25%; /* Adjust the left position as needed */
    width: 60%; /* Adjust size as needed */
    height: auto;
    z-index: 2; /* Ensure the SVG is above the slider but below the content */
    pointer-events: none; /* Ensure it doesn't interfere with interactions */
    transform: translate(-50%, -50%); /* Center the SVG */
    /* opacity: 100%; */
}

.svg-overlay img {
    width: 100%; /* Adjust size as needed */
    height: auto;
    opacity: 0.75; /* Example opacity for visibility */
}


.cursive {
    font-weight: normal;
    font-family: 'Nocturnal', cursive;
    color: #fff;
    font-size: 400px;
}

.uppercase-text {
    text-transform: uppercase;
    color: #fff;
}

.their-service {
    font-size: 60px; /* Adjust the font size as needed */
    font-weight: 100; /* Adjust the weight as needed */
    letter-spacing: 5px;
    margin-top: -120px !important; /* Adjust the margin as needed to bring it closer to the "Saluting" text */
}

.balonne-shire {
    font-size: 24px; /* Adjust the font size as needed */
    font-weight: 100; /* Adjust the weight as needed */
    margin-top: 20px !important;
    letter-spacing: 2px;
}



.clock {
    font-size: 100px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.clock .time {
    font-size: 100px;
    line-height: 1.2;
    font-weight: 300;
    align-items: flex-end;
}

.clock .ampm {
    font-size: 24px;
    font-weight: 400;
	margin-left: -10px;
}

.clock .day-date {
    font-size: 18px;
    margin-top: -5px;
    text-transform: uppercase;
}

.circle-button {
            width: 250px;
            height: 250px;
            background-color: #d07950;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 60px;
            font-weight: 400;
            text-align: center;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 50px;
        }

.circle-button:hover {
    text-decoration: none;
    color: #2c6d72;
}


.circle-button i {
            font-size: 60px;
        }

.footer-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}

.footer-logo img {
    height: 125px;
    margin-left: 10px;
}

.footer-logo p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}

/* Original Slider CSS */
.slider-parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Commented out as not needed for static image
.flexslider {
    margin: 0 !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    position: relative;
    zoom: 1;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.flexslider .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider .slides li {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}
*/

.slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.slide-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* New CSS for Static Image */
.static-image {
    position: relative;
    width: 100%;
    height: 100vh; /* or any height you need */
    background-size: cover;
    background-position: center;
}





        .search-container {
            text-align: center;
            padding: 50px 0;
        }

        .search-container h1.cursive {
            font-size: 200px; /* Adjust the font size as needed */
            margin-top: 20px;
            color: #2c6d72; /* Adjust the color as needed */
            margin-bottom: 0; /* Adjust the margin as needed */
        }

        .search-container p.uppercase-text.their-service {
            font-size: 24px; /* Adjust the font size as needed */
            font-weight: 400;
            color: #2c6d72; /* Adjust the color as needed */
            margin-top: -80px !important; /* Adjust the margin as needed */
            letter-spacing: 3px; /* Adjust letter spacing as needed */
        }

        .search-container p.veteran-search {
            font-size: 40px; /* Adjust the font size as needed */
            color: #2c6d72; /* Adjust the color as needed */
            margin-top: 30px; /* Adjust the margin as needed */
            letter-spacing: 2px; /* Adjust letter spacing as needed */
            text-transform: uppercase;
            margin-top: 50px;
        }

        .search-container p.manual-search {
            font-size: 40px; /* Adjust the font size as needed */
            color: #2c6d72; /* Adjust the color as needed */
            margin-top: 30px; /* Adjust the margin as needed */
            letter-spacing: 1px; /* Adjust letter spacing as needed */
            text-transform: uppercase;
            margin-top: 60px;
        }

        .search-container p.sorted-by-surname {
            font-size: 20px; /* Adjust the font size as needed */
            color: #2c6d72; /* Adjust the color as needed */
            margin-top: -30px; /* Adjust the margin as needed */
            margin-bottom: 50px;
            letter-spacing: 1px; /* Adjust letter spacing as needed */
            text-transform: uppercase;
        }

        .search-bar {
            position: relative;
            width: 75%;
            margin: 20px auto;
        }

        .search-bar input[type="text"] {
			width: 100%;
			padding: 30px 30px;
			font-size: 24px;
			border: none;
			border-radius: 50px;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			}

         .search-bar button {
			position: absolute;
			right: 0;
			top: 0;
			height: 100%;
			width: 90px;
			background-color: #d07950;
			border: 5px solid #fff;
			border-radius: 50%;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
    		}


        .search-bar button i {
            color: #fff;
            font-size: 24px;
        }

        .alphabet-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            margin-top: 30px;
            margin-left: 100px;
            margin-right: 100px;
        }

        .alphabet-buttons button {
            width: 120px;
            height: 120px;
            background-color: #d07950;
            color: #fff;
            border: none;
            border-radius: 50%;
            font-size: 40px;
            cursor: pointer;
        }



        .war-memorial-content {
            margin: 20mm auto;
            max-width: 1200px;
            display: flex;
            gap: 40px;
            padding: 30px;
        }
        .war-memorial-left-column {
            width: 45%;
        }
        .war-memorial-left-column img {
            width: 100%;
            height: auto;
            
        }
        .war-memorial-qr-section {
    background-color: #2c6d72;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    position: relative;
			margin-bottom: 50px;
			width: 95%;
}
		
		.war-memorial-qr-section::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #d07950; /* Orange color */
    z-index: -1; /* Ensures this is behind the main content */
}

.war-memorial-qr-section .qr-heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.war-memorial-qr-section #qrcode {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    background-color: #fff;
    padding: 10px;
}
.war-memorial-qr-section #qrcode1 {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    background-color: #fff;
    padding: 10px;
}
.war-memorial-qr-section #qrcode2 {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
    background-color: #fff;
    padding: 10px;
}

.war-memorial-qr-section .qr-description {
    font-size: 14px;
    margin: 10px 0;
}

.war-memorial-qr-section .qr-footer {
    margin: 20px 0;
    font-size: 14px;
    color: #000;
    background-color: #f4f2ef;
    padding: 10px;
    text-align: left;
}

.war-memorial-qr-section .qr-footer strong {
    font-size: 16px;
}

.war-memorial-qr-section .qr-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
	
}

.war-memorial-qr-section .qr-logos img {
    max-width: 45%;
}
		
		.business-logos {
			height: 80px !important;
			padding-left: 30px;
			margin-top: 30px;
	width: auto !important;
		}
		
        .war-memorial-qr-section img {
            width: 100%;
            height: auto;
        }
        .war-memorial-qr-section p {
            margin: 0;
            padding: 10px 0;
        }
		
        .war-memorial-right-column {
            width: 55%;
        }
        .war-memorial-right-column h1 {
            font-family: 'Lato', sans-serif;
            font-size: 24px;
            margin-bottom: 20px;
			color: #2c6d72;
        }

       .war-memorial-right-column table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.war-memorial-right-column table tr {
    border-bottom: 1px solid #ddd; /* Ensure there is a border between rows */
}

.war-memorial-right-column table td {
    padding: 10px; /* Apply 10px padding to all sides of each cell */
    vertical-align: top;
}

.war-memorial-right-column table td:first-child {
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #2c6d72;
	width: 30%;
}

.war-memorial-right-column table td:last-child {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c6d72;
	width: 70%;
}

        .memorial-label {
            font-family: 'Lato', sans-serif;
            font-weight: bolder;
			font-size: 14px;
			color: #2c6d72;
        }
        .memorial-value {
            font-family: 'Lato', sans-serif;
			font-weight: 400;
			font-size: 14px;
			color: #2c6d72;
        }
		
		       .war-memorial-left-column table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.war-memorial-left-column table tr {
    border-bottom: 1px solid #ddd; /* Ensure there is a border between rows */
	border-top: 1px solid #ddd; /* Ensure there is a border between rows */
}

.war-memorial-left-column table td {
    padding: 10px; /* Apply 10px padding to all sides of each cell */
    vertical-align: top;
}

.war-memorial-left-column table td:first-child {
    text-align: right;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    font-size: 14px;
    color: #2c6d72;
	width: 55%;
}

.war-memorial-left-column table td:last-child {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2c6d72;
	width: 45%;
}


.search-container a.result-item-link {
    font-size: 20px; /* Adjust the font size as needed */
    color: #2c6d72; /* Adjust the color as needed */
    padding-bottom: 50px;
    letter-spacing: 1px; /* Adjust letter spacing as needed */
    text-decoration: none; /* Remove underline from links */
}

.search-container a.result-item-link:hover {
    text-decoration: underline; /* Underline on hover */
	color: #d07950;
}


.result-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd; /* Adjust the color as needed */
    margin-bottom: 20px; /* Adjust the margin as needed */
}

.scrollable-page::after {
    content: '';
    display: block;
    height: 300px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
    display: none !important;
}

/* For IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
}


.back-to-search {
    margin-top: 50px;
    margin-bottom: 20px; /* Adds gap between the button and the qr-logos */
}

.back-to-search-button {
    display: block;
    width: 100%; /* Full width of the div */
    background-color: #d07950;
    color: white;
    padding: 15px; /* Padding around the text */
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    box-sizing: border-box; /* Ensures padding doesn't affect width */
}
.back-to-search-button:hover {
    color: #2c6d72; /* Hover text color */
}

/* Gallery Grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 15px 0;
}

.gallery-item {
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-thumb:hover {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    padding: 20px;
    box-sizing: border-box;
}

.lightbox.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    z-index: 10000;
}