.preloader {
    background-color: #0D0F27;
}

.theme-btn.style-one.custom {
    background-color: #0090FF;
    color: white;
    min-width: 180px;
    margin-right: 5px !important;
    margin-bottom: 10px;
}

.theme-btn.style-two.custom {
    margin-right: 5px;
    background-color: #00C9AB;
    color: white;
    min-width: 180px;
}

.hero-content .sub-title span::before {
    content: "// ";
    color: darkgrey;
}

.hero-content .sub-title span::before {
    content: "// ";
    color: lightgrey;
}

a.linkedin-profile {
    color: #0090FF;
}

a.linkedin-profile:hover {
    color: lightgrey;
}

.linkedin-profile img {
    vertical-align: middle;
    margin-right: 4px;
}

.ss-footer .footer-widget-area .footer-nav-widget {
    padding-left: 0;
    text-align: center;
}

.footer-copyright .copyright-text p span {
	color: lightgray;
}

.ss-footer .footer-copyright {
	background-color: rgba(0, 0, 0, 0.50);
}

@media screen and (max-width: 991px) {
    .header-navigation .sasly-nav-menu {
        background-color: #0D0F27;
    }

    .header-nine .header-navigation .sasly-nav-menu .main-menu ul li a {
        color: lightgrey;
    }

    .header-nine .header-navigation .sasly-nav-menu .main-menu ul li:hover > a {
        color: white;
    }
}

/* Ensure no horizontal scroll and keep hamburger visible on small screens */
html, body {
    overflow-x: hidden;
}

/* Make the header container a positioning context so we can absolutely-position the toggler */
.header-nine .primary-menu {
    position: relative;
}

/* Pin the hamburger (navbar-toggler) on the right so it cannot be pushed off-screen */
@media screen and (max-width: 480px) {
    .header-nine .navbar-toggler {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2000;
    }

    /* Prevent the nav menu from widening past the viewport */
    .sasly-nav-menu,
    .nav-inner-menu,
    .header-navigation,
    .primary-menu {
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        padding-right: 0;
    }
}