/* reset */

*{margin:0; padding:0}
a img{border:0; outline:none;}
img{max-width:100%;}
input, textarea{ outline:none; }

/* DEFAULT CSS */

body { max-width: 1920px;
margin: 0 auto; 
position: relative;
}

/* STYLE CSS */

.top-bar {
	background-color: #fff;
}


.top-bar-section li:not(.has-form) a:not(.button) {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	color: #000000;
	background-color: #fff;
	
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #fff;
	color: #c64b2a;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	background:url("../images/divider.png") no-repeat;
	width: 7px;
	border:none;
	position: relative;
	top:15px;

}

#logo {
	text-align: center;
	margin-bottom: 20px;
} 


#banner {
	background: url("../images/banner.jpg") no-repeat;
	text-align: center;
	padding-top: 230px;
	height: 607px;
}

#banner h1 {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 48px;
	background: -webkit-linear-gradient(#e4bf72, #a87c48);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#welcome {
	background: url("../images/light_grey.png");
	padding: 20px 0;
}

.img-shadow {
	-webkit-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.75);
}

#welcome h2 {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	color: #c64b2a;
	font-weight: bold;
}

#welcome p {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #212121;
	font-weight: 300;
}

#welcome .button {
	background-color: #212121;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
}

#welcome .button:hover {
	background-color: #393939;
}

#products {
	padding: 20px 0;
}

#products h2 {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	color: #c64b2a;
	font-weight: bold;
}

#products ul li {
	text-align: center;
}

#products ul li a:hover img {
	opacity: 0.8;
}

#products ul li h3 {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	color: #ffffff;
	position: relative;
	top: -60px;
}

#products ul li a:hover h3 {
	color: #111111;
}

.img-border {
	border: 1px solid #464646;
}

#contact {
	background: url("../images/contact-bg.jpg") no-repeat;
	background-size: cover;
	height: 480px;
	padding: 25px 0;
	text-align: center;
}

#contact h3{
	font-family: 'Merriweather', serif;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-top: 70px;
}

#contact .button {
	background-color: transparent;
	border: 3px solid #ffffff;
	font-family: 'Merriweather', serif;
	font-size: 30px;
	color: #ffffff;
	margin-top: 30px;
}

#contact .button:hover {
	background-color: #ffffff;
	color: #111111;
}

footer {
	background-color: #212121;
	padding: 15px 0;
}

footer p {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 0;
}

footer p a {
	color: #ffffff;
}

footer p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

footer .sns {
	margin-bottom: 0;
}

footer .sns li {
	display: inline;
	padding-right: 10px;
}

@media only screen and (max-width: 40em) { 
	.top-bar {
		background-color: #333333;
	}

	.divider {
		display: none;
	}
}