html,body,main,div#wrapper {
	margin:0;
	height: 100%;
	font-family: Tahoma;
	color: white;
	text-transform: lowercase;
	background: deepskyblue;
}

div#wrapper {
	margin: 0px 10px 0 10px;
}

div#backgroundImage {
	content: "";	
	position: fixed;
	z-index: -1;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background-color: rgb(210,240,255);
	/* background: url('https://johnskinner.me.uk/wp/wp-content/uploads/2021/09/Les-cicatrices-damour-scaled.jpg')  no-repeat center center fixed;	*/
	filter: blur(2px) saturate(100%) contrast(70%);
}

div#homeimagediv {
	width: 100%;
	height: 100%;
	position: absolute;
}

div#titleSpacer {
	height: 100px;
}

div#title a{
	float: left;
	position: relative;
	font-size: 4em;
	letter-spacing: 10px;
	color: white;
	width: 100%;
	text-align: center;
	font-family: times;
	text-decoration: none;
}

.bwg-extended-item0, .bwg-extended-item1 {
	background-color: rgba(250, 250, 250, 0.00) !important;
}

.bwg_album_0 {	
	text-decoration: none !important;
}

nav#menu{
	width: 100%;
	float: left;
	position: relative;
	font-size: 1.2em;
	text-align: center;
}

.current_page_item {
	text-decoration: underline;
}

#menu li{
	list-style: none;
	display: inline;
	padding-right: 20px;	
	white-space: nowrap;
}

#titleImage {
	width: 490px;
	margin-top: 2%;
	filter: brightness(1);
}

#menu li a {
	text-decoration: none;
	color: rgb(250,250,250);
}

div.menu {
	width: 100%;
}

div.centered-block {
	width: 80%;
    margin-left: auto;
}

.linkimage {
	margin: 10px;
}
.linkimage img{
	height:auto;
}

@media only screen and (max-width: 520px) {
	body {
		background: url('https://johnskinner.me.uk/wp/wp-content/uploads/2021/09/Les-cicatrices-damour-crop-e1631644542956.jpg')  no-repeat center center fixed;
	}
	
	#titleImage {
		width: 60%;
		margin-top: 2%;
	}

	div.centered-block {
		width: 90%;
		margin-left: auto;
	}
	
	nav#menu{
		font-size: 1.2em;
	}
	
}