
.navbar-dark {
    background-color: #093f89;
}

.navbar-dark-cc {
    background-color: #426c24;
}

.navbar-nav-link-cc {
    color: #fff;
}

.navbar-brand {
    padding-top: 0.1rem;
    padding-bottom: 0.3rem;
}

.navbar-brand img {
    height: 36px;
    display: block;
}

.navbar-fai {
    background-color: #282828;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-nav-link.active, .navbar-nav-link.show, .navbar-nav-link[aria-expanded=true] {
    color: #d9d9d9;
}


/* Icons */

.icon-noun_743723:before {
    content: "\e900";
    font-size: 24px;
}

/* Table Colours */

.table-teal, .table-teal>td, .table-teal>th {
    background-color: #e5f4f3;
}

.table-success, .table-success>td, .table-success>th {
    background-color: #e5f6ee;
}


.page-header-dark{background-color:#273246;color:#fff;height:93px;margin-bottom:2.25rem}

.has-cover {background-image: url(/assets/images/dark_balloons.jpg?v2);}


/* Maps */
#map {
 height: 500px;
 width: 100%;
}

.map-container-large {
    height: 700px;
}
.gm-style-iw-d {
    overflow: hidden!important;
    padding-right: 10px;
    padding-bottom: 10px;
    max-height: 311px;
}


/* Forms */
.form-control.is-invalid {
    --form-validation-border-color: #4798ab;
    background-image: none;
}

.text-invalid {
    color: #4798ab;
    font-weight:600;
}

.text-invalid-required {
    color: #EF4444;
    font-weight:600;
}

/* Events */
.balloon-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1; /* Always square */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b3db; /* optional */
    overflow: hidden;
}

.balloon-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pilot-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1; /* Always square */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #82b3db; /* optional */
    overflow: hidden;
}

.pilot-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}