/*
Colors:
#B39347
#FFE199
#FFD980

#214EB8
#CCDBFF
*/

html {
  scroll-behavior: smooth;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
}

h1 {
	color: #FFFFFF !important;
	text-shadow: 2px 2px #000000;
}

h2 {
	color: #663300 !important;
}

h3 {
	color: #c68c53 !important;
	font-size: 16px !important;
}

h4 {
	color:  #663300 !important;
	font-style: italic; 
}

h6 {
	color: #B39347;
}

p {
	color:  #331a00;
}

section {
	padding: 42px;
}

.navbar {
	background-color: #331a00;
	color: #FFFFFF;
	min-width: 325px;
	border-bottom: 2px solid #ecd9c6;
}

.navbar a {
	color: #FFFFFF;
}

.navbar a:hover {
	color: #ecd9c6;
}

.navbar-brand {
	color: #ecd9c6 !important;
}

.navbar-toggler {
	padding: 0 !important;
}

.toggle-icon {
	font-size: 32px;
	color: #214EB8;
	padding-top: 8px;
}

.hero {
	background-color: #FFD980 !important;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0 !important;
}

.hero p {
	color: #ecd9c6;
	text-shadow: 2px 2px #000000;
	font-size: 18px;
}

.tinted-section {
	background-color: #FFE199;
}

.btn-callout {
	background-color: #FFD980;
	color:  #214EB8;
	border: 2px solid #B39347 !important;
}

.btn-callout:hover {
	background-color: #B39347;
	color: #FFD980;
	border: 2px solid #FFD980;
}

.contact-btn {
	margin-left: 20px;
}

.section-buffer {
	margin-bottom: 50px;
}

.testimonial {
	font-size: 12px;
	width: 70%;
	margin: auto;
	font-style: italic;
	font-weight: bold;
	color: #663300;
	margin-top: 30px;
	border-left: 1px solid #663300;
	padding-left: 10px;
}

footer {
	height: 120px;
	background-color: #331a00;
	color: #ecd9c6;
	text-align: center;
	padding: 32px;
}

#slide_cont {
 box-shadow:0px 0px 10px 0px silver;
 width:600px;
 height:400px;
 margin-top:50px;
}
#slideshow_image {
 width:600px;
 height:400px;
}
#prev_image,#next_image {
 width:40px;
 height:40px;
 margin: 10px;
}

@media only screen and (max-width: 620px){
	#slideshow_image
	{
	 width:300px;
	 height:200px;
	}
	#slide_cont {
		width:300px;
	 height:200px;
	}
}