/*font-family: 'Oswald', sans-serif;
font-family: 'Josefin Slab', serif; */


html,
body,
div,
head,
main,
footer,
h1,
h2 {
	margin: 0;
	padding: 0;
}



main {
	width: 1060px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #190f06;
}

a:hover {
	color: #bb5002;
}



.shadow{
	box-shadow: 0px 5px 2px rgba(0,0,0, .5);
	margin-bottom: 20px;
}

.center{
	display: flex;
	align-items: center;
	margin:1em 0;
}

.center::before, .center::after{
	content:'';
		flex:1;
	border-bottom: 2px solid #7a5626;
}


.center::before{
	margin-right: .50em;
}

.center::after{
	margin-left: .50em;
}

.clear{
	clear:both;
}

p, form{
	
	font-size: 20px;
	font-family: 'Josefin Slab', serif;
	
}

.line-right{
	display: flex;
	align-items :center;
}

.line-right::after{
	content: '';
	flex:1;
	margin: 0 0 0 .75em;
	border-bottom: 2px solid #fee3ac;
	
}

h1,
h2,
h3,
h4,
ul {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

h1, header h1 a:hover{
	color: #190f06;
	font-size :64px;
}

h2, header h2 a, header h2 a:hover{
	font-size: 31px;
	margin-top: -25px;
	letter-spacing: -0.015em;
	color: #7a5626;
}

h3{
	font-size:26px;
}


.m-hr{
	margin: -40px 0 30px 0;
}


nav{
	position: relative;
	top: -81px;
	left:308px;
}


nav ul{
	list-style:none;
}

.current a{
	color:#bb5002;
}

nav ul li{
	display: inline;
	padding-left: 30px;
	font-size: 22px;
	position:relative;
}


nav ul li ul{
	display: none;
}

nav ul li:hover ul{
	display: inherit;
	position:absolute;
	top:30px;
	left:-10px;
}

nav ul li ul li {

	display: block;
	background: rgb(25, 15, 6, 0.7);
	padding: 0 0 0px 19px;
	width: 91px;
	height: 35px;
}

nav ul li ul li a {
	color: #fee3ac;
	font-size: 16px;
}



.col{
	float: left;
	margin-right:20px;
	margin-bottom: 18px;
}

.last{
	margin: 0 !important;
}

.col-4-12{
	width: 340px;
}

.col-3-12{
	width: 250px;
}



.dropcap{
	
font-family: 'Oswald', sans-serif;
float : left;
font-variant: small-caps;
font-size: 65px;
font-weight: 700;
line-height: 1;	
margin: 0px 17px 0 0;
}


.inlay{
float:right;
margin : 0 0 0 10px;
}





input, textarea{
	border: 1px solid #c85303;
	width: 100%;
}

.submit{
	height:30px;
	width:50%;
	font-variant: small-caps;
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	background: rgba(200,83,3,1);
	color: #fee3ac;
	font-weight: 500;

}

.submit:hover{
	background: rgba(200,83,3,.5);
	color: #190f06;
}


.text-center{
	text-align: center;
	font-size: 18px;
	color:#fee3ac;
}

footer{
	height: 45px;
	background: #c85303;
	margin: 30px 0;
	padding:10px 0;
}


footer a{
	color: #fff;
	font-weight: 700;
}

footer a:hover{
	color: #fee3ac;
}


table{
	width: 1000px;
	background: #f00;
	padding: 50px;
}

tr{
	background: #fff;
	
}

td{
	padding: 20px;
}


.anim {
	display: block;
	width: 100%;
	height: auto;
}

.container,
.container-2,
.container-3,
.container-4,
.container-5,
.container-6 {
	position: relative;
	width: 100%;
}

.container:hover .overlay {
	opacity: 1;
}

.container-2:hover .overlay-2 {
	bottom: 0;
	height: 100%;
}

.container-3:hover .overlay-3 {
	width: 100%;
	left: 0;
}

.container-4:hover .overlay-4 {
	width: 100%;

}

.image-box {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.container-5:hover .image-box {
	
	opacity: 0.3;
}

.container-5:hover .middle {
	opacity: 1;
}

.container-5{
	background-color: rgba(25, 15, 6, 1);
}


.container-6:hover .overlay-6 {
	height: 100%;
}


.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(25, 15, 6, 0.65);
}

.overlay-2 {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(25, 15, 6, 0.65);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.overlay-3 {
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	background-color: rgba(25, 15, 6, 0.65);
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
}

.overlay-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(25, 15, 6, 0.65);
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
}

.overlay-6 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(25, 15, 6, 0.65);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}


.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-box {
	background-color: rgba(25, 15, 6, 1);
	color: white;
	font-size: 20px;
	padding: 16px 32px;
}



































































































































