h1, h2, h3, h4, h5, h6 {
    color: var(--primary-blue) !important;
}

h1, h2, .h1, .h2 {
    font-size: 32px !important;
}

h2.h4, h3, h3.h4, h4, .h3 {
    font-size: 24px;
}

header {
    background: #336699;
    color: #fff;
    padding: 32px;
    overflow: visible;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: rgb(51, 102, 153) 0px 0px 40px 0px;
    margin-bottom: 2em;
}



ul.nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}


.main-nav.nav-justified > li {
    display: block !important;
    width: auto !important;
}

.main-nav > li.nav-logo + li {
  margin-left: auto !important;
}

.nav li.nav-logo a {
    display: block;
    width: 300px;
    height: 26px;
    background: url(images/751452-logo-text.png) no-repeat;
}

.nav li.nav-logo a img {
    display: none;
}

ul.nav li:not(.nav-logo) {
    margin-right: 1em;
}

ul.nav li:not(.nav-logo):last-child {
    margin-right: 2em;
}

ul.nav li:not(.nav-logo) a {
    background-color: var(--primary-blue);
    border-radius: 999999px;
    color: #fff !important;
    padding: 1em 2em;
}

ul.nav li:not(.nav-logo, .disabled) a:hover {
    background-color:transparent;
}

ul.nav li.disabled:not(nav.logo) a {
    background-color: #c4dffc;
    color: var(--primary-blue) !important;;
}

label {
    font-weight: 500;
}

#summary_final_box h2.h3.numGuests,
#summary_box h2.h3.numGuests {
    color: #fff !important;
    font-size: 24px !important;
}