body{
	background-image:url(https://prussiacove.co.uk/wp-content/uploads/2021/08/bg.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;

}

header{
	padding:0 0;
		background-color: #FFFEFC;
}
.site-header{
	padding:5px!important;
margin-bottom: 10px;
background-color: #FFFEFC;
	height: 230px;
}
nav{
	width: 100%
	background-color: #FFFEFC;
	margin-top: 0!important;
}
.full-screen {
	min-height: 100vh;
}
.site-main{
	padding-top: 25px;
}
.site-content{
	width: 100%;
}
.site-title {
	font-size: 40px;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-title a{
	letter-spacing:25px!important;
	font-weight:500;
}
.site-description {
		line-height:0;
		font-weight:500;
	font-size: 38px;
	padding-bottom: 0;
	margin-bottom:0;
margin-top: -15px;
	letter-spacing:15px!important;
}
.uagb-block-5e5ce9a0 .uagb-toc__title-wrap {
    margin-bottom:0px;
}
.wideWidth{
	width: 100vw;
}
.footer{
	width:100vw;
text-align:center;

}
.tableFontSize{
	font-size: 15px;
}
.tablepress {
	 overflow-x: scroll!important;
}
.tablepress .column-1,
.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4,
.tablepress .column-5,
.tablepress .column-6,
.tablepress .column-7,
.tablepress .column-8,
.tablepress .column-9,
.tablepress .column-10,
.tablepress .column-11,
.tablepress .column-12,
.tablepress .column-13,
.tablepress .column-14,
.tablepress .column-15,
.tablepress .column-16,
.tablepress .column-16 {
	width: 100px!important;
}





.hover-link:hover{

	cursor:pointer;
}
@media (max-width: 1268px){
	.site-header{
	height: 220px;
	}
}

@media (max-width: 970px){
	.site-header{
	height: 280px;
	}

.site-title a{
	letter-spacing:10px!important;
	}
	.site-description {
		letter-spacing:5px;
	}
}

	@media (max-width: 510px) {
		.site-header{
			height: 390px;
		}
			.site-title{
			padding-top: 27px;
		}
	}

@media (max-width:483px){
			.site-header{
			height: 200px;
		}
	.site-title{
			padding-top: 57px;
		}
		.site-title a{
	letter-spacing:0px!important;
	}
	.site-description {
		letter-spacing:0px!important;
	}
	
}