body {
	background: #211951;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	padding-bottom: 2em;
}


p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.block-surround{
	margin-top: 3em;
	margin-bottom: 3em;
}

.block-shadow-orange {
	width: 100%;
	height: 100%;
	border: 4px white dotted;
	translate: 1em 0.5em;
	border-radius: 12px;
}

.block-shadow {
	translate: -1em -0.5em;
	background: #ec008c;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	margin-left: 0em;
	padding-left: 1em;
	box-shadow: -8px -4px 12px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 1.2em;
	border-radius: 12px;
}

.block-shadow span {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width:1367px) {
	body {
		font-size: 1.4rem;
	}
	.block-shadow {
		font-size: 1.4rem;
	}
	.btn-large {
		font-size: 1.4rem;
	}
	.form-floating>.form-control {
		font-size: 1.4rem;
		height: 5rem;
	}
}

h1,h2,h3 {
	text-transform: uppercase;
}

h1 {
	text-decoration: underline #ef9800 12px dotted;
	text-underline-offset: 18px;
	margin-bottom: 4rem;
	-webkit-text-decoration-line: underline !important;
	-webkit-text-decoration-color: #ef9800 !important;
	-webkit-text-decoration-style: dotted !important;
	-webkit-text-decoration-thickness: 12px !important;
}

.magenta-block {
	background: #ec008c;
	color: white;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	text-transform: uppercase;
	font-weight: 600;
	white-space: nowrap;
	border-radius: 4px;
}

.section {
	margin-top: 4em;
	margin-bottom: 4em;
}



.section-light {
	background: rgba(255, 255, 255, 0.05);
	padding-top: 4em;
	padding-bottom: 4em;
}

.max-height-image {
	max-height: 26rem;
	object-fit: cover;
}


.chevrons-image {
	position: absolute;
	translate: -2.5em;
	z-index: 999;
	width: 4em;
}

.arcs-image {
	position: absolute;
	translate: -8rem -10rem;
	z-index: 999;
	width: 8em;
}

.circle-image {
	border-radius:50%;
	border:5px solid white;
}

.image-pad {
	margin-top: 4rem;
	margin-bottom: 4rem;
}


.btn-large {
	padding: 1rem 2rem 1rem 2rem;
	margin: 1rem;
	box-shadow: -4px -2px 8px rgba(0, 0, 0, 0.5);

}

.color-slate {
	color: #00152e;
}

.color-magenta {
	color: #ec008c;
}

.color-orange {
	color: #ef9800;
}

.small-print {
	font-weight: lighter;
	font-size: 0.75rem;
}

.magenta-line{
	background-color: #ef9800;
	width: 100%;
	height: 4px;
}

.cover-top{
	background-image: url('/application/modules/business/assets/images/media_pack/shizzle-top.png');
	background-position:left top;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}


.video-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow:hidden;
	z-index: -1;
}


#video {
	width: 100%;
}

.btn-primary {
	font-size: 1.5rem;
}
