.home-slide{height: 971px;}
#social{margin-top: 0px;}


a {
    color: #985643;
}

a:hover {
    color: #BFC7DE;
}

/*light-grey */
.text-grey-500 {
    color: #EFF1F7;
    color: rgba(239,241,247,1);
}



/* bronze */
.text-primary-500 {
    color: #985643;
    color: rgba(152,86,67,1);
}

.border-primary-500 {
   
    border-color: #985643;
    border-color: rgba(152,86,67,1);
}

.hover\:text-primary-500:hover {
    color: #985643;
    color: rgba(152,86,67,1);
}

.bg-primary-500 {
    --bg-opacity: 1;
    background-color: #985643;
    background-color: rgba(152,86,67,var(--bg-opacity));
}



/*blue-grey */
.text-secondary-500 {
     color: #BFC7DE;
    color: rgba(191, 199, 222,1);
}

.hover\:bg-grey-500:hover {
    --bg-opacity: 1;
    background-color: #BFC7DE;
    background-color: rgba(191, 199, 222,var(--bg-opacity));
}

.bg-secondary-500 {
    --bg-opacity: 1;
    background-color: #BFC7DE;;
    background-color: rgba(191, 199, 222,var(--bg-opacity));
}

/*blue-black */

.text-tertiary-500 {
     color: #0E1322;
    color: rgba(14,19,34,1);
}

.bg-tertiary-800 {
   
    background-color: #0E1322;
    background-color: rgba(14,19,34,1);
}

.hover\:bg-tertiary-500:hover {
    --bg-opacity: 1;
    background-color: #0E1322;
    background-color: rgba(14,19,34,var(--bg-opacity));
}



.header-container {
    /*background-color: #3b3b3b;*/
    background-color: #0E1322;
}

.header-container.scrolled {
   /*background-color: #3b3b3b;*/
    background-color: #0E1322;
}

.main-nav>li a:hover {
    color: #985643;
    color: rgba(152,86,67,1);
}

.main-nav>li>a:after {
   
    background-color: #EFF1F7;
    background-color: rgba(239,241,247,1);
   
}

.main-nav li.uk-active>a {
    font-weight: 900;
    --text-opacity: 1;
    color: #985643;
    color: rgba(152,86,67,var(--text-opacity));
}

.uk-dropdown.lang-switcher a:hover {
    color: #985643;
}

.aside-nav>li a:hover, .aside-nav li.uk-active>a {
    font-weight: 900;
    --text-opacity: 1;
    color: #985643;
    color: rgba(152,86,67,var(--text-opacity));
}

.home-slide h2 span {
    color: #985643;
    color: rgba(152,86,67,1);
}



.from-gradient-primary-stop {
    --gradient-from-color: #985643;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(152,86,67,0));
}

.via-gradient-primary-middle {
    --gradient-via-color: #BFC7DE;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(239, 241, 247,0));
}

.to-gradient-primary-start {
    --gradient-to-color: #EFF1F7;
}

#home-overview h2 span {
    background: -webkit-gradient(linear,left top,right top,from(#985643),to(#BFC7DE));
    background: linear-gradient(90deg,#985643,#BFC7DE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#latest-news span {
    color: #985643;
}

.uk-button-custom {
    background-color: #0E1322;
    color: #fff;
    border: 1px solid transparent;
}
.uk-button-custom:focus, .uk-button-custom:hover {
    background-color: #BFC7DE;
    color: #fff;
}

h3.header, h4.header {
    font-family: lato,sans-serif;
    font-weight: 400;
    --text-opacity: 1;
    color: #985643;
    color: rgba(152,86,67,var(--text-opacity));
}

footer {
    background-image: -webkit-gradient(linear,left top,right top,from(var(--gradient-color-stops)));
    background-image: linear-gradient(90deg,var(--gradient-color-stops));
    --gradient-from-color: #BFC7DE;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(239, 241, 247,0));
    --gradient-via-color: #EFF1F7;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(239,241,247,0));
    --gradient-to-color: #BFC7DE;
    
}

footer, footer a, footer p, footer span {
    --text-opacity: 1;
    color: #fff;
    color: rgba(152,86,67,var(--text-opacity));
}

footer a:hover {
    color: #FFFFFF;
}