@import url(font-awesome.min.css);

/*
	Massively by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Wrapper */

	#wrapper {
		background-color: #212931;
		background-image: url("../../images/bg.jpg"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.jpg");
		background-size: cover;
		background-position: center,								center,														top center;
		background-repeat: repeat,								no-repeat,													no-repeat;
		background-attachment: fixed,								fixed,														fixed;
	}

		#wrapper.fade-in:before {
			display: none;
		}

/* Intro */

	body.is-loading #intro {
		opacity: 1;
	}

		body.is-loading #intro:not(.hidden) + #header + #nav {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			opacity: 1;
		}

		@font-face {
			font-family: "ComfortaaRegular";
			src: url("../fonts/ComfortaaRegular/ComfortaaRegular.eot");
			src: url("../fonts/ComfortaaRegular/ComfortaaRegular.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ComfortaaRegular/ComfortaaRegular.woff") format("woff"),
			url("../fonts/ComfortaaRegular/ComfortaaRegular.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "ComfortaaLight";
			src: url("../fonts/ComfortaaLight/ComfortaaLight.eot");
			src: url("../fonts/ComfortaaLight/ComfortaaLight.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ComfortaaLight/ComfortaaLight.woff") format("woff"),
			url("../fonts/ComfortaaLight/ComfortaaLight.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}

	@font-face {
			font-family: "ComfortaaBold";
			src: url("../fonts/ComfortaaBold/ComfortaaBold.eot");
			src: url("../fonts/ComfortaaBold/ComfortaaBold.eot?#iefix")format("embedded-opentype"),
			url("../fonts/ComfortaaBold/ComfortaaBold.woff") format("woff"),
			url("../fonts/ComfortaaBold/ComfortaaBold.ttf") format("truetype");
			font-style: normal;
			font-weight: normal;
	}