.navigation.bar {
    backdrop-filter: blur(2px);
}

.navigation.popout .menu {
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.071) !important;
    border-left: solid 1px gray;
    color: white !important;
}

.navigation.popout .logo {
    border-radius: 100%;
}

.footer,
.header {
    background-color: #2565AE;
    color: #FFFFFF;
}

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Arial', sans-serif;
}

.cta-button {
    background-color: #FFD700;
    color: #083759;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.body-text {
    line-height: 1.6;
}

.section-heading {
    color: #FFD700;
    margin-bottom: 20px;
}

.cta-button:hover,
.cta-button:focus {
    background-color: #083759;
    color: #FFD700;
}

.social-media-links a {
    color: #FFD700;
    margin-right: 15px;
    text-decoration: none;
}

.social-media-links a:hover,
.social-media-links a:focus {
    color: #2565AE;
}

body {
    background-color: #1A1A2E;
    color: #ECECEC;
    font-family: 'Arial', sans-serif;
}

.cta-button {
    background-color: #00FFFF;
}

.section-heading {
    color: #FF69B4;
}

.cta-button:hover,
.cta-button:focus {
    background-color: #FF69B4;
    color: #1A1A2E;
}

.page-content#home .body-text,
.page-content#home .cta-button,
.page-content#home .social-media a {
    color: #FFFFFF;
}