.uk-logo img {
    height: 80px;
    width: 96px;
}

#nav {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.uk-map {
    width: 100%;
    height: 100%;
}

.uk-text-primary {
    color: #b78b28!important;
}

.uk-section-green {
    background-color: #023935!important;
}

.uk-background-primray {
    background-color: #023935!important;
}

.uk-border-card {
  border: 1px solid #b78b28;
}

.uk-footer-border {
    border-top: 1px solid #b78b28;
}

.uk-button-gold {
    background-color: #b78b28;
}

.uk-button-gold:hover {
    background-color: #c09c46;
}

.uk-text-white {
    color: #050a0c /*#f3f3f3*/!important;
}

.uk-txt-white {
    color: #f3f3f3!important;
}

.uk-card-default .uk-card-title {
    color: #f3f3f3;
}

.uk-height-modal-1 {
    height: 100vh!important;
}

.uk-text-large {
  font-size: 1.3rem!important;
  line-height: 1.5;
}

.uk-section-transparent {
    background-color: #b78b28!important;
}

.uk-cta {
    font-size: 2rem;
    color: #f3f3f3 !important;
}

.uk-cta-body  {
    color: #f3f3f3 !important;
}