/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */


.a {
    display: inline-block; width: 100px;
}

header {
  padding: 50px 0;
}

section {
  padding: 100px 0 0;
}

section.endsection {
	padding-bottom: 100px;
}

.image-header {
	width: 70%;
}

a.nav-link.active {
	color: #083b66 !important;
}

.text-height-1 {
	line-height: 1em;
	float: right;
}

.text-height-2 {
	line-height: 2em;
	float: left;
}

.bg-dark {
	background-color: #083b66 !important;
}

.text-coloured {
	color: #083b66 !important;
}

.text-inline-l {
	display: inline-block;
	margin: 4px;
	margin-right: 48px;
}

.text-inline-r {
	display: inline-block;
	margin: 4px;
	margin-left: 48px;
}

@media only screen and (max-width: 360px) {
	.text-height-1 {
		float: left;
	}
}
