
/*
	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: #44B0A4;
		background-image: url("../../images/overlay.png"), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../../images/bg.jpg");
		background-size: auto,								auto,														100% auto;
		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-preload #intro {
		opacity: 1;
	}

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

    body {
      margin: 0;
    }
    .in-middle {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      display: flex;
      height: 100vh;
    }
/*-- play icon */
 icon-play {
     margin: 1vh;
     padding: 1vh;
     width: 10vh;
     height: 10vh;
     background: url('play-light.svg');
     background-size: 100%;
}
 icon-play:hover {
     width: 10vh;
     height: 10vh;
     background: url('play-dark.svg');
     background-size: 100%;
}
 
