
nav {
    background: linear-gradient(90deg, rgb(110, 10, 156), rgb(240, 187, 53));
}

.nav-item {
    font-size: 1.75rem;
    text-decoration: none;
    text-shadow: 2px 2px black;
    text-align: center;
    padding: 0 1rem;
}

.nav-item a {
    color: white;
    font-weight: 500;
}

.nav-item a:hover {
    color: goldenrod;
    text-decoration: underline;
}


.fa-brands, .fa-solid, .fas {
    color: rgb(167, 71, 211);
    font-size: 3rem;
}

a {
    cursor: pointer;
}

.different {
    background: linear-gradient(180deg, rgb(240, 187, 53), white);
}


.footer-link {
    text-decoration: none;
    color: rgb(167, 71, 211);
    margin: 0 10px;

}

.footer-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.condo-name {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.logo {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}