@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@font-face {
	font-family: 'VerlagBook';
	src: url('../fonts/Verlag-Book.otf')  format('opentype'); /* Safari, Android, iOS */
  }
*{
	box-sizing: border-box;
	/*font-family: 'Cormorant Garamond', serif;*/
	font-family: 'VerlagBook';
}

body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.selector{
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.body{
	margin: 0 64px;
    background-color: #e2ddd5;
}
.head {
	/*margin-top:24px;*/
}

.header{
	margin: 0 0 12px 0;
	text-align: center;
}

.header > a > .logo{
    margin: 40px 0 0px 0;
	width: 220px;
}

.nav{
	margin: 0;
	padding: 0;
	text-align: right; /*center*/
	position: relative;
}

.nav > .nav-list{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	right: 0;
}

.nav > .nav-list > li{
	margin-right: 28px;
	display: inline-block;
}

.nav > .nav-list > li:last-child{
    margin-right: 0px;
}

.nav > .nav-list > li > a{
	font-size: 12px;
	color: #504742;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.nav > .nav-list > .active > a{
	color: #392e25;
}

.nav > .nav-list > li > a:hover{
	color: #392e25;
}

/*MOBILE NAV*/

#burger{
    position: absolute;
    top: 24px;
    right: 24px;
    display: none;
}

#burger > img{
    width: 24px;
    opacity: 0.3;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

.mobile-nav{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 99;
	text-align: center;
	background-color: #e2ded5;
	display: none;
}

.mobile-nav > .nav-list{
	margin: 64px;
	padding: 0;
	list-style: none;
}

.mobile-nav > .nav-list > li{
	display: block;
}

.mobile-nav > .nav-list > li > a{
	padding: 16px 6px;
	font-size: 16px;
	color: #4b4138;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.mobile-nav > .nav-list > .active > a{
	color: #392e25;
}

.mobile-nav > .nav-list > li > a:hover{
	color: #392e25;
}

.mobile-nav > .mn-close{
	font-size: 24px;
	font-weight: 20;
	position: absolute;
	top: 12px;
	right: 18px;
	color: #59504b;
	opacity: 0.4;
	display: inline-block;
	cursor: pointer;
}

/*MOBILE NAV END*/

.sm-modal{
	margin: 0;
	padding: 72px 12px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	background-color: #e2ded5;
    /*overflow-y: scroll;*/
    overflow-y: none;
	display: none;
}

.sm-modal > .sm-modal-header{
	position: relative;
}

.sm-modal > .sm-modal-header > .close{
	font-size: 24px;
	font-weight: 20;
	position: absolute;
	top: -56px;
	right: 6px;
	color: #59504b;
	opacity: 0.4;
	display: inline-block;
}

.sm-modal > .sm-modal-img{
	width: 100%;
	max-width: 720px;
}

.about-link{
	margin-top: 18px;
	margin-bottom: 16px; 
	font-size: 14px;
	letter-spacing: 0px;
	color: #4b4138;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.about-link:hover{
	color: #392e25;
}

.about-frame{
	width: 720px;
	margin: 64px auto 0 auto;
	padding: 0;
}

.about-title{
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #504742;
	text-transform: uppercase;
}

.about-info{
	font-size: 14px;
	line-height: 24px;
	color: #504742;
}

