html {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.8vh; /*2.63vh;  17px; rem */
	line-height: 23px;
	color: rgba(255, 255, 255, 0.85);
}

* {
	padding: 0;
	margin: 0;

	box-sizing: border-box;
}

h1, h2, h3, span {
	position: relative;
	opacity: 200;
	z-index: 200;
}

h1, h2, h3 {
	color: rgba(255, 255, 255, 0.875);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 0.75rem 0;
	letter-spacing: -0.05em;
}



h1:after, h2:after, h3:after {
	content: '';
	position: absolute;
	left: 0;
	width: 3.5rem;
	height: 0.1rem;
	background-color: rgba(255, 255, 255, 0.25);
	opacity: 200;
	z-index: 200;
}

h1 {
	font-size: 3.15rem;
	line-height: 1.2;
	margin: 0 0 3rem 0;
}

h1:after {
	bottom: -1.3rem;
}

h2 {
	font-size: 1.85rem;
	line-height: 1.2;
	margin: 0 0 2.8rem 0;
}

h2:after {
	bottom: -1.5rem;
}

a {
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

a:hover {
	color: #ffe4b4;
}

span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.88rem; /* 15px;*/
}

body {
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;

	align-items: center;

	width: calc(100% + 10rem);
	height: 100vh;
	min-height: 550px;

	overflow-x: hidden;

	background-image:
		url("../images/overlay.png"),
		linear-gradient(90deg, rgba(114, 97, 147, 0.15) 20%, rgba(227, 123, 124, 0.15) 40%, rgba(255, 228, 180, 0.15) 60%, rgba(227, 123, 124, 0.15) 80%, rgba(114, 97, 147, 0.15));
	background-size:
		128px 128px,
		auto;
}

.main {
	position: relative;

	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content: flex-start;
	align-items: stretch;

	min-height: 480px;
	height: 85vh;

	box-shadow: 0 2rem 3rem 0.25rem rgba(46, 43, 55, 0.55);

	margin: 0 5rem;
}

.block {
	display: flex;
	flex-direction: row;
	flex-flow: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}

.filter {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.block-1 .filter {
	width: 48vh;
}

.block-1 .filter img {
	position: relative;
	height: 100%;
	object-fit: cover;
	object-position: 100% 0;
}

.block-1 .filter:after {
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
	background-size:
			128px 128px,
			auto;
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
}

.content {
	padding: 9.5rem 3.5rem 2rem 3.5rem ;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
}

.block-1 .content {
	width: 90vh;
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(35, 90, 102, 0.6) 20%, rgba(216, 208, 229, 0.6)),
			linear-gradient(135deg, rgba(227, 123, 124, 0.15) 25%, rgba(114, 97, 147, 0.25) );
	background-size:
			128px 128px,
			auto,
			auto;
}

/*
.block-1 .content h1 {
	font-weight: 100;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100px;
	letter-spacing: 1px;
	margin-top: -30px;
}*/


.block-2 .content {
	padding-left: 19rem ;

	width: 140vh;
	background-image:
			url("../images/pic02.jpg"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
	background-size:
			100% 100%,
			auto;
}

.block-2 .content:after {
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(255, 228, 180, 0.25)),
			linear-gradient(0deg, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
	background-size:
			128px 128px,
			auto,
			auto;
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
}

.block-3:after {
	background-color: rgba(35, 90, 102, 0.6);
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
	background-size:
			128px 128px,
			auto;
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
}

.block-3 .content {
	padding-right: 0;
	width: 60vh;
}

.block-3 .icons {
	width: 80vh;
}

.block-4 .content {
	width: 165vh;
	background-image:
			url("../images/pic03.jpg"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(227, 123, 124, 0.25) 50%, rgba(255, 228, 180, 0.25));
	background-size:
			100% 100%,
			auto;
}

.block-4 .content:after {
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(255, 228, 180, 0.25)),
			linear-gradient(90deg, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.05));
	background-size:
			128px 128px,
			auto,
			auto;
	pointer-events: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 1;
}

.block-4 .content span {
	max-width: 26em;
}

.block-5 .content {
	width: 55vh;
	background-color: rgba(42, 65, 102, 0.6);
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(255, 228, 180, 0.25));
	background-size:
			128px 128px,
			auto;
}

.block-6 {
	background-color: rgba(227, 123, 124, 0.25);
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.25) 25%, rgba(255, 228, 180, 0.25)),
			linear-gradient(45deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.3));
	background-size:
			128px 128px,
			auto,
			auto;
}

.block-7 {
	width: 220vh;
	background-color: rgba(35, 90, 102, 0.7);
	background-image:
			url("../images/overlay.png"),
			linear-gradient(45deg, rgba(114, 97, 147, 0.175) 25%, rgba(227, 123, 124, 0.175) 50%, rgba(255, 228, 180, 0.175));
	background-size:
			128px 128px,
			auto;
}

.block-7:after {
	content: '';
	position: relative;
	top: 0;
	right: -5rem;
	width: 5rem;
	height: 100%;
}

.block-7 .content span {
	max-width: 16em;
}

.form {
	width: 45%;
	display: flex;
	align-items: center;
	padding: 1.5em 0 0 2.5em;
}

form {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 3rem);

}

form > .field {
	flex-grow: 0;
	flex-shrink: 0;
	padding: 1.5rem 0 0 1.5rem;
	width: calc(100% - 1.5rem);
}

form > .field.half {
	width: calc(50% - 0.75rem);
}

form > .actions {
	flex-grow: 0;
	flex-shrink: 1;
	margin: 1.5rem 0 0 1.5rem;
}

label {
	color: rgba(255, 255, 255, 0.875);
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
}

input,
select,
textarea {
	background: transparent;
	border: solid 2px rgba(255, 255, 255, 0.25);
	border-radius: 0.25rem;
	display: block;
	outline: 0;
	padding: 0 0.75rem;
	text-decoration: none;
	width: 100%;
	color: rgba(255, 255, 255, 0.75);
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.65;
}

input,
select {
	height: 2.5rem;
}

textarea {
	padding: 0.75rem 1rem;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #ffe4b4;
}

button,
.button {
	transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
	border: 0;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6rem;
	font-weight: 700;
	height: 2.75rem;
	letter-spacing: 0.15rem;
	line-height: 2.75rem;
	padding: 0 1.5rem 0 1.65rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;

	background-color: white;
	color: rgba(35, 90, 102, 0.99);
}

.button:hover {
	box-shadow: inset 0 0 0 2px #ffe4b4;
	background-color: #ffe4b4;
}

.button:active {
	background-color: #fdd997;
}

.social {
	margin-left: 7rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.social nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.social:before {
	content: '';
	position: absolute;
	top: 3.5rem;
	width: 2px;
	height: calc(100% - 7rem);
	margin-left: -3.5rem;
	background-color: rgba(255, 255, 255, 0.25);
}

.social a {
	margin-bottom: 1em;
}

.social a:last-child {
	margin-bottom: 0;
}

.copyright {
	position: absolute;
	bottom: -2rem;
	right: 0;
	font-size: 0.8rem;
	color: rgba(46, 43, 55, 0.4);
	margin-bottom: 0;
}

.copyright a {
	color: rgba(46, 43, 55, 0.4);
	border-bottom: dotted 1px;
}

.copyright a:hover {
	color: #ffe4b4;
	border-bottom: dotted 1px;
}


