@import url("https://use.typekit.net/ixe8xte.css");

html, body {
    overflow-x: hidden;
}

.bordered {
    border: 1px solid #ffffff77;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    z-index: 1;
}
.rounded-corner {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 98px;
    top: -2px;
    z-index: 1;
    opacity: 1 !important;
}

.motor {
    font-family: "motor", monospace !important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

.abril {
    font-family: "abril-text", serif;
    font-weight: 300;
    font-style: normal;
}

.abril-display {
    font-family: "abril-display", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
}

.halyard-display {
    font-family: "halyard-display", sans-serif;
    font-weight: 900;
    font-style: normal;
}

p, .dm-sans, li {
    font-family: "dm-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.motor li {
    font-family: "motor", monospace !important;
}
.abril-display li {
    font-family: "abril-display", serif !important;
}

hr {
    border-top: 1px solid #ffffff77;
}
h4 {
    color: #faea44 !important;
    text-transform: uppercase;
    font-family: "motor";
    border-bottom: 1px solid #faea44;
    padding: 0 1rem 1rem 1rem;
}
.red {
    color:#F15F61 !important;
    border-color: #F15F61;
}
h3 {
    color: #fff !important;
    font-family: "halyard-display" !important;
    padding: 0 1rem;
    line-height: 1 !important;
}
h3.uk-heading-small {
    font-size: 3rem;
}
.uk-section-muted h3 {
    color: #005f7e !important;
}
.purple {
    color: #28003E !important;
    border-color: #28003E;
} 
.blue, .blue p, p.blue {
    color:#005f7e !important;
    border-color:#005f7e !important;
}
p {
    padding: 0 1rem;
}
.dark {
    color:#222 !important;
}

.columns {
    column-count: 2;
    column-gap: 3rem;
}

.large-columns {
    column-count: 2;
    column-gap: 3rem;
}

.portrait {
    border: 3px solid rgba(255, 255, 255, 0.75);
    box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.15);
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}

.bioPhoto {
    width: 175px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
    margin: 1rem;
    float: right;
    clear: left;
}

/* NAVIGATION */
#mainNavigation li:not(.uk-dropdown *) {
    height: 2rem;
    line-height: 2rem;
    max-width: 250px;
}

#mainNavigation a:not(.uk-dropdown *) {
    text-decoration: none;
    position: relative;
    height: 2rem;
    /* line-height: 1; */
    display: inline-block;
    width: auto;
    padding: 0.25rem 0.5rem;
    transition: all 0.1s ease-in-out;
    border-radius: 3px;
    color: #005f7e;
    z-index: 2;
    white-space: nowrap;
}
#mainNavigation a:hover:not(.uk-dropdown *)  {
    text-decoration: none;
    color: white;
    background-color: #F15F61;
    scale: 1.1;
}
#mainNavigation a:hover:not(.uk-dropdown *)::before {
    content: "\279D";
    color: #005f7e;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    right: -2rem;
    text-align: center;
    position: absolute;
}
#mainNavigation a.menu:hover {
    color: #fff !important;
}
#mainNavigation a.menu:hover::before {
    content: "\2935";
}

#mainDropdown {
    text-align: left;
    font-family: 'motor';
}
#mainDropdown li.uk-nav-header {
    font-size: 1.25rem;
    font-family: 'motor';
    color: #F15F61;
}
#mainDropdown li a {
    /* text-transform: capitalize; */
    font-size: 1.25rem;
    color: #005f7e;
}

#mainDropdown .uk-nav li>a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.uk-dropdown-nav .uk-nav-divider {
    border-color: #F15F61;
    margin-left: -0.5rem;
}

.uk-nav-default li a {
    color: #005f7e !important;
    justify-content: flex-end;
}
.uk-nav-default.main li {
    text-align: right !important;
}

#mission-bg {
    background-image: url("../images/corner.jpg");
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: right;
    background-size: cover;
    padding-bottom: 470px;
}

.personal_bg {
    background-image: url("../images/personal_bg2.jpg");
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 100%;
    background-size: auto 100%;
}

.whatwedo_bg {
    background-image: url("../images/crossed_arms_bg.png");
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 100px;
    background-size: auto;
}

/* SMALL SCREEN */
@media screen and (max-width: 640px) {
    .columns {
        column-count: 1;
    }

    .uk-nav-default li a {
        justify-content: flex-start;
    }
    #mission-bg {
        background-image: url("../images/corner.jpg");
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: 75%;
        background-size: cover;
        padding-bottom: 600px;
    }
    .whatwedo_bg {
        background-image: none !important;
    }
}

/* MED SCREEN */
@media screen and (max-width: 980px) {
    .large-columns {
        column-count: 1;
        padding-bottom: 5rem;
    }
    .whatwedo_bg {
        background-image: none !important;
    }
}

/* LARGE SCREEN */
@media screen and (max-width: 1600px) {
    .whatwedo_bg {
        background-position-x: -200px;
    }
}

strong {
    font-weight: 900 !important;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis.blue {
    color:#005f7e !important;
    border-color:#005f7e !important;
}

.uk-button-large.motor {
    font-family: "motor" !important;
    font-size: 1.2rem !important;
}