/* Colors */
.clr-gray-1{ color:#333333; }
.clr-gray-1{ color:#1a1a1a; }
.clr-brown-1{ color:#796950; }
.clr-red-1{ color:#e32d2a; }
.clr-blue-1{ color:#2371b3; }
.clr-yellow-1{ color:#f0a339; }
.clr-mauve-1{ color:#a33687; }
.clr-green-1{ color:#3fa43a; }
.clr-light-1{ color:#fcfcfc; }

/* Links */
.lk-gray-1{ color:#333333 !important; }
.lk-brown-1{ color:#796950 !important; }
.lk-red-1{ color:#e32d2a !important; }
.lk-blue-1{ color:#2371b3 !important; }
.lk-yellow-1{ color:#f0a339 !important; }
.lk-mauve-1{ color:#a33687 !important; }
.lk-green-1{ color:#3fa43a !important; }
.lk-light-1{ color:#fcfcfc !important; }

/* Buttons */
.btn-blue-1{
    background:#2371b3;
    color:#ffffff;
}
.btn-blue-1:hover{
    background:#3298ef;
    color:#ffffff;
}

/* Global */
body{ background:#fcfcfc; }
a:hover{ text-decoration:none; }

/* Color Barre */
.clr-barre{ height:5px; }
.clr-barre div:nth-child(1) > div{ background:#e32d2a;}
.clr-barre div:nth-child(2) > div{ background:#2371b3;}
.clr-barre div:nth-child(3) > div{ background:#f0a339;}
.clr-barre div:nth-child(4) > div{ background:#a33687;}
.clr-barre div:nth-child(5) > div{ background:#3fa43a;}

/* Header */
.header h1{
	color:#333333;
	font-weight:bold;
	font-size:1.25em;
	margin-top:15px;
}
.header a img{
	max-width:450px;
	width:100%;
	height:auto;
}
.header p span img{
	height:30px;
	width:auto;
}
/* Navbar */
.navbar{
	background:#fcfcfc;
	border-top:1px solid #796950;
	border-bottom:1px solid #796950;
}
.navbar .uk-sticky-fixed{
	background:#fcfcfc;
	border-bottom:1px solid #796950;
}
.navbar .uk-navbar-toggle{
	min-height:45px;
	color:#333333;
}
.navbar .uk-navbar-toggle:hover{
	color:#796950;
}
.navbar ul li a{
	min-height:45px;
	color:#333333;
}
.navbar ul li a:hover{
	color:#796950;
}
.navbar ul li.uk-active a{ color:#796950; }
.navbar .uk-navbar-dropdown{
	background:#fcfcfc;
	border-left:1px solid #796950;
	border-right:1px solid #796950;
	border-bottom:1px solid #796950;
}
.navbar .uk-navbar-dropdown ul li a{ color:#333333; }
.navbar .uk-navbar-dropdown ul li a:hover{ color:#796950; }

/* Presentation */
.presentation .uk-card{
	border-right:1px solid #796950; 
}
.presentation h3{
	color:#f0a339;
	font-weight:bold;
}
.presentation p{ color:#796950; }

/* Services */
.services h3{
	color:#796950;
	font-weight:bold;
	text-transform: uppercase;
}
.services .uk-card{
	border:1px solid #796950;
}
.services h4{
	border-bottom:1px solid #796950;
	padding-bottom: 15px;
    text-align:left;
}
.services h4 a:hover{ color:#796950; }
.services p{
	color:#796950;
	text-align: justify;
}
.services h5{
	text-align: left;
	margin:0 auto 15px auto;
	color:#333333;
	text-transform: uppercase;
	font-weight:bold;
}
.services ul{ text-align: left; }
.services ul li{ color:#796950; }
.services address{
    text-align: left;
    color:#796950;
}
.services form{ text-align: left; }
.services form label{ color:#796950; }
.services .uk-tab > .uk-active > a {
    color: #333333 !important;
    border-color: #796950;
}
.services .uk-tab > * > a {
    font-size:1em;
}
.services heading-line > ::before {
	border-bottom: calc(.2px + .05em) solid #796950 !important;
}

/* Copyright */
.copyright{
	padding:10px;
	border-top:1px solid #796950;
}
.copyright p{ margin-bottom:0; }