/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body {
	background: #fff;
	font-size: 1.3em;
	font-family: "GravurCondensedLight", "Helvetica Neue", "Helvetica", "Arial",
		sans-serif;
	font-weight: 200;
	line-height: 1.4em;
	color: #00adda;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	color: #00adda;
}

h1 {
	font-size: 1.3em;
	line-height: 1.4em;
}

#logo h1 {
	font-size: 1.15em;
	line-height: 1.8em;
	margin: 0;
}

a {
	color: #00adda;
	text-decoration: none;
	outline: none;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.text a {
	border-bottom: 2px solid #cceff8;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

a:hover,
a:active,
a.active,
.navigation .link-home > a {
	color: #d50a46;
}

p {
	margin: 0 0 15px 0;
}

img,
object,
embed {
	width: 100%;
	max-width: 100%;
	display: block;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

figure.width-original,
figure.width-100,
figure.width-50,
figure.width-25 {
	margin: 1em 0;
}

figure.width-original img {
	width: auto;
	max-width: 100%;
}

figure.width-50 {
	width: 75%;
}

figure.width-25 {
	width: 50%;
}


header {
	margin: 0 15px 50px 15px;
}

header #logo {
	display: inline-block;
	padding: 0 60px 30px 0;
	text-transform: lowercase;
	white-space: nowrap;
}

header #logo span {
	color: #d50a46;
}

nav.navigation {
	/* display: inline-block; */
}

nav.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.navigation li {
	margin: 0 8px 0 0;
	text-transform: lowercase;
}


nav.navigation li.link-home {
	margin-bottom: 16px;
}

nav.navigation li.link-page {
	display: inline-block;
}

footer {
	margin: 0 15px;
	padding-top: 50px;
	clear: both;
	font-size: 0.85em;
}

.main {
	max-width: 1260px;
	margin: 0 15px;
}

.main h1 {
	margin-bottom: 1em;
}

.main .text {
	margin-bottom: 2.5em;
	padding: 0;
}

.main h1,
.main .text {
	width: 100%;
	max-width: 720px;
}

.home h1,
.home .text {
	display: none;
}

.projects h2 {
	font-size: 1.3em;
	margin: 0;
}

.project-link {
	position: relative;
	overflow: hidden;
}

.project-link a .overlay,
.slider a .overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	right: 10px;
	right: 0;
	bottom: 0;
	background: #00adda;
	z-index: 2;
	opacity: 0;
}

.project-link a:hover .overlay,
.slider a:hover .overlay {
	opacity: 0.8;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.project-link a .caption,
.slider a .caption {
	color: #fff;
	position: absolute;
	top: 13%;
	left: 5%;
	z-index: 3;
	opacity: 0;
}

.project-link a:hover .caption,
.slider a:hover .caption {
	opacity: 1;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.project-link,
.project-image {
	box-sizing: border-box;
	margin-bottom: 15px;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row > * {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
}

.contact-form {
	margin: 40px 0;
}

.contact-form label {
	display: block;
	font-size: 0.85em;
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
}

.contact-form label .form-required {
	color: #00adda;
}

.contact-form input.form-text,
.contact-form textarea.form-textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	max-width: 450px;
	padding: 5px 8px;
	font-family: "GravurCondensedLight", "Helvetica Neue", "Helvetica", "Arial",
		sans-serif;
	color: #888;
	font-size: 1em;
}

.contact-form textarea.form-textarea {
	height: 150px;
}

.contact-form input:focus.form-text,
.contact-form textarea:focus.form-textarea {
	color: #4a4a4a;
	border-color: #00adda;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 173, 218, 0.5);
}

.contact-form input.form-text.form-error,
.contact-form textarea.form-textarea.form-error {
	border-color: #d50a46;
}

.contact-form .form-submit {
	border: 0;
	width: auto;
	margin: 10px 0 0 0;
	padding: 5px 15px;
	font-family: "GravurCondensedLight", "Helvetica Neue", "Helvetica", "Arial",
		sans-serif;
	color: #fff;
	font-size: 1em;
	background: #00adda;
	border-radius: 3px;
}

.contact-form input:focus.form-submit {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(0, 173, 218, 0.5);
}

.contact-form .form-submit:hover {
	cursor: pointer;
	background: #d50a46;
	color: #fff;
}

.contact-form .form-submit:disabled,
.contact-form .form-submit:disabled:hover {
	background: #eee;
	color: #adadad;
	cursor: auto;
}

.contact-form .form-type-none {
	position: absolute;
	left: -9999px;
}

.contact-form .alert.error {
	display: block;
	color: #b73939;
	font-size: 0.85em;
}

.contact-form .alert.success {
	background: #ffefbf;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
}

/* #main ul {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 00px;
} */

.slider-landscape {
	display: none;
}

body {
	background: #eee;
}

.wrapper {
	width: 100%;
	max-width: 1280px;
	background: #fff;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}

@media screen and (min-width: 350px) {
	h1 {
		font-size: 1.5em;
	}

	#logo h1 {
		font-size: 1.35em;
	}
}

@media screen and (min-width: 400px) {
	header,
	footer {
		margin-left: 30px;
		margin-right: 30px;
	}

	header nav ul li {
		margin-right: 15px;
	}

	.main {
		max-width: 1260px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.project-link,
	.project-image {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 450px) {
	h1,
	#logo h1 {
		font-size: 1.7em;
	}

	figure.width-100 {
		width: 100%;
	}

	figure.width-50 {
		width: 50%;
	}

	figure.width-25 {
		width: 25%;
	}
}

@media screen and (min-width: 550px) {
	h1,
	#logo h1 {
		font-size: 2em;
	}

	.main .text-images {
		width: 75%;
	}

	.main .text-images img {
		display: inline-block;
		width: 30%;
		margin: 0 3% 3% 0;
	}
}

@media screen and (min-width: 750px) {
	nav.navigation li.link-home {
		margin-right: 20px;
		margin-bottom: 0;
		display: inline-block;
	}

	.project-link,
	.project-image {
		margin-bottom: 50px;
	}

	.row > .width-1-2 {
		flex: 0 0 auto;
		width: 50%;
	}
	.row > .width-1-3 {
		flex: 0 0 auto;
		width: 33.33%;
	}

	.row > .width-2-3 {
		flex: 0 0 auto;
		width: 66.66%;
	}

	.row > *:not(:first-child) {
		padding-left: 3%;
	}

	.row > *:not(:last-child) {
		padding-right: 3%;
	}

	.row > .width-1-3:nth-child(2) {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
}

@media screen and (min-width: 1450px) {
	.wrapper {
		margin-left: 85px;
	}
}

@media screen and (min-width: 1550px) {
	.wrapper {
		margin-left: 135px;
	}
}
