h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

p,
ul,
ol {
	font-family: 'Raleway', sans-serif;
	font-size: 20px
}

.alert {
	color: #ff0000;
}

.header-block {
	text-align: center;
	background-color: #faebd7;
	margin-top: 1em;

}

/* Hero image */
.banner-image {
	/* Set a specific height */

	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.hero-image {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/img-hero/wine-banner.jpg");

	/* Set a specific height */

	height: 50%;

	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

/* Place text in the middle of the image */
.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.large-image {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 20px;

}

.image-caption {
	text-align: center;
	width: 100%;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0.1em;
}

.top-bar {
	height: 3.5rem;
	padding-top: .25rem;
	margin-bottom: 1rem;
}

.top-bar img {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 2px;
	width: auto;
	height: 42px;
}

.top-bar.expanded .title-area,
.contain-to-grid,
.top-bar,
.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #ede6dd;
	color: #333;

}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
	color: #000;
	font-size: 20px
}

.panel.header {
	background-color: #333;
	color: #fff;
	margin: auto;
	border: none;
	height: auto;
	padding: 7px 20px;
	text-align: center;
}

.panel.header h3 {
	color: #fff;
	text-transform: uppercase;
	
}
.panel.header p {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.panel.header a {
	color: #fff;
	text-decoration: underline
}

.panel.alert {
	background-color: #303841;
	color: #fff;
	font-weight: bold;
}


.sign-up-form {
	margin: auto;
	padding-top: 3em;
}

.panel.footer {
	background-color: #333333;
	color: #fff;
	margin-bottom: auto;
	font-family: 'Raleway', sans-serif;
}

.panel.footer a {
	color: #ffffff
}

.panel.footer img {
	height: 25px;
	width: auto;
	margin: 5px;
}

.panel.footer hr {
	color: #f0f8ff;
	width: 10em;
	text-align: left;
}

.panel.footer li {
	color: #ffffff;
}

.copyright {
	padding: 10px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
}

.staff-photo {
	font-family: sans-serif;
	font-size: 0.95em;
	margin-top: 20px;
	text-align: center;
	width: 465px;
}

.slideshow-container {
	max-width: 1200px;
	position: relative;
	margin: auto;
}

.responsive {
	max-width: 100%;
	height: auto;
}

/*Call to action box*/

.contact-box h2 {
	background-color: #303841;
	color: whitesmoke;
	padding: 2rem 1rem 2rem 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/*Contact form success message*/
.success {
	color: #ac0b24;
	background-color: #faebd7;
	padding: 0.75em;
	font-weight: bold;
	font-size: 18px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

/*Hide honeypot for contact form spambots*/
.contact-nofill {
	display: none
}

@media only screen and (min-width: 40.063em) {

	button.expand,
	.button.expand {
		width: 30em;
		margin-bottom: 3em;

	}

}
