@charset "UTF-8";
html{
	scroll-behavior: smooth;
}
.clearfix::after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
body{
	height: 100vh;
	margin: 0;
}
h1, h2, h3, h4, p, a{
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-decoration-color: #CCCCCC;
	padding-bottom: 18px;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
a:hover{
	text-decoration-color: #000000;
}
header p,
header a,
header .tommb{
	font-family:  brandon-grotesque, sans-serif;
	font-size: 21px;
	line-height: 30px;
    padding: 18px 0 15px 0;
}
.tommb{
	margin-right: 9px;
}
header a{
	padding: 0;
}
.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active,
#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active{
	text-decoration: none;
}
.navigation .flag{
	margin-top: -3px;
}
footer a{
	color: #AAAAAA;
}
h1{
	font-family:  brandon-grotesque, sans-serif;
	font-size: 54px;
	line-height: 48px;
	letter-spacing: -1px;
	margin-top: 72px;
	margin-bottom: 18px;
}
.inline-me{
	display: inline-block;
}
.upper-me{
	text-transform: uppercase;
	letter-spacing: 2px;
}
.pad-me{
	padding: 0 18px;
}
.pad-me-less{
	padding: 0 12px 0 6px;
}
.embolden{
	font-weight: 600;
}
.lefter{
	float: left;
	justify-self: left;
}
.righter{
	float: right;
	justify-self: right;
}
.container{
	width: 94%;
	margin: 0 3%;
	display: block;
}
.container-grid{
	width: 94.5%;
	padding-top: 60px;
	margin: 0 auto;
	display: block;
}
header{
	position: relative;
	z-index: 999;
}
.navigation{
	position: fixed;
	z-index: 100;
}
.light-grey{
	color: #CCCCCC;
}
#burger-box{
	padding-top: 21px;
}
#burger{
	z-index: 999;
	margin-top: 24px;
	margin-right: 0;
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #CCCCCC;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#burger:hover span{
	background: #999999;
}
#burger span:nth-child(1) {
	top: 0px;
}
#burger span:nth-child(2),#burger span:nth-child(3) {
	top: 9px;
}
#burger span:nth-child(4) {
	top: 18px;
}
#burger.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#burger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#menu .thumbnail{
	width: 60px;
}
header h1{
	width: 180px;
}
.navigation .righter{
	position: relative;
}
.album-navigation{
	position: absolute;
	right: 21px;
	padding-right: 48px;
	width: 120px;
}
.album-navigation a{
	position: absolute;
	width: 30px;
	height: 30px;
}
a.album-title{
	text-decoration: none;
}
.page-counter{
	padding: 0 21px;
	color: #CCCCCC;
}
.current-page{
	color: #666666;
}
.button{
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	padding: 18px 30px;
}
.button:hover{
	border: 1px solid #333333;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}
#previous svg{
	padding-right: 12px;
}
#next svg{
	padding-left: 12px;
}
.previous-page{
	left: -30px;
}
.next-page{
	right: 30px;
}
.button svg path{
	fill: none;
	stroke: #CCCCCC;
	stroke-width: 1;
	stroke-miterlimit: 10;
}
.button:hover svg path{
	stroke: #333333;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.photo-grid{
	flex: 24.5%;
	max-width: 24.5%;
	position: relative;
	margin: 0.25%;
	padding-bottom: 0;
}
.photo-grid li{
	padding-bottom: 95%;
}
.photo-grid img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.photo-grid p{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	color: #FFF;
	text-align: center;
	opacity: 0%;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.photo-grid:hover p{
	opacity: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	transition: opacity 0.5s;
}
.photo{
	overflow: hidden;
}
.album{
	display: grid;
	height: 100%;
	clear: both;
	padding-top: 66px;
	padding-bottom: 72px;
}
.album:last-child{
	padding-bottom: 81px;
}
.photo img{
	max-width: 100%;
	max-height: 80vh;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.flagpole,
img.flagpole{
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 3px;
	margin-right: 3px;
}
img.flagpole{
	position: relative;
}
.portfolio .tooltip{
	position: absolute;
	color: #333333;
	background-color: #FFFFFF;
	top: 100px;
	padding: 3px 9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.portfolio .tooltip:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 3px solid transparent;
	border-right: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid transparent;
	right: 10px;
	top: 30px;
}
.portfolio .city:hover ~ .tooltip{
	opacity: 1;
}
.backer{
	display: none;
}
hr{
	border: none;
	border-top: 1px	solid #DDD;
	margin: 0;
	margin-top: 9px;
}
#menu{
	z-index: 999;
	display: block;
	position: fixed;
	top: 0%;
	bottom: 0%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 42px;
	width: 300px;
	background-color: #000000;
	right: -342px;
	overflow-x: hidden;
	-webkit-transition: ease-in-out 0.25s;
	-moz-transition: ease-in-out 0.25s;
	transition: ease-in-out 0.25s;
}
#menu.showme{
	right: 0;
	transition: .25s ease-in-out;
}
#menu li a{
	display: block;
	color: #FFFFFF;
	height: 30px;
	padding: 15px 18px 9px 18px;
	margin-right: 42px;
	border: 1px solid #000000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
