

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Helper */

.animated-custom {
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 3s;

	-moz-animation-duration: 1s;
	-moz-animation-delay: 3s;

	animation-duration: 1s;
	animation-delay: 3s;
}

.delay-300 {
	-webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-animation-delay: 300ms;

	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

/* Styling */

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgb(255,255,255);
	font-family: 'Raleway', sans-serif;
	max-height: 100%;
	background: #202237;
	overflow: hidden;
}

/* Main */

main {
	position: relative;
	z-index: 2;
	width: 100vw;
	height: 100%;

	display: -webkit-flex; 
	-webkit-justify-content: center;

	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s ease-in-out;
}

main.hero {
	background: url('../img/hero.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

main .close-contact {
	position: absolute;
	z-index: 3;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 40px;
	height: 30px;
	background: url('../img/icon/arrow.svg') no-repeat;
	opacity: .8;
	cursor: pointer;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

main .open-contact {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
}

main .open-contact:after {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 22px;
	height: 18px;
	background: url('../img/icon/arrow.svg') no-repeat;
}

@media (max-width: 500px) {
	main.min {
		transform: translate3d(0, 88%, 0) scale(.9);
	}

	main .close-contact {
		top: -58px;
		width: 25px;
		height: 20px;
	}

	main .open-contact {
		top: 14px;
		font-size: 16px;
		line-height: 16px;
	}
}

/* Header */

header {
	position: relative;
	top: -10px;
	text-align: center;
}

header h1 {
	font-size: 3vw;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	font-variant: normal;
	font-style: normal;

	-moz-font-feature-settings:"ss01" 1; 
	-ms-font-feature-settings:"ss01" 1; 
	-o-font-feature-settings:"ss01" 1; 
	-webkit-font-feature-settings:"ss01" 1; 
	font-feature-settings:"ss01" 1;
}

header h1 small {
	color: inherit;
	font-size: 50%;
}

header strong {
	display: block;
	font-size: 1.05vw;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;

	-moz-font-feature-settings:"lnum" 1, "ss01" 1; 
	-ms-font-feature-settings:"lnum" 1, "ss01" 1; 
	-o-font-feature-settings:"lnum" 1, "ss01" 1; 
	-webkit-font-feature-settings:"lnum" 1, "ss01" 1; 
	font-feature-settings:"lnum" 1, "ss01" 1;
}

@media (max-width: 1024px) {
	header h1 {
		font-size: 38px;
	}

	header strong {
		display: block;
		margin: 15px auto 0;
		max-width: 60%;
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 992px) {
	header h1 {
		font-size: 30px;
		line-height: 36px;
	}

	header h1 small {
		display: block;
		line-height: 36px;
	}

	header strong {
		margin-top: 30px;
		max-width: 80%;
		line-height: 25px;
	}
}

/* Social */

.social {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;

	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.social li {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 30px;
	margin: 0 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.social li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.social .soundcloud {
	width: 56px;
	background-image: url('../img/social/soundcloud.svg');
}

.social .facebook {
	left: 10px;
	width: 24px;
	background-image: url('../img/social/facebook.svg');
}

.social .youtube {
	width: 36px;
	left: -2px;
	background-image: url('../img/social/youtube.svg');
}

.social .soundcloud:after {
	content: "";
	position: absolute;
	top: 0;
	right: -24px;
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,.6);
}

/* Modal */

aside {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	/*display: -webkit-flex; 
	-webkit-justify-content: center;

	display: flex;
	justify-content: center;*/
}

form {
	display: block;
	width: 600px;
	max-width: 86%;
	margin: 8vh auto 0;
}

form strong {
	display: block;
	margin: 0 0 45px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

input,
textarea {
	display: block;
	width: 100%;
	padding: 15px 5px;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.7);
	border-radius: 0;
	outline: 0;

	font-size: 16px;
}

input {
	margin: 0 0 40px 0;
}

textarea {
	height: 180px;
	resize: vertical;
}

input[type="submit"] {
	margin: 15px 0 0;
	border: none;

	font-size: 17px;
}

@media (max-width: 500px) {
	form {
		margin: 30px auto 0;
	}

	form strong  {
		margin: 0 0 20px;
	}

	input,
	textarea {
		padding: 12px 5px;
	}

	input {
		margin: 0 0 22px 0;
	}

	textarea {
		height: 140px;
	}
}












