/* Ignition colour scheme
 *
 * darkest: 011225
 * dark: 25345B
 * deep: 797EF1
 * accent: A8A9F4 rgb(168, 169, 244)
 * bright: CDCDF3 rgb(205, 205, 243)
 *
 */
html {
	background-color: #011225;
	background-image: linear-gradient(to right bottom, transparent, #25345B 75%);
	font-size: 16px;
	color: #CDCDF3;
}

.SiteContent {
	min-height: 400px
}

.SiteContent + .SiteContent {
    min-height: auto;
}

.SiteHeader-logo {
	font-weight: 300;
	font-size: 3em;
	margin: 30px 0;
	color: #CDCDF3;
	text-shadow: 0 0 1px #CDCDF3;
	text-transform: lowercase;
}

.SiteHeader-logo:hover {
	color: white;
}

.SiteHeader .SiteNav {
	margin: 40px 0;
	float: right;
}

.SiteNav {
	display: inline-block;
	padding: 0.75em 1.5em;
	background-color: rgba(205, 205, 243, 0.4);
	-webkit-clip-path: polygon(0% 0%, 94% 0%, 100% 100%, 6% 100%);
	clip-path: polygon(0% 0%, 94% 0%, 100% 100%, 6% 100%);
}

@media (max-width: 768px) {
	.SiteNav {
		display: block;
		-webkit-clip-path: none;
		clip-path: none;
		text-align: center;
	}

	.SiteHeader .SiteNav {
		float: none;
	}
}

a.SiteNav-link {
	padding: 0.75em 1.2em 0.75em 1.5em;
	color: #011225;
	font-weight: 300;
	-webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
	transition: 0.2s ease-out all;
}
a.SiteNav-link:hover,
a.SiteNav-link.--active {
	color: #CDCDF3;
	background-color: #011225;
	background-image: linear-gradient(to right bottom, transparent, #1C2745);
	transition-duration: 0.1s;
	text-shadow: 0 0 1px #CDCDF3;
}

.SiteFooter {
	border-top: 2px solid #A8A9F4;
	margin-top: 4rem;
	padding-top: 1rem;
	padding-bottom: 1.5rem;
}

.SiteFooter-copyright {
	text-align: right;
	padding-top: 2em;
}

.SiteContent .carousel {
	margin-top: 30px;
	border-top: 3px solid #A8A9F4;
	-webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
	clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
	overflow: hidden;
}

@media (max-width: 768px) {
	.SiteContent .carousel {
		-webkit-clip-path: none;
		clip-path: none;
	}
}

#carousel-1 .carousel-inner > .item {
	height: 350px;
}

.SiteContent .carousel-caption {
	padding-bottom: 0;
}

.FooterNav {
	min-height: 200px;
	border-left: 2px dotted #A8A9F4;
}

.FooterNav-link {
	display: block;
	margin: 0.3em 0.5em;
}

.flexiContactForm {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dotted #A8A9F4;
}

.flexiContactForm [type=submit] {
	float: right;
}

.MoreLink {
	display: block;
	text-align: right;
}

.Sidebar > img {
    width: 100%;
}

.u_block {
    display: block;
}