#menu li:last-child{
	margin-bottom: 36px;
}
#menu.showme h1{
	margin-top: 36px;
}
#menu .six-col{
	width: 50%;
}
#menu .link-list{
	margin-top: 9px;
}
#menu li a:hover{
	background-color: #222222;
	border: 1px solid #333333;
}
#menu li a:active{
	background-color: #333333;
	border: 1px solid #444444;
}
ul.link-list{
	padding-left: 0;
}
.link-list li{
	position: relative;
	margin: 6px auto;
	list-style: none;
}
.link-list li a{
	display: block;
	padding-left: 57px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 240px;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
.link-list li a:hover{
	border: 1px solid #333333;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
}
.link-list li a:active{
	border: 1px solid #CCCCCC;
	box-shadow: none;
	color: #CCCCCC;
}
.link-email::before{
	content: url('../images/icon-email.svg');
	position: absolute;
	top: 24px;
	left: 24px;
}
.link-instagram::before{
	content: url('../images/icon-instagram.svg');
	position: absolute;
	top: 21px;
	left: 26px;
}
.link-list:last-child{
	margin-bottom: 60px;
}
footer{
	padding-bottom: 12px;
	clear: both;
}
footer a,
footer .copyright{
	float: left;
	padding-top: 24px;
	color: #AAAAAA;
}
.divider{
	padding: 0 9px;
	color: #CCCCCC;
}
.six-col{
	width: 50%;
}
a .nav-button{
	vertical-align: middle;
}
a .nav-button circle{
	fill: #EEEEEE;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
a .nav-button path{
	stroke: #000000;
	-webkit-transition: background 0.25s;
	-moz-transition: background 0.25s;
	transition: background 0.25s;
}
.righter a:hover .nav-button circle{
	fill: #000000;
}
.righter a:hover .nav-button path{
	stroke: #FFFFFF;
}

@media only screen and (max-width: 1024px){
	.photo-grid{
		flex: 49.5%;
		max-width: 49.5%;
		position: relative;
		margin: 0.25%;
	}
	.album{
		display: block;
		width: 100%;
		clear: both;
		padding-bottom: 51px;
	}
}
@media only screen and (max-width: 780px){
	.container{
		width: 94%;
		margin: 0 3%;
		display: block;
	}
	.container-grid{
		width: 94.5%;
		margin: 0 auto;
		display: block;
	}
	.navigation .light-grey,
	.navigation .nav-photography{
		display: none;
	}
	#burger{
		margin-top: 24px;
	}
	.album{
		padding-top: 66px;
		padding-bottom: 360px;
	}
	.photo-grid{
		width: 100%;
	}
	.photo-grid img{
		height: 100%;
	}
	.photo-grid img.flagpole{
		height: 18px;
	}
	.photo img{
		padding-bottom: 94.5%;
	}
	#menu.showme{
		top: 0;
	}
	#menu li a{
		padding-left: 30px;
		margin: 0 30px;
	}
	#menu .six-col{
		width: 75%;
	}
	.coming-soon{
		margin: 87px auto 42px;
	}
	#menu.showme h1{
		margin-top: 120px;
	}
	#menu{
		padding-left: 12%;
		padding-top: 60px;
		width: 100%;
		background-color: #000000;
		right: -112%;
		overflow-x: hidden;
		transition: .25s ease-in-out;
	}
	#menu.showme{
		right: 0;
		transition: .25s ease-in-out;
	}
	.six-col{
		width: 75%;
	}
}
@media only screen and (max-width: 640px){
	.about .six-col{
		width: 100%;
	}
	.photo-grid{
		flex: 99.5%;
		max-width: 99.5%;
		position: relative;
		margin: 0.25%;
		margin-bottom: 9px;
	}
	.link-list li a{
		width: 40%;
	}
	.link-list:last-child{
		margin-bottom: 30px;
	}
	footer{
		padding-bottom: 0;
	}
}