.about-section{
	margin-top: 48px;
	padding-top: 48px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.as-title{
	margin-bottom: 24px;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.5px;
	color: #504742;
	text-transform: uppercase;
	text-align: center;
}

.as-cl{
	margin-bottom: 32px;
	color: #504742;
}

.about-section > .about-contacts{
	text-align: center;
	color: #504742;
}

.about-section > .about-contacts > .ac-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-section > .about-contacts > .ac-list > li{
	margin-bottom: 12px;
	color: #504742;
}

.acl-list{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.acl-list > li{
	margin-bottom: 8px;
	font-size: 16px;
	color: #504742;
}

.store-frame{
    margin: 180px 0;
}

.store-title{
    font-size: 16px;
    color: #534741;
    text-align: center;
    text-transform: uppercase;
}

.project-title{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.2px;
	font-weight: 600;
	color: #504742;
}

.project-title > a{
	font-size: 14px;
	letter-spacing: 0px;
	color: #504742;
	font-weight: bold;
	float: right;
	display: inline-block;
	text-transform: uppercase;
}

.project-title > a:hover{
	color: #392e25;
}

.single-view{
	padding: 0 64px;
}

.single-view > img{
	width: 100%;
	height: auto;
}

.row{
    width: 100%;
    display: block;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.row .col-2{
    width: 50%;
	padding: 0 24px;
    float: left;
}

.row .col-3{
    width: 33.3%;
	padding: 0 12px;
    float: left;
}

#photos {
	/* Prevent vertical gaps */
	line-height: 0;
   
	-webkit-column-count: 3;
	-webkit-column-gap:   12px;
	-moz-column-count:    3;
	-moz-column-gap:      12px;
	column-count:         3;
	column-gap:           12px;
}

#work {
	/* Prevent vertical gaps */
	line-height: 0;
   
	-webkit-column-count: 2;
	-webkit-column-gap:   12px;
	-moz-column-count:    2;
	-moz-column-gap:      12px;
	column-count:         2;
	column-gap:           12px;
}

#work > .photo-frame,
#photos > .photo-frame{
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
	margin-bottom: 12px;
	position: relative;
}

#work > .photo-frame > img,
#photos > .photo-frame > img{
	/* Just in case there are inline attributes */
	width: 100% !important;
	height: auto !important;
}

#work > .photo-frame > .photo-title,
#photos > .photo-frame > .photo-title{
	margin: 0;
	padding: 0;
	font-size: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
	color: white;
	font-weight: bold;
	/*text-transform: uppercase;*/
	vertical-align: middle;
	text-align: center;
	font-family: 'VerlagBook';/*'Cormorant Garamond', serif*/
	cursor: pointer;
	transition: 0.9s;
	display: none;
}

#work > .photo-frame:hover > .photo-title,
#photos > .photo-frame:hover > .photo-title{
	display: flex;
	align-items:center;
    justify-content:center;
}

.footer{
	margin: 64px 0 24px 0;
	font-size: 16px;
	color: #504742;
	text-align: center;
	display: block;
}

.footer > a{
	color: #4b4138;
	font-weight: 600;
	text-decoration: none;
}

.footer > a:hover{
	color: #392e25;
}

.footer-links{
	margin-bottom: 48px;
	text-align: center;
}

.footer-links > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links > ul > li{
	margin: 0 8px;
	display: inline-block;
}

.footer-links > ul > li > a{
	font-size: 20px;
	color: #9b9794;
	text-decoration: none;
}

@media(max-width: 1200px){
	
	#photos{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	
	.single-view{
		padding: 0 24px;
	}
	
}

@media(max-width: 1000px){
	
	.body{
		margin: 0 32px;
	}
	
	#photos{
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
  
}

@media(max-width: 800px){
	
	.body{
		margin: 0 16px;
	}
	
	.header{
		margin: 0 0 12px 0;
		text-align: center;
	}
	
	.nav{
	    display: none;
	}
	
	#burger{
	    display: block;
	}
	
	.about-link{
		margin-top: 0px;
		margin-bottom: 6px; 
	}

	.about-frame{
		width: 100%;
		margin: 44px auto 0 auto;
		padding: 0;
	}
	
	#photos{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	#work{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	.footer{
		margin: 48px 0 24px 0;
	}
	
	.single-view{
		padding: 0 0px;
	}
  
}

@media(max-width: 600px){
	
	.row .col-2{
		width: 100%;
		padding: 0 12px;
		padding-bottom: 36px;
		float: left;
	}
	
	.row .col-3{
		width: 100%;
		padding: 0 12px;
		float: left;
	}
	
}

@media(max-width: 400px){
	
	.body{
		margin: 0 12px;
	}
	
	#photos{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
  
}