/* Charset */
@charset "UTF-8";

/* General Elements */
body {
    font-size: 16px;
}

h2 {
    font-family: 'Merriweather', serif;
    font-size: 2rem;
}

h3 {
    font-family: 'Futura-PT', sans-serif;
    font-size: 1.2rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
h4 {
    font-family: 'Futura-PT', sans-serif;
    font-size: 1rem;
    color: #000;
    
    font-weight: 700;
}
p {
    font-family: 'Merriweather', serif;
}

em {
    color: inherit !important;
}

figcaption {
    padding: 1rem;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Links */
a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a.uk-accordion-title {
    text-decoration: none;
    font-family: 'Merriweather', serif;
    font-size: 1rem;
}

.uk-card a {
    text-decoration: none !important;
}

/* UIkit Navbar */
.uk-navbar-nav > li > a {
    padding: 0;
    color: #fff !important;
    text-transform: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
    font-family: 'Merriweather Sans', sans-serif;
}

.uk-navbar-nav > li > a:last-child {
    margin-right: 1rem;
}
li.uk-active a {
   color: #7899F2 !important;
   
} 
.uk-sticky-placeholder {
    height: 0 !important;
}

.uk-sticky-fixed .uk-logo .nasemid {
    max-height: 60px;
}

.uk-sticky-fixed .uk-navbar {
    display: flex;
    position: relative;
    padding: 0rem 1rem !important;
    height: 80px;
}

.uk-logo .nasemid {
    max-height: 80px;
    transition: all 1s;
}

.uk-label {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    color: #4148c2;
    background: none;
    padding: 10px 0;
}

.uk-card-footer {
    border-top: none !important;
}

.uk-accordion {
    margin-top: 2rem;
}

.uk-drop.uk-open {
    min-width: 400px;
}

/* Typography in SVG */
svg text {
    font-family: 'Merriweather Sans', sans-serif;
}

/* Page Sections */
#start {
    background: #211147;
    background-size: cover;
    overflow: hidden;
    min-height: 50vh;
}

#start h1 {
    font-family: 'Futura-PT', sans-serif;
    font-size: 5rem;
    text-transform: uppercase;
    color: #fff;
}

#start h2 {
    font-size: 2rem;
    color: #fff;
}

#keyfacts, #footer {
    background: #2C2350;
    color: #fff;
}

#keyfacts .uk-card {
    background: #211147;
    color: #fff;
}

#keyfacts h3.uk-card-title {
    color: #fff;
}
#keyfacts h4 {
    color: #fff
}
#keyfacts .uk-background-muted {
    background-color: #2b2b66;
}

#chr-map-stats li {
    font-family: 'Merriweather Sans', sans-serif !important;
}

#chr-map-stats li strong {
    font-weight: 900;
    color: #4148C2;
}

#context2 {
    background: radial-gradient(79.44% 31.47% at 50% 50%, #FFFFFF 0%, #E9E8ED 100%);
}

#context3 {
    background: #e2dfea;
}

#context4, #context6 {
    background: #fff;
}

#share {
    display: flex;
    flex-direction: row;
    justify-content: right;
    min-width: 300px;
}

#share span {
    display: block;
}

#share svg {
    max-width: 30px;
    fill: none !important;
}

/* Social Share */
.social-share--networks {
    cursor: pointer;
    min-width: 300px;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.social-share--networks a {
    width: 25px;
    margin: 0.5rem;
}

.social-share-light {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 230px;
    margin: 0 auto;
    color: #333;
}

.social-share-light .social-share--title {
    color: #333;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    margin-right: 0.6rem;
    text-transform: uppercase;
}

.social-share-light svg {
    fill: #333;
    height: 30px;
    margin: 0 0.1rem;
}

/* Buttons */
button.read {
    border: none;
    background: none;
    color: #333;
    padding: 0;
    cursor: pointer;
    margin-top: 1rem;
    display: block;
    font-size: 10px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
}

/* Misc */
.more {
    display: none;
}

.bg-dark {
    background: #211147;
}

.bg-neutral {
    background: #E9E8ED;
}

.section-img {
    min-height: 60vh;
    max-height: 675px;
    aspect-ratio: auto;
}

/* Back to Top Button */
.go-top {
    position: fixed;
    bottom: 8em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Footer */
footer {
    background: #211147;
    min-height: 140px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

#footer img {
    max-height: 50px;
    width: auto;
}

.tooltip-hover {
	border-bottom: 1px dotted #000;
	
	
}
.tooltip-hover:hover {
	
	cursor: help;
	
}
.uk-navbar-dropdown-nav>li>a {
    color: #4148c2;
}
