/*---- GEN ----*/

html {
	font-size: 137.5%; /*22px*/
	font-family: 'Lato', sans-serif;
	color: #404042;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, span, .uk-link {
	font-family: 'Playfair Display', serif;
}
h1 {
	font-size: 4.20rem;
}
h2 {
	font-size: 3.15rem;
	color: #809482;
}
h3 {
	font-size: 2.36rem;
}
h4 {
	font-size: 1.77rem;
}
h5, .uk-text-lead {
	font-size: 1.33rem;
}
h6 {
	font-size: 0.64rem;
}
.uk-text-small {
	font-size: 0.75rem;
}

a{
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #809482;
}
.uk-light {
	color: #fff;
}
.uk-light .uk-link, .uk-light .uk-link:hover {
	color: #c2e7cf;
	text-decoration: none;
}
.uk-link, .uk-link:hover {
	color: #809482;	
	text-decoration: none;
}
.uk-link::after {
	content: ' »';
	transition: padding 0.3s;
}
.uk-link:hover::after {
	padding-left: 15px;
}
.uk-button {
	font-size: 0.75rem;
	line-height: 50px;
	padding-left: 0 25px;
}
.uk-button-primary {
	background: #809482;
	border: 1px solid #809482;
}
.uk-button-primary:hover{
	color: #404042;
	background: transparent;
}
.uk-button-secondary {
	background: #404042;
	border: 1px solid #404042;
}
.uk-button-secondary:hover {
	color: #404042;
	background: transparent;
}

.uk-background-primary {
	background: #809482;
}
.uk-background-secondary {
	background: #404042;
}
.uk-background-muted {
	background: #d9d9d9;
}

/*---- EYECATCHER ----*/

.uk-logo{
	width: 250px;
}
header {
	position: relative;
	z-index: 1;
}
.slideshow {
	margin-top: -110px;
}
/*.slideshow .uk-light a {
	color: #fff;
}*/

/*---- QUOTES ----*/
.quote *{
	color: #404042;
}
.quote h5 {
	margin:  0;
}
.quote h4 {
	margin: 0 0 0 80px;
}

/*---- FAQ ----*/

ul.faq {
	list-style: none;
	padding-left: 0;
}

/*---- SWITCHER ----*/

.switcher h3 a{
	opacity: 0.45;
	transition: opacity 0.3s;
}
.switcher h3:not(.uk-active) a::after{
	content: ' »';
	transition: padding 0.3s;
}
.switcher h3 a:hover {
	text-decoration: none;
	opacity: 1;
}
.switcher h3 a:hover::after {
	padding-left: 20px;
}
.switcher .uk-active a {
	opacity: 1;
}
.switcher .uk-active a::before{
	content: '— ';
}

/*---- FORM ----*/

.uk-input, .uk-select, .uk-textarea {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #d4d4d4;
	font-size: .8rem;
	color: #404042;
}
.uk-input::placeholder, .uk-textarea::placeholder, {
	color: #aeaeae;
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus{
	border-bottom-color: #809482;
	color: #404042;
}

/*---- FOOTER ----*/

footer h6 {
	opacity: 0.6;
}
footer a {
	font-size: 0.64rem;
	opacity: 0.6;
}
footer a:hover {
	opacity: 1;
	text-decoration: none;
}

/*---- QUERIES ----*/

@media screen and (max-width: 1100px){
	html{
		font-size: 1.2rem;
	}
	.uk-button{
		line-height: 40px;
		padding: 0 25px;
	}	
	.slideshow .uk-padding {
		padding: 0;
	}
	form .uk-margin {
		margin-bottom:  10px;
	}
	.uk-input, .uk-select:not([multiple]):not([size]) {
		height: 35px;
	}
	footer img {
		height: 20px;
	}
}

@media screen and (max-width:  900px) {
	.slideshow h1{
		color: #fff;
		text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	}
	.slideshow p{
		color: #fff;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.5);
	}
	.quote *{
		text-align: center;
	}
	.quote h4 {
		margin: 0;
	}
}

@media screen and (max-width:  639px){
	.slideshow{
		margin-top: -167px;
	}
}

@media screen and (max-width: 550px){
	html{
		font-size: 1rem;
	}
	.slideshow {
		margin-top: -146px;
	}
	.uk-logo {
		width: 200px;
	}
	.uk-input, .uk-select:not([multiple]):not([size]){
		height: 25px;
	}
	.uk-button{
		line-height: 33px;
		padding: 0 15px;
	}
	footer img {
		height: 15px;
	}
	.uk-slideshow .uk-link{
		color: #fff;
		text-shadow: 0 0 10px black;
		font-size: 18px;
	}
}

@media screen and (min-width: 1700px){
	html{
		font-size: 1.5rem;
	}
	.uk-logo{
		width: 300px;
	}
	.slideshow {
		margin-top: -124px;
	}
}