html,
body {
    height: 100%;
}
/* nav */
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #fff;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
    min-height: 50px;
}

.uk-logo,
.uk-logo a,
.uk-navbar-nav>li>a {
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    color: #000
}

.uk-logo {
    font-size: 1.5rem;
}

.logo-box {
    color: #b99963;
}

.uk-navbar-nav>li>a {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.uk-navbar-nav>li>a:hover,
.uk-logo a:hover {
    color: #b99963;
}

.uk-navbar-nav>li>a.contact-link {
    color: #fff;
    background: rgba(185, 153, 99, .8);
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 1em;
}

.uk-navbar-toggle {
    font-size: 1.25em;
    color: #333;
}

.navbar-home {
    min-height: 80px;
}

.navbar-home .uk-logo,
.navbar-home .uk-navbar-nav>li>a {
    font-size: 1.5rem;
}

/* lightbox */

.uk-leader-fill::after {
    color: rgba(0, 0, 0, 0.25);
}

.uk-lightbox-toolbar {
    background: transparent;
}

.uk-lightbox-toolbar-icon {
    background: rgba(0, 0, 0, 0.35);
}

/* backgrounds */

.white-gradient {
    background: linear-gradient(180deg, #fff, rgba(251, 251, 251, 0));
}
.grey-bg {
    background: #FBF7F2
}

.wht-bg {
    background: #fff
}

.transparent-bg {
    background: rgba(251, 251, 251, 0.75);
}
.logo-pattern {
    /*background: url(../images/logopattern-drkgold.jpg);*/
    background: url(../images/logoopattern.svg);
    background-position: center center;
    background-size: cover;
    background-color: #000;
}

.hero-img {
    background: url(../images/pics/deep-woods/deep-woods_5.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 90vh;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(251, 251, 251, 0.9);
    z-index: 9999;
}

.notification {
    padding: 4px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}
/* icons, logos, and badges */
.awards-icon {
    height: 54px;
    width: 54px;
}

.adpro-icon {
    height: 120px;
    width: 120px;
    position: absolute;
    right: 2rem;
    top: 5rem;
}

.featured-on-logo {
    height: 35px;
    margin: .5em 1em
}

.featured-on-logo.wsj {
    height: 25px;
    margin: .5em 1em
}

.label-black {
    background-color: #333;
    color: #fff;
}

/* text */
.oswald-<uniquifier> {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
h6 {
    color: #333;
    font-family: 'Oswald', arial;
}

p {
    color: #444;
    font-size: 18px;
}

.uk-height-max-large {
    max-height: 650px;
}

.benchnine {
    font-family: 'Oswald';
}

.uk-text-lead {
    color: #555;
}

.gold-txt,
.uk-light .uk-text-lead {
    color: #CBAA78
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    margin-top: 1em;
    font-size: .75em;
}

/* buttons */
.uk-button {
    font-family: 'Oswald', arial;
    margin-bottom: .5em;
    font-size: 1.25rem
}

.uk-button-large {
    font-size: 1.75rem
}

.uk-button-secondary {
    background-color: #444;
    color: #fff;
    border: none;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
    background-color: #000;
    color: #fff
}

.uk-button.red {
    background: #b99963;
    color: #fff;
}

.uk-button.red:hover {
    background: #8E7142;
    color: #fff;
}

.uk-icon-button {
    background-color: #fff;
    color: #b99963;
    border: none;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.075);
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
.uk-button-link:hover,
a:hover,
a:focus {
    color: #8E7142;
    outline: transparent;
    text-decoration: none;
}

a,
.uk-button-link {
    color: #b99963;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

/* off canvas */

.uk-offcanvas-bar .uk-nav-primary>li>a {
    font-family: 'Oswald', arial;
    text-transform: none;
    font-size: 2.25rem;
}

.uk-offcanvas-close {
    font-size: 1.25em;
    top: 5px;
    right: 10px;
}

.uk-offcanvas-overlay {
    background: rgba(251, 251, 251, 0.85);
}

.uk-offcanvas-bar .uk-nav-primary>li>a.uk-offcanvas-close {
    top: 0;
    right: 0px;
}

/* projects */
.proj-pic-container {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    height: 80vh
}

.proj-pic-container::-webkit-scrollbar {
    display: none;
}

.proj-pic {
    height: 100%;
    padding-right: 1rem;
    max-width: fit-content;
    display: inline-block;

}

/* press */
.press-logos {
    width: 150px;
}

/* reviews */
.review-logo {
    width: 100px
}

.review-btn {
    padding: .15rem .5rem;
    border-radius: 3px;
    font-size: .85rem;
    display: inline-block;
}

.uk-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .05);
}

.fa-star {
    color: gold;
}

.uk-card .uk-inline {
    z-index: 99;
}

.uk-card .uk-card-header {
    padding: 0.55rem 1rem;
}

.uk-card-default {
    background: #FBF7F2;
    color: rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(185, 153, 99, 0);
}

.light-background {
    background: #FBF7F2;
    color: rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(185, 153, 99, 0);
}

.uk-subnav li a:hover {
    background-color: #ffe;
    color: #000;
}

.uk-subnav li.uk-active a {
    background-color: #b99963;
    color: #fff;
}

img[data-src][src*='data:image'] {
    background: rgba(0, 0, 0, 0.1);
}

.search-fld {
    border-radius: 50px;
    padding: 0 1rem;
    font-size: 1rem;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: #b99963;
}

.uk-slidenav {
    background: rgba(251, 251, 251, 0.6);
    padding: 10px;
}

@media screen and (max-width: 40em) {

    .uk-logo {
        font-size: 1rem;
    }

    .proj-pic-container {
        flex-direction: column;
        overflow-x: auto;
        height: 100%
    }

    .proj-pic {
        height: auto;
        padding-right: 0;
        padding-bottom: .5em;
        max-width: 100vw;
    }

    .uk-text-lead {
        font-size: 18px;
    }
}