﻿nav {
    font-family: Lucida Sans Typewriter;
}

.airport-input {
    background-color: black;
    border: none;
    caret-color: white;
    color: white;
    outline: none;
}

#airport-button {
    background: black;
    color: black;               
}

#airport-button:focus {
    background: black;
    box-shadow: none;
    color: white;
    border: none;
}

#about {
    background: #acacac;
}

#aboutText {
    color: darkred;
    font-family: Lucida Sans Typewriter;
    padding-top: 11px;
}

#consoleTop {
    padding-top: 12px;
}

#navBottom {
    background: #acacac;
    margin-top: 50px;
    padding-top: 9px;
    padding-bottom: 1px;
}

#navBottomText {
    color: darkred;
    font-family: Lucida Sans Typewriter;
}

#navHoverCafeApi {
    --bs-dropdown-link-hover-bg: #73a839;
}

#navHoverCatPoker {
    --bs-dropdown-link-hover-bg: #033c73;
}

#navHoverDiagram {
    --bs-dropdown-link-hover-bg: #4e4e4e;
}

#navHoverPortfolio {
    --bs-dropdown-link-hover-bg: #7b7da7;
}

#navHoverProfile {
    --bs-dropdown-link-hover-bg: darkorchid;
}

#navTop {
    background: #acacac;
}

#rentalText {
    color: darkred;
}