.home-slide{height: 971px;}
#social{margin-top: 0px;}
.fa-6 {
		font-family: "Font Awesome\ 6 Brands";
	}
	
.text-white {color: #ffffff;}

a {
    color: #C99D67;
}

a:hover {
    color: #152C2D;
}

/*dark-grey */
.text-grey-500 {
    color: #515151;
    color: rgba(81, 81, 81,1);
}



/* dark teal */
.text-primary-500 {
    color: #152C2D;
    color: rgba(21, 44, 45,1);
}

.border-primary-500 {
   
    border-color: #152C2D;
    border-color: rgba(21, 44, 45,1);
}

.hover\:text-primary-500:hover {
    color: #152C2D;
    color: rgba(21, 44, 45,1);
}

.bg-primary-500 {
    --bg-opacity: 1;
    background-color: #152C2D;
    background-color: rgba(21, 44, 45,var(--bg-opacity));
}

.bg-secondary-500 {
    --bg-opacity: 1;
    background-color: #152C2D;
    background-color: rgba(21, 44, 45,var(--bg-opacity));
}

.bg-secondary-800 {
    background-color: #152C2D;
    background-color: rgba(21, 44, 45, .9);
}




/*purple/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-black-400 {
    background-color: #000000;
    background-color: rgba(0, 0, 0, .4);
}

/*gold */

.text-gold {
    color: #C99D67;
}

.text-tertiary-500 {
     color: #C99D67;
    color: rgba(201, 157, 103,1);
}

.bg-tertiary-800 {
   --bg-opacity: 1;
    background-color: #C99D67;
    background-color: rgba(201, 157, 103,var(--bg-opacity));
}

.hover\:bg-tertiary-500:hover {
    --bg-opacity: 1;
    background-color: #C99D67;
    background-color: rgba(201, 157, 103,var(--bg-opacity));
}



.header-container {
    /*background-color: #3b3b3b;*/
    background-color: #152C2D;
    height: 110px;
}

.header-container.scrolled {
   /*background-color: #3b3b3b;*/
    background-color: #152C2D;
    height: 130px;
}

.main-nav>li {
   /* text-transform: uppercase; */
    text-transform: none;
}

.main-nav>li a:hover {
    color: #C99D67;
    color: rgba(201, 157, 103,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: #C99D67;
    color: rgba(201, 157, 103,var(--text-opacity));
}

.main-nav .uk-dropdown {
    background: #152C2D;
}
.uk-dropdown.lang-switcher a:hover {
    color: #985643;
}

.aside-nav>li a {
    --text-opacity: 1;
    color: #C99D67;
    color: rgba(201, 157, 103,var(--text-opacity));
}

.aside-nav>li a:hover, .aside-nav li.uk-active>a {
    font-weight: 900;
    --text-opacity: 1;
    color: #152C2D;
    color: rgba(21, 44, 45,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 {
    color: #C99D67;
    background: -webkit-gradient(linear,left top,right top,from(#C99D67),to(#C99D67));
    background: linear-gradient(90deg,#C99D67,#C99D67);
    /*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: #152C2D;
}

.uk-button-custom {
    background-color: #152C2D;
    color: #fff;
    border: 1px solid transparent;
}
.uk-button-custom:focus, .uk-button-custom:hover {
    background-color: #D9BD8F;
    color: #fff;
    border: 1px solid transparent;
}

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: #152C2D;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-to-color,rgba(21, 44, 45,0));
    --gradient-via-color: #152C2D;
    --gradient-color-stops: var(--gradient-from-color),var(--gradient-via-color),var(--gradient-to-color,rgba(21, 44, 45,0));
    --gradient-to-color: #152C2D;
    
}

footer, footer a, footer p, footer span {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--text-opacity));
}

footer a:hover {
    color: #C99D67;
}

