@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(../fonts/titillium-web-200.woff2) format('woff2');
}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/titillium-web-300.woff2) format('woff2');
}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/titillium-web-400.woff2) format('woff2');
}

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/titillium-web-600.woff2) format('woff2');
}

footer,
header,
nav {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a:hover,
a:active {
	outline: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

button {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button {
	overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button {
	cursor: pointer;
	-webkit-appearance: button;
}

button {
	cursor: pointer;
}

body {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}

a {
	color: #08c;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #005580;
	text-decoration: underline;
}

.row {
	margin-left: -20px;
}

.row:before,
.row:after {
	display: table;
	line-height: 0;
	content: "";
}

.row:after {
	clear: both;
}

[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}

.container {
	width: 940px;
}

.span12 {
	width: 940px;
}

.span6 {
	width: 460px;
}

.span4 {
	width: 300px;
}

.span3 {
	width: 220px;
}

.offset2 {
	margin-left: 180px;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

p {
	margin: 0 0 10px;
}

h1,
h2,
h3 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	line-height: 40px;
}

h1 {
	font-size: 38.5px;
}

h2 {
	font-size: 31.5px;
}

h3 {
	font-size: 24.5px;
}

ul {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul {
	margin-bottom: 0;
}

li {
	line-height: 20px;
}

button {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

button {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.open {
	z-index: 1000;
}

body {
	height: 100%;
}

html {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #f5f3e9;
	color: #7F8289;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif;
	line-height: 28px;
}

a {
	color: #90b7a0;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;
	transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;
}

img {
	max-width: none;
}

p {
	margin: 0 0 30px;
	color: #989282;
}

button {
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	outline: 0;
}

h1,
h2,
h3 {
	margin: 0 0 20px 0;
	color: #2b2a28;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.5em;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

.margin-80 {
	margin-bottom: 80px;
}

header {
	width: 100%;
	z-index: 99;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #46413a;
	z-index: 1001;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

header #logo {
	color: #FFFFFF;
	float: left;
	padding: 15px 0;
	margin-left: 20px;
}

header #logo a {
	background: url(../img/logo.webp) no-repeat;
	width: 300px;
	height: 30px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out 0s;
	transition: opacity 0.25s ease-in-out 0s;
}

header #logo a:hover {
	opacity: 0.65;
}

nav#menu {
	float: right;
	margin-right: 20px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

nav#menu li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;
}

nav#menu li:first-child {
	margin-left: 0;
}

nav#menu li a {
	color: #dfddd0;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu li a:hover {
	color: #fff;
}

#mobile-nav {
	display: none;
}

.menu-nav {
	color: #dfddd0;
	background: url(../img/menu-mobile.webp) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #46413a;
	border-bottom: 1px solid #46413a;
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #46413a;
}

#navigation-mobile li a {
	color: #dfddd0;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}

nav#navigation-mobile li a:hover {
	color: #fff;
}

.page {
	background: #fbfbf7;
	padding: 130px 0;
	position: relative;
	z-index: 99;
}

.page-alternate {
	background: #fbfbf7;
	padding: 130px 0;
	position: relative;
	z-index: 99;
}

.title-page {
	text-align: center;
	margin-bottom: 100px;
}

.title-page .title {
	font-size: 48px;
	margin: 0;
}

.title-page .title-description {
	font-size: 24px;
	font-weight: 200;
	margin: 0;
}

#thumbs {
	margin: 0;
	padding: 0;
}

#thumbs li {
	list-style-type: none;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.item-thumbs a + img {
	width: 100%;
	color: #fff;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}

.item-thumbs:hover .hover-wrap {
	opacity: 1;
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #67807e;
	opacity: 0.90;
}

.overlay-text-thumb {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	z-index: 100;
	padding-top: 25%;
}

.profile-name {
	margin-bottom: 15px;
}

.profile-description {
	margin-bottom: 25px;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: default;
}

.image-wrap img {
	width: 100%;
}

.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: default;
	opacity: 0;
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
}

.image-wrap:hover .hover-wrap {
	opacity: 1;
}

.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: default;
	opacity: 0.80;
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	cursor: default;
	opacity: 1;
}

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: #46413a;
	text-align: center;
	z-index: 99;
}

footer .credits {
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;
}

#back-to-top {
	display: none;
	background-color: #dfddd0;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	-webkit-transition: background 0.1s linear 0s;
	transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color: #67807e;
}

.button {
	display: inline-block;
	margin-bottom: 0;
	padding: 13px 26px;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #dfddd0;
	color: #23262C;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	border: 0;
}

.button:hover,
.button:active,
.button:focus {
	background-color: #67807e;
	color: #FFFFFF;
}

.button.button-small {
	padding: 8px 18px;
	font-size: 14px;
}

.button + .button {
	margin-left: 10px;
}

@media (min-width:1200px) {
	.row {
		margin-left: -30px;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 30px;
	}
	.container {
		width: 1170px;
	}
	.span12 {
		width: 1170px;
	}
	.span6 {
		width: 570px;
	}
	.span4 {
		width: 370px;
	}
	.span3 {
		width: 270px;
	}
	.offset2 {
		margin-left: 230px;
	}
}

