/* universal */

body {
	overflow-x: hidden;
}

/* colours */

.bg-dim {
	background-color: #080312;
}

.bg-med {
	background-color: #048Ba8;
}

.bg-lit {
	background-color: #D3F6DB;
}

.font-med {
	color: #048Ba8;
}

.font-lit {
	color: #D3F6DB;
}

/*---------------------*/

nav {
	width: 100%;
	z-index: 9999;
	border-bottom: 4px solid #048Ba8;
}

.landing-image, .landing-image-2, .contact {
	height: 95vh;
	background-size: cover;
	background-attachment: fixed;
	color: white;
}

.landing-image {
	background-image: url('../images/theatre-light.jpg');
}

.landing-image-2 {
	background-image: url('../images/operation-theatre-2.jpg');
}

.contact {
	background-image: url('../images/futuristic.jpg');
}

.description {
	height: 90vh;
}

.image-points {
	height: 90vh;
}

.form-control, textarea {
	border: 2px solid #048Ba8;
}

textarea {
	width: 100%;
}

footer {
	height: 20vh;
	border-top: 4px solid #048Ba8;
}