/* PLACE YOU CUSTOM STYLES IN THIS FILE */
.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

h1, .h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #b9a186;
}

.nav-link.active {
    color: #b9a186 !important;
}

.bg-gold {
    background-color: #d6ad60 !important;
}

.nk-ibox-4.nk-ibox-4-dark {
    border-color: #ffffff !important;
}

.custom-hero-title {
    font-size: 5.1rem !important;
}

@media (max-width: 576px) { 
    .custom-hero-title {
       font-size: 3.1rem !important;
    }
}

@media (max-width: 768px) {
    .custom-hero-title {
        font-size: 3.1rem !important;
     }
}