
.navbar-custom {
    padding: 1.5rem 0;
}

.logo {
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    color: white;
    text-decoration: none;
    font-family: 'Brush Script MT', cursive;
}

.nav-pills .nav-link {
    color: white;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    margin: 0 0.25rem;
    transition: all 0.3s;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-get-started {
    background-color: #4A90E2;
    color: white;
    border-radius: 25px;
    padding: 0.5rem 2rem;
    border: none;
    transition: all 0.3s;
}

.btn-get-started:hover {
    background-color: #357ABD;
    color: white;
}
