@charset "UTF-8";
/* CSS Document */

/* --------------- */
/* MAIN LAYOUT CSS */
/* --------------- */

.bck {
	background-image:url(../images/Cotswolds.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100dvh;
}
.bck:after {
	content: '';
	background-image: url(../images/bars.jpg);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 28px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#wrapper {
	width: 100%;
	margin: 0px auto;
	position:absolute;
	overflow: auto;
	height: 100dvh;
}

.container {
	position: absolute;
	width: 80%;
	max-width: 600px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 100px 0px 150px 0px;
}
.container .tint{
	padding: 40px 20px 20px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.6);
}

#logo {
	padding: 0px 0 40px 0px;
}

#logo img {
	width: 80%;
	max-width: 640px;
	height: auto;
	display: block;
	margin: 0 auto;
}
h1 {
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}
p {
	color: #000;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 25px;
}
h3 {
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
