@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #000;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
}
hr {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	border: 1px solid #85754e;
}

/*  */

header .header-wrapper {
	background: #85754e;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header-wrapper nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
header .header-wrapper nav a {
	display: inline-block;
	font-size: 1rem;
	padding: 1px 10px;
	border-right: 1px solid #FFF;
	color: #FFF;
}
header .header-wrapper nav a:last-of-type {
	border-right: none;
	display: none;
}
header .header-wrapper nav a:hover,header .header-wrapper nav a:focus {
	color: #000;
	text-decoration: none;
}
#main {
	margin-bottom: 50px;
}
#main .main-photo {
	display: flex;
	justify-content: center;
	align-items: center;
}
#main .main-photo .slick-slider {
	width: 100% !important;
}
#main .main-photo img {
	width: 100%;
	display: block;
}
#main .main-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
#main .main-content h1 {
	width: 70%;
	margin-bottom: 50px;
	display: inline-block;
}
#main .main-content h1 img {
	width: 100%;
	display: block;	
}
#main .main-content p {
	color: #FFF;
	font-weight: 700;
	font-size: 1rem;
	width: 70%;
}
#home-mid {
	margin-bottom: 50px;
	position: relative;
}
#home-mid .container {
	position: relative;
}
#home-mid .mid-content h2 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 30px;
	color: #85754e;
}
#home-mid .mid-content .subHeader {
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
#home-mid .mid-content .mid-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	text-align: center;
	gap: 10px;
}
#home-mid .mid-content .mid-links .mid-link {
	width: 24%;
}
#home-mid .mid-content .mid-links .mid-link .img-link {
	display: block;
	margin-bottom: 20px;
}
#home-mid .mid-content .mid-links .mid-link .img-link img {
	display: block;
	width: 100%;
}
#home-mid .mid-content .mid-links .mid-link .button-link {
	display: inline;
	margin-bottom: 30px;
	background: #262626;
	width: 75%;
	padding: 5px 10px;
	border: 1px solid #85754e;
	color: #85754e;
	font-size: 1rem;	
	text-decoration: none;
}
#home-mid .mid-content .mid-links .mid-link .button-link:hover,
#home-mid .mid-content .mid-links .mid-link .button-link:focus {
	background: #111;
	text-decoration: none;
}
#home-mid .mid-content .mid-links .mid-link .button-link span {
	text-shadow: 1px 1px 3px #000;
}
.lbox {
	display: block;
	margin-bottom: 20px;
}
.imgLink {
	display: block;
	margin-bottom: 20px;
}
.lbox img {
	display: block;
	width: 100%;
}
.imgLink img {
	display: block;
	width: 100%;
}
.modal-body img {
	width: 100%;
	display: block;
}
.bottom-right {
	
}
.bottom-right p {
	font-size: 1rem;
	color: #FFF;
	line-height: 1.5;
	margin-bottom: 20px;
}
.videoWrapper {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	height: 0;
}
.videoWrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}
.bottom-links {
  	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	text-align: center;
	/* margin-bottom: 50px; */
	margin-top: 50px;
}
.bottom-links a { 
	display: inline;
	margin-bottom: 30px;
	background: #262626;
	width: 300px;
	padding: 5px 10px;
	border: 1px solid #85754e;
	color: #85754e;
	font-size: 1rem;	
	text-decoration: none;
	text-transform: none;
}
.bottom-links a:hover,
.bottom-links a:focus {
	background: #111;
	text-decoration: none;
}
footer {
	background: #85754e;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer p {
	color: #FFF;
	font-size: 1rem;
}
.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.testimonials-wrapper {
	width:570px;
	/* position:absolute; */
	/* top:-230px;
	right:0; */
	z-index: 100;
	text-align:center;	
	overflow: hidden;
}
.testimonials p {
	font-family: "Georgia", serif;
	color:#FFF;
	font-size:24px;
	font-style:italic;
	margin-bottom:10px;
	width: 100% !important;
}
.testimonials p a {
	color: #FFF;
	text-decoration: none;
	display: block;
	line-height: 1.1;
	font-size: 20px;
}
.testimonials p a:hover, .testimonials p a:focus {
	color: #85754e;
	text-decoration: none;
}
.testimonials .cd-author-info li {
	color:#FFF;
	font-size:16px;
	width:100%;
	text-align:center;
}
.testimonials .slick-prev.slick-arrow,
.testimonials .slick-next.slick-arrow {
	display:none !important;	
}
.modal-content {
	position: relative;
}
.closebutton {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 111111;
	display: inline-block;
	width: 36px;
	height: 36px;
}
.closebutton img {
	width: 100%;
	height: auto;
}
.modal-body {
	padding: 5px;
}
.social {
	display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
}
.social a {
	width: 45px;
	height: 45px;
	margin: 0 20px 10px 0;
	/* float:left; */
	display:block;
	opacity:0.6;
	background-size:100% 100%;
}
.social a img {
	width:100%;	
}
.social a:hover {
	opacity:1;
	cursor:pointer;	
}

@media screen and (max-width: 1200px) {
	
.testimonials-wrapper {
	width:420px;
	position:absolute;
	top:-200px;
	right:30px;
	z-index: 100;
	text-align:center;	
	overflow: hidden;
}
	
}

@media screen and (max-width: 1200px) {
	
.testimonials-wrapper {
	width:420px;
	position:absolute;
	top:-200px;
	right:30px;
}
	
}

@media screen and (max-width: 992px) {
	
.testimonials-wrapper {
	width:100%;
	position:relative;
	top:auto;
	right:auto;
	margin: 0 0 30px 0;
}
#main .main-content h1 {
	margin-top: 50px;
	margin-bottom: 0;
}
	
}

@media screen and (max-width: 600px) {
  #nav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  #nav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #nav.responsive {position: relative;}
  #nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #nav.responsive .dropdown {float: none;}
  #nav.responsive .dropdown-content {position: relative;}
  #nav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  #main .main-content h1 {
    width: 70%;
    margin-bottom: 0;
    padding: 50px 0;
    display: inline-block;
  }
  #main {
	margin-bottom: 0;
  }
  header .header-wrapper nav a:last-of-type {
	display: inline-block;
	}
  #home-mid .mid-content h2 span {
	display: inline-block;
  }
  #home-mid .mid-content .mid-links {
    flex-wrap: wrap;
  }
  #home-mid .mid-content .mid-links .mid-link {
    width: 48%;
    margin-bottom: 30px;
  }
	#main .main-content h1 {
		margin-top: 0;
	}
	.bottom-left {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	.bottom-left .lbox {
		width:48%;
	}
	.imgLink {
		width: 48%;
	}
	.imgLink img {
		max-width: 100%;
		height: 100%;
	}
	.bottom-links {
		flex-direction: column;
	}
	#home-mid {
		margin-bottom: 20px;
	}
	.modal-content {
		width: 90%;
		margin-left: 5%;
		margin-top: 30px;
	}
}