section.gallery {
	float: left;
	float: left;
	width: 100%;
	padding: 70px 0px 10% 0px;
}

section.gallery h2 {
	font-family: 'Noto Serif', serif;
    text-transform: uppercase;
	font-size: 80px;
	font-weight: 700;
	color: #B89E6C;
}

section.gallery p {
	font-size: 20px;
	color: #948E80;
	line-height: 30px;
	padding: 30px 0px;
	width: 50%;
	margin-left: 25%;
}

section.gallery div.more {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	line-height: 70px;
}

section.gallery div.more a {
	font-family: 'Unica One', cursive;
	font-size: 27px;
	color: #b89e6c;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

section.gallery div.more a:hover {
	color: #948E80;
}

ul#gall {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#gall li {
	float: left;
	display: inline-block;
	height: 300px;
	padding: 0.5%;
	width: 32.5%;
}

ul#gall li:nth-child(3n) {
	padding-right: 0px;
}

ul#gall li.wa1 {
	width: 25.3%;
}

ul#gall li.wa2 {
	width: 32.2%;
}

ul#gall li.wa3 {
	width: 40%;
}

ul#gall li.wb1 {
	width: 40%;
}

ul#gall li.wb2 {
	width: 25.3%;
}

ul#gall li.wb3 {
	width: 32.2%;
}

ul#gall li.wc1 {
	width: 32.2%;
}

ul#gall li.wc2 {
	width: 40%;
}

ul#gall li.wc3 {
	width: 25.3%;
}

ul#gall li a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'Cinzel Decorative', cursive;
	color: #948E80;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

ul#gall li a:hover {
	transform: scale(1.05);
}

ul#gall li a img {
	width: 114%;
   /* margin-top: -190px;*/
    margin-left: -10%;
    transition: all .3s;
}

ul#gall li.wa1 img, ul#gall li.wb2 img, ul#gall li.wc3 img {
	width: 130%;
	margin-left: -25%;
}

ul#gall li a span.overlay {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #2B3035;
	background-size: 50px 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}

ul#gall li a:hover span.overlay {
	opacity: 0.75;
}

ul#gall li a span.overtext {
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
	font-size: 18px;
	top: 40%;
	color: #B89E6C;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(-20px);
	transition: all .3s;
}

ul#gall li a:hover span.overtext {
	transform: translateY(0px);
	opacity: 0.9;
}

section.gallery div.more img {
	width: 100%;
}

ul.altmenu {
	float: left;
	width: 100%;
	padding: 30px 0px 40px 0px;
}

ul.altmenu li {
	float: left;
	display: inline;
	padding-right: 50px;
}

ul.altmenu li a {
	font-family: 'Unica One', cursive;
	font-size: 27px;
	color: #EFE5CA;
	text-decoration: none;
	text-transform: uppercase;
}

.fa-arrow-alt-circle-right {
	color: #B89E6C;
	padding-right: 5px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	
	ul#gall li.wa1, ul#gall li.wa2, ul#gall li.wa3, ul#gall li.wb1, ul#gall li.wb2, ul#gall li.wb3, ul#gall li.wc1, ul#gall li.wc2, ul#gall li.wc3 {
		height: 220px;
	}
	
	ul#gall li.wa1 img, ul#gall li.wb2 img, ul#gall li.wc3 img, ul#gall li img {
		width: 120% !important;
		margin-left: -10%;
		height: auto;
	}
	
	section.gallery div.more img {
		width: 100%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1199px) { 
	
	ul#gall {
		width: 90%;
		margin-left: 5%;
	}
	
	ul#gall li.wa1, ul#gall li.wa2, ul#gall li.wa3, ul#gall li.wb1, ul#gall li.wb2, ul#gall li.wb3, ul#gall li.wc1, ul#gall li.wc2, ul#gall li.wc3 {
		width: 32%;
		height: auto;
	}
		
	ul#gall li.wa1 img, ul#gall li.wb2 img, ul#gall li.wc3 img, ul#gall li img {
		width: 100% !important;
		margin-left: 0% !important;
	}
	
	ul#gall li { 
		padding: 0.25% 0.5%;
	}
	
	section.gallery div.more img {
		width: 100%;
	}
	
	section.gallery h2 {
		font-size: 60px;
	}
	
	section.gallery p {
		width: 75%;
		margin-left: 12.5%;
	}
}

@media screen and (min-width: 480px) and (max-width: 799px) { 
	
	section.gallery {
		padding-top: 6%;
		width: 90%;
		padding-left: 5%;
	}
	
	ul#gall {
		width: 96%;
		margin-left: 4%;
	}
	
	ul#gall li.wa1, ul#gall li.wa2, ul#gall li.wa3, ul#gall li.wb1, ul#gall li.wb2, ul#gall li.wb3, ul#gall li.wc1, ul#gall li.wc2, ul#gall li.wc3 {
		width: 49%;
		height: auto;
	}
	
	ul#gall li.wa1 img, ul#gall li.wb2 img, ul#gall li.wc3 img, ul#gall li img {
		width: 100% !important;
		margin-left: 0% !important;
	}
	
	ul#gall li:nth-child(3n) {
		padding-right: auto;
	}
	
	ul#gall li {
		width: 49% !important;
		padding: 0.5% 0px;
	}
	
	ul#gall li:nth-child(even) {
		float: right;
	}
	
	section.gallery h2 {
		font-size: 40px;
	}
	
	section.gallery p {
		width: 96%;
		margin-left: 2%;
	}
	
	section.gallery div.more {
		padding: 10px 0px 50px 0px;
		line-height: 40px;
	}

}

@media screen and (min-width: 310px) and (max-width: 479px) { 
	
	section.gallery {
		padding-top: 8%;
		width: 95%;
		padding-left: 5%;
	}
	
	section.gallery h2 {
		font-size: 24px;
		margin-left: 5%;
	}
	
	section.gallery p {
		width: 95%;
		margin-left: 5%;
		font-size: 16px;
		line-height: 20px;
	}
	
	ul#gall {
		width: 92%;
		margin-left: 5%;
	}
	
	ul#gall li.wa1, ul#gall li.wa2, ul#gall li.wa3, ul#gall li.wb1, ul#gall li.wb2, ul#gall li.wb3, ul#gall li.wc1, ul#gall li.wc2, ul#gall li.wc3 {
		width: 100%;
		height: auto;
	}
	
	ul#gall li.wa1 img, ul#gall li.wb2 img, ul#gall li.wc3 img, ul#gall li img {
		width: 100% !important;
		margin-left: 0% !important;
	}
	
	ul#gall li:nth-child(3n) {
		padding-right: auto;
	}
	
	ul#gall li {
		width: 100% !important;
		padding: 0.5% 0px;
	}
	
	ul#gall li:nth-child(even) {
		float: right;
	}
	
	section.gallery div.more {
		padding: 10px 0px 70px 0px;
		line-height: 20px;
	}
	
	section.gallery div.more img {
		display: none;
	}
	
	section.gallery div.more a {
		font-size: 20px;
	}
}


