body {
	background: linear-gradient(-45deg, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #5ffbf1);
	background-size: 300% 300%;
	animation: gradient 10s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.videos {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	position: relative;
	top: 5%;
}

.container video {
	width: 50vw;
	height: auto;
	border-radius: 2px;
	display: inline-block;
	margin: 1rem;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	opacity: 0.6;
	background-color: whitesmoke;
}

.container video:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.container > h1 {
	position: relative;
	width: 100%;
	font: 900 60px/1 'Source Sans Pro', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	letter-spacing: -3px;
	padding-top: 140px;

	text-shadow:     0 1px 0 hsl(174,5%,80%),
	0 2px 0 hsl(174,5%,75%),
	0 3px 0 hsl(174,5%,70%),
	0 4px 0 hsl(174,5%,66%),
	0 5px 0 hsl(174,5%,64%),
	0 6px 0 hsl(174,5%,62%),
	0 7px 0 hsl(174,5%,61%),
	0 8px 0 hsl(174,5%,60%),

	0 0 5px rgba(0,0,0,.05),
	0 1px 3px rgba(0,0,0,.2),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.2),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.3);
}

.row-cols-auto {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.row-cols-auto h2, .row-cols-auto h5 {
	font-family: 'Roboto',sans-serif;
	padding-top: 10px;
	color: #FFFFFF;
}

.row-cols-auto h2 {
	font-size: 5vh;
	text-shadow:     0 1px 0 hsl(174,5%,80%),
	0 2px 0 hsl(174,5%,75%),
	0 3px 0 hsl(174,5%,70%),
	0 4px 0 hsl(174,5%,66%),
	0 5px 0 hsl(174,5%,64%),
	0 6px 0 hsl(174,5%,62%),
	0 7px 0 hsl(174,5%,61%),
	0 8px 0 hsl(174,5%,60%),

	0 0 5px rgba(0,0,0,.05),
	0 1px 3px rgba(0,0,0,.2),
	0 3px 5px rgba(0,0,0,.2),
	0 5px 10px rgba(0,0,0,.2),
	0 10px 10px rgba(0,0,0,.2),
	0 20px 20px rgba(0,0,0,.3);
}

h1 {
	font-weight: 600;
	font-size: 48px;
	color: #333;
	margin: 0;
	line-height: 1,3;
	letter-spacing: .0001em;
}

h4 {
	font-weight: 600;
	font-size: 28px;
	color: #666;
	margin: 0;
	line-height: 1.3;
	letter-spacing: .0001em;
}


p.top-titles {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.small-title {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.project-info {
	position: relative;
	background: rgba(342,435,434,0.9);
	padding: 20px 20px 20px;
	margin-bottom: 30px;
	top: -30px;
}

