	@keyframes bgscale {
		from {
		    -ms-transform: scale(1, 1); /* IE 9 */
		    -webkit-transform: scale(1, 1); /* Safari */
	    	transform: scale(1, 1);			
		}
		to {
		    -ms-transform: scale(1.1, 1.1); /* IE 9 */
		    -webkit-transform: scale(1.1, 1.1); /* Safari */
	    	transform: scale(1.1, 1.1);			
		}
	}
	
	.home {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100vh;
		margin: 0px;
	}
	.wrap p,.wrap div,.wrap span,.wrap li {
		font-size: 20px;
		letter-spacing: 3px;
	}
	.wrap img {
		max-width: 100%;
	}
	.wrap section {
		position: relative;
		padding: 80px 0;
	}

	.color-fff {
		color:#fff;
		background-color: 000;
	}
	.color-000 {
		color:#000;
		background-color: fff;
	}


	.wrap h1 {
		font-size: 60px;
	}