@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Lora', serif;
	font-size: 16px;
}

a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #2d0302;
}

a:hover {
	color: #dfa43e;
	text-decoration: none;
}
.brand-logo {
	font-family: 'Fjalla One', sans-serif;
}

.navbar-default .navbar-nav > li > a {
	color: #dfa43e;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

li.active a  {
	color: #fff !important;
}

h1 { font-size: 50px;}
h2 { font-size: 46px;}
h3 { font-size: 30px;}
h4 { font-size: 28px;}
h5 { font-size: 22px;}
h6 { font-size: 18px;}

h1, h2, h3, h4, h5 {
	color: #FFFFFF;
	font-family: 'Engagement', cursive;
}

#contact a {
	color: #2d0302;
}

#contact a:hover {
	color: #ae864c;
}

.color-white {
	color: #ffffff;
}

.color-fuchia {
	color: #2d3c40;
}

.color-black {
	color: #000;
}

.cont-logo {
	width: 446px;
	margin: -20px 0 0 0;
}

.k_errormessage {
	color: red;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-width: 0px) and (max-width: 679px) {
	.cont-logo {
		width: 146px;
		margin: -10px 0 0 0;
	}
	.bg-image {
		background: none !important;
	}
	.slide-show {
		height: auto !important;
	}
	.navbar-toggle {
		margin-top: 25px;
	}
	#navbar-ex-collapse {
		background: #270b07;
		margin-top: -15px;
	}
	.bg-content {
		color: #fff !important;
		margin-top: 90px;
		padding: 0 !important;
	}
	.color-fuchia {
		color: #ffffff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1390px) and (orientation : landscape) {
	.cont-logo {
		width: 346px;
		margin: -12px 0 0 0;
	}

	.bg-image {
		margin-top: -100px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1990px) and (orientation : landscape) {
	.cont-logo {
		width: 446px;
		margin: -20px 0 0 0;
	}

	.bg-image {
		margin-top: -70px;
	}
}


/*  DATE PICKER */