.logo-text {
	font-size: 26px;
	font-family: Mulish, sans-serif;
}

.logo-text > span:nth-child(1) {
	color: #0d6efd;
}
.logo-text > span:nth-child(2) {
	color: #0c47a9;
	font-weight: bold;
}
.logo-text > span:nth-child(3) {
	color: black;
	display: none;
}

/* Sticky Footer */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

.main-footer-2 {
    flex-shrink: 0;
    background-color: #f8f9fa; /* Match Neer's footer style */
    padding: 10px 0;
    text-align: center;
}

/* Ensure content-area doesn't interfere */
.content-area {
    padding: 20px 0;
}

/* Optional: Style the footer text */
.main-footer-2 .copy-right p {
    margin: 0;
    font-size: 14px;
}

.main-footer-2 {
	background: #00183e;
	padding: 2rem 0;
}
.main-footer-2 p {
	color: white;
}

#controlBar_bgndVideo {
	display: none !important;
}