*{
    box-sizing: border-box
}

.columns,
.columns:last-child {
    margin: 0
}

.page-header {
	 background: url(../images/lanark-header.jpg);
	 background-size: cover;
	 background-position: center;
}

.page-header .subtitle {
	font-size: 1.5rem;
	font-weight: bold;
}

.page-header img {
	max-width: 100%;
	max-height: 3em;
}

p {
	margin-bottom: 0.8rem;
}

.footer-organisations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-organisations .org {
	width: 10rem;
	margin: 0 1rem;
}

.footer-organisations .org a {
	align-items: center;
	display: flex;
	justify-content: center;
	flex-grow: 1;
	position: relative;
	padding: 0.5rem;
	height: 100%;
}

.footer-organisations .org a:hover {
	background-color: #eaeaea;
}

.footer-organisations .org a img {
	position: relative;
	max-height: 150px;
}