* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #2f2f2f;
	margin: 0 auto;
	padding: 0;
}

.fullscreen {
	width: 100vw;
	height: 100vh;
	background-image: url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-0.3.5&s=211815f5a0245cabe3be47f6de0e04c3&auto=format&fit=crop&w=1353&q=80);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

		/* position: relative; */
	display: flex;
	justify-content:center;
	align-items: center;
	/* vertical-align:text-top; */
	-webkit-animation: bg-image 20s ease-in-out infinite;
	        animation: bg-image 20s ease-in-out infinite;
}

.content {
	width: 40%;
	background-image: linear-gradient(120deg, #9be15d 0%, #00e3ae 100%);
	opacity: .8;
	padding: 2%;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* h3,
h4 {
	font-family: "Quicksand", sans-serif;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 2%;
}

h4 {
	font-weight: 300;
} */

@-webkit-keyframes bg-image {
	0% {
		background-image: url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-0.3.5&s=211815f5a0245cabe3be47f6de0e04c3&auto=format&fit=crop&w=1353&q=80);
	}
	20% {
		background-image: url(https://images.unsplash.com/photo-1470138831303-3e77dd49163e?ixlib=rb-0.3.5&s=451d1074a5e5e94fb5f3594faab49c58&auto=format&fit=crop&w=1350&q=80);
	}
	40% {
		background-image: url(https://images.unsplash.com/photo-1445462657202-a0893228a1e1?ixlib=rb-0.3.5&s=a897a5115322d700363c39dc58694a8d&auto=format&fit=crop&w=1350&q=80);
	}
	60% {
		background-image: url(https://images.unsplash.com/photo-1444065381814-865dc9da92c0?ixlib=rb-0.3.5&s=3812709133e26f49b90210bbc2c775f5&auto=format&fit=crop&w=1350&q=80);
	}
	80% {
		background-image: url(https://images.unsplash.com/photo-1432804567890-72a5be5fcbf2?ixlib=rb-0.3.5&s=f9cfafd9804bc31eed2c6247cd23f49d&auto=format&fit=crop&w=1350&q=80);
	}
	100% {
		background-image: url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-0.3.5&s=211815f5a0245cabe3be47f6de0e04c3&auto=format&fit=crop&w=1353&q=80);
	}
}

@keyframes bg-image {
	0% {
		background-image: url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-0.3.5&s=211815f5a0245cabe3be47f6de0e04c3&auto=format&fit=crop&w=1353&q=80);
	}
	20% {
		background-image: url(https://images.unsplash.com/photo-1470138831303-3e77dd49163e?ixlib=rb-0.3.5&s=451d1074a5e5e94fb5f3594faab49c58&auto=format&fit=crop&w=1350&q=80);
	}
	40% {
		background-image: url(https://images.unsplash.com/photo-1445462657202-a0893228a1e1?ixlib=rb-0.3.5&s=a897a5115322d700363c39dc58694a8d&auto=format&fit=crop&w=1350&q=80);
	}
	60% {
		background-image: url(https://images.unsplash.com/photo-1444065381814-865dc9da92c0?ixlib=rb-0.3.5&s=3812709133e26f49b90210bbc2c775f5&auto=format&fit=crop&w=1350&q=80);
	}
	80% {
		background-image: url(https://images.unsplash.com/photo-1432804567890-72a5be5fcbf2?ixlib=rb-0.3.5&s=f9cfafd9804bc31eed2c6247cd23f49d&auto=format&fit=crop&w=1350&q=80);
	}
	100% {
		background-image: url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-0.3.5&s=211815f5a0245cabe3be47f6de0e04c3&auto=format&fit=crop&w=1353&q=80);
	}
}
