body, html {
	font-family: 'Playfair Display', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	color: #333;
	font-size: 64px;
	font-weight: 800;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 42px;
	color: #333;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #222;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
#filters ul li a:hover h5, #filters ul li a.active h5 {
	background:  rgb(130, 69, 69);
	border-color:  rgb(130, 69, 69);
	color: #fff;
}
#filters ul li a h5{
	border-color: #555;
	color: #555;
	font-weight: 600;
	font-size: 12px;
	padding: 5px 10px;
}
hr {
	height: 6px;
	width: 70px;
	position: relative;
	background: #444;
	margin-bottom: 20px;
	margin-left: 0;
	border: 0;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.section-title {
	margin-bottom: 50px;
}
.btn-custom {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	color: #444;
	background-color: transparent;
	border: 2px solid #444;
	padding: 14px 20px;
	margin: 0;
	font-size: 14px;
	border-radius: 0;
	margin-top: 20px;
	margin-right: 30px;
	transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #eee;
	background-color: #444;
}
/* Header Section */
#gallery.intro {
	display: table;
	width: 100%;
	height: 100vh; 
	padding: 0;
	/* background: url(../img/intro-bg.jpg) center center no-repeat; */
	background-image: linear-gradient(to right, rgba(12, 2, 28, 0.9), rgba(179, 185, 212, 0.1)),url(../img/IMG_2245_blur.jpg);
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.header-btn-container{
	padding-top: 3em;
	margin-left: 30%;
}
.btn-hdr{
	/* box-shadow: 3px 3px 3px black; */
	background: transparent;
	border:2px solid #fff;
	color: #fff;
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro p {
	color: #444;
	margin: 10px 0 20px 0;
	font-size: 22px;
}
header .intro-text {
	padding-top: 250px;
	padding-bottom: 200px;
}
.logo img{
	width: 220px;
	margin-left: 5em;
	padding-left: 1em;
	/* border: none; */
}
.logo{
	margin-top:7%;
}
.page-scroll{
	color: #222 !important;
}
/* Portfolio Section */
#portfolio-wrap{
	width:100%;
}
.row-img {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
	width:90%;
	
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
	-ms-flex: 25%; /* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
  }
  
  .column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
	padding:10px;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
	.column {
	  -ms-flex: 50%;
	  flex: 50%;
	  max-width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 200px) {
	.column {
	  -ms-flex: 100%;
	  flex: 100%;
	  max-width: 100%;
	}
  }
.visible{
	display: flex;
}
.hidden{
	display: none;
}
#atelier-expand {
	 background: #ede6da; 
}
#atelier-expand .container{
	width: 90%;
	padding-top: 6em;
}
#filters{
	margin-left: 0;
}
#portfolio {
	padding: 20px 0 30px 0;
}

.categories {
	margin-bottom: 50px;
}
ul li{
	cursor: pointer;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-right: 20px;
}
ol.type li a {
	font-family: 'Montserrat', sans-serif;
	color: #444;
	font-size: 14px;
	padding: 10px 20px;
	border: 2px solid #444;
	border-radius: 0;
	text-transform: uppercase;
}
ol.type li a.active {
	background: rgb(152, 23, 23);
	color: #eee;
}
ol.type li a:hover {
	background: rgb(165, 16, 16);
	color: #eee;
}
.portfolio-item {
	margin: 10px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text .overlay-caption {
	display: table;
	height: 100%;
	width: 100%;
}
.hover-bg .hover-text .overlay-caption .overlay-content {
	display: table-cell;
	vertical-align: middle;
}
.hover-bg:hover .hover-text {
	opacity: 1;
}

.lb-data .lb-number {
	display: none !important;
}
@media screen and (min-width: 1800px) {
	.logo{
		margin-top:18%;
	}
	.header-btn-container{
		padding-top: 5em;
		margin-left: 40%;
	}
	#atelier-expand .container{
		width: 70%;
		padding-top: 6em;
	}
}
@media screen and (max-width: 768px) {
	.intro {
		height: 700px;
	}
	.logo-container {
		flex-direction: column;
		margin-top: 40%;
	}
	.logo img{
		width: 200px;
		margin-left: 27%;
	}
	.header-btn-container{
		padding-top: 3em;
	}
	.btn-hdr{
		margin-left: 10%;
	}
	#atelier-expand .container{
		width: 100%;
		padding-top: 6em;
	}
	#filters ul li a h5{
		font-size: 11px;
		padding: 2px 5px;
	}
}
/* Footer Section*/
section{
	min-height: 100vh;
	margin-bottom: -150px;
}
.push{
	height: 150px;
}

