body {
	background: -webkit-linear-gradient(0deg, #772095 0%, #772095 15%, #003062 15%, #003062 30%, #0070b2 30%, #0070b2 44%, #00bc62 44%, #00bc62 58%, #ffe625 58%, #ffe625 72%, #ffb025 72%, #ffb025 86%, #dc2045 86%, #dc2045 100%);
	background: -moz-linear-gradient(0deg, #772095 0%, #772095 15%, #003062 15%, #003062 30%, #0070b2 30%, #0070b2 44%, #00bc62 44%, #00bc62 58%, #ffe625 58%, #ffe625 72%, #ffb025 72%, #ffb025 86%, #dc2045 86%, #dc2045 100%);
	background: linear-gradient(0deg, #772095 0%, #772095 15%, #003062 15%, #003062 30%, #0070b2 30%, #0070b2 44%, #00bc62 44%, #00bc62 58%, #ffe625 58%, #ffe625 72%, #ffb025 72%, #ffb025 86%, #dc2045 86%, #dc2045 100%);
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;

	font-family: "Patrick Hand", "Arial", "sans-serif";
	font-size: 16px;
}

.container {
	background-color: #ffffff;
}

.affix {
	top: 0;
	width: 100%;
}

.affix + .container {
	padding-top: 60px;
}

.title {
	margin-top: 20px;
	margin-bottom: 10px;
}

.seperated {
	margin-top: 20px;
	margin-bottom: 10px;
}

.carousel img {
	max-height: 60vh;
	width: auto;
	margin: auto;
}

video {
	width: 100%;
	height: auto;
	max-height: 75vh;
}

.visual {
	margin-top: 20px;
	margin-bottom: 20px;
}
