/* @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900); */

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

.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../../images/overaly.png');
}
.parallax-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../images/overaly.png');
}

.overlay2::before {
    position: absolute;
    content: '';
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../../images/overaly.png');
}

.parallax1{
	background: url('../../images/parallax/parallax1.jpg') no-repeat;
}

.parallax2{
	background: url('../../images/parallax/parallax2.jpg') no-repeat;
}

.hero-section {
	height: 100%;
	background-image: url('../../images/landing/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	padding-bottom: 0;
	padding-top: 200px;
	overflow: hidden;
}

.footer{
	padding: 60px 0 100px;
	background: #2e2e2e url('../../images/bg-footer.jpg') no-repeat center 0;
	background-size: cover;
	color: #fff;
    font-size: 14px;
}