/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html,
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
}

body {
  font-size: 16px;
}

a:link,
a:visited {
	color: #b8a718;
	-webkit-transition: color 300ms ease-in;
	-ms-transition: color 300ms ease-in;
	transition: color 300ms ease-in;
}

a:hover {
	color: #eee8cb;
}

.logo {
	max-height: 100px;
	max-width: 250px;
	margin: 0 auto;
	image-rendering: -webkit-optimize-contrast;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 2vw;
	font-weight: 700;
	font-size: 16px;
}

@media(min-width: 992px) {
	h1 {
		letter-spacing: 20px;
	}
}


h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

footer {
	padding-top: 140px;
	background-image: url('../img/footer.png');
	min-height: 370px;
	background-repeat: repeat-y;
	color: #ffffff;
	
}

footer a:link,
footer a:visited {
	color: #ffffff;
}

.footer-text {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.slick-prev:before, .slick-next:before {
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.slick-prev:before {
	content: "\f053";
}

.slick-next:before {
	content: "\f054";
}