@media (min-width:768px) and (max-width:979px) {
	.row {
		margin-left: -20px;
	}
	.row:before,
	.row:after {
		display: table;
		line-height: 0;
		content: "";
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span6 {
		width: 352px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.offset2 {
		margin-left: 144px;
	}
}

@media (max-width:767px) {
	body {
		padding-right: 20px;
		padding-left: 20px;
	}
	.container {
		width: auto;
	}
	.row {
		margin-left: 0;
	}
	[class*="span"] {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width:979px) {
	body {
		padding-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#menu {
		display: none;
	}
	#mobile-nav {
		display: block;
		float: right;
	}
	#menu-nav-mobile {
		margin: 0;
	}
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	#back-to-top {
		display: none;
	}
	header .sticky-nav {
		position: relative;
	}
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	header .sticky-nav #logo {
		margin-left: 0;
	}
	header .sticky-nav.stuck #logo {
		margin-left: 20px;
	}
	header .sticky-nav #menu {
		margin-right: 0;
	}
	header .sticky-nav.stuck #menu {
		margin-right: 20px;
	}
	#menu {
		display: none;
	}
	#mobile-nav {
		display: block;
		float: right;
	}
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;
	}
	#about .profile {
		margin-bottom: 30px;
	}
	#about .profile:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 480px) {
	#back-to-top {
		display: none;
	}
	header .sticky-nav {
		position: relative;
	}
	header .sticky-nav,
	#navigation-mobile,
	.page,
	.page-alternate,
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	header .sticky-nav #logo {
		margin-left: 0;
	}
	header .sticky-nav.stuck #logo {
		margin-left: 20px;
	}
	header .sticky-nav #menu {
		margin-right: 0;
	}
	header .sticky-nav.stuck #menu {
		margin-right: 20px;
	}
	#menu {
		display: none;
	}
	#mobile-nav {
		display: block;
		float: right;
	}
	#menu-nav-mobile {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 0;
	}
	#navigation-mobile li a {
		font-size: 14px;
		padding: 12px 0;
	}
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;
	}
	#about .profile {
		margin-bottom: 30px;
	}
	#about .profile:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 320px) {
	#navigation-mobile li a {
		padding: 20px 0;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
	.menu-nav {
		background-image: url(../img/menu-mobile-2x.webp);
		background-size: 16px 32px;
	}
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

.sticky-wrapper {
	height: 60px;
}

header h1#logo {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 28px;
}

#mobile-nav {
	border: 0;
	padding: 0;
	cursor: pointer;
}

#navigation-mobile.is-open {
	display: block;
}

#navigation-mobile ul {
	margin: 0;
}

.title-page .title-description {
	color: #2b2a28;
	font-family: 'Titillium Web', sans-serif;
	line-height: 1.5em;
}

.title-page .title-description a {
	color: inherit;
}

footer .credits {
	color: #989282;
}

h2.profile-name {
	font-size: 24px;
}

.overlay-text-thumb {
	display: block;
	margin: 10px 0;
	line-height: 20px;
}

#thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 30px;
	margin-left: 30px;
}

#thumbs .item-thumbs {
	float: none;
	width: auto;
	margin-left: 0;
}

#back-to-top.is-visible {
	display: block;
}

#back-to-top svg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	color: #fff;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 40px 70px;
	background: rgba(43, 42, 40, 0.92);
}

.lightbox.is-open {
	display: flex;
}

.lightbox figure {
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	background: #fbfbf7;
}

.lightbox img {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 180px);
	width: auto;
	height: auto;
}

.lightbox figcaption {
	padding: 12px 20px;
	line-height: 1.5;
}

.lightbox figcaption h4 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}

.lightbox figcaption p {
	margin: 0;
	font-size: 14px;
}

.lightbox button {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 0;
	background: #dfddd0;
	color: #2b2a28;
	font-size: 28px;
	line-height: 50px;
	cursor: pointer;
}

.lightbox button:hover,
.lightbox button:focus-visible {
	background: #67807e;
	color: #fff;
}

.lightbox .lightbox-close {
	top: 0;
	right: 0;
}

.lightbox .lightbox-prev {
	left: 10px;
	top: 50%;
	margin-top: -25px;
}

.lightbox .lightbox-next {
	right: 10px;
	top: 50%;
	margin-top: -25px;
}

@media (min-width: 768px) and (max-width: 979px) {
	#thumbs {
		gap: 0 20px;
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	#thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 20px;
		margin-left: 0;
	}

	#back-to-top.is-visible {
		display: none;
	}

	.lightbox {
		padding: 60px 10px;
	}

	.lightbox .lightbox-prev,
	.lightbox .lightbox-next {
		top: auto;
		bottom: 0;
		margin-top: 0;
	}
}

@media (max-width: 480px) {
	#thumbs {
		grid-template-columns: minmax(0, 1fr);
	}
}
