/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html {
	height: 100%;
	margin: 0;

	
	padding: 0;
	
}

body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
	
	line-height: 1;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-image: url('images/bg-13.png');
	background-size: cover;
	overflow: overlay;
	overflow-x: hidden;
} 



#grass {
	display: block;
	position: absolute; 
	top: 72%;
	width: 100vmax;
	height: 72vmax;
	z-index: -999;
	background-image: url(images/grass-8.png);
	background-size: 100%;
	overflow: visible;
	background-repeat: no-repeat;
} 



#top {
	margin-top: 20px;
	position: fixed;
	top: 1%;
	margin-left: 0;
	z-index: 9999;
	width: 100%;
	
} 

#top h1 {
	padding-top: 1%;
} 

#nav {
	text-decoration: none; 
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;

	color:  #214e34;
	position: absolute;
	top: 10px;
	left: 2%;
} 

#nav a {
	display: block;
	position: relative;
	text-decoration: none; 
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	color:  #214e34;
	transition: all 0.1s ease-in-out;
} 



#nav a:hover {
	text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8);
	color: #006168;
	
} 

h1 {
	font-family: 'Permanent Marker', cursive;
	font-size: 2em;
	text-align: center;
	color:  #214e34;
	margin-bottom: 0;
	text-decoration: none;
} 

h2 {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	color:  #214e34;
	margin: 0;
	text-decoration: none;
} 

p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1em;
	text-align: center;
	color: #fff;
} 

a {
	text-decoration: none;
} 

#header {
	text-decoration: none;
	color:  #214e34;

} 

#about {
	width: 90%;
	height: 100%;
	overflow: scroll;
	display: block;
	position: relative; 
	padding-top: 15%;
	left: 10%;
	
	
} 

#about h2 {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 500;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	
	width: 80%;
	background-color: #78914f;
} 


#about p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 80%;
	background-color: #78914f;
	
} 

#logos {
	width: 100%; 
	height: 100px; 
	background: #fff; 
	position: relative; 
	margin-top: 20%; 
	display: flex; 
	
} 

#logos div {
	display: inline-block; 
	position: relative; 
	max-height: 90%; 
	width: auto; 
	flex-grow: 1;
	
} 

#logos img {
	display: block; 
	position: relative;
	width: auto; 
	height: 90%;
	margin: auto;
	margin-top: 3%;
	text-align: center;
} 

#textbox {
	width: 60%;
	height: auto;
	overflow: visible;
	display: block;
	position: relative; 
	top: -10%;
	margin-left: 5%;
	
	
} 

#textbox p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	background: #78914f;
	display: inline;
	
} 

#wrapper {
	position: relative;
	height: 100%;
} 

#content {

	
} 

/*home bg*/


#sun {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15%;
	top: -20%;
	z-index:-999;
	overflow: visible;
	background-blend-mode: multiply;
	background-image: url(images/sun-10.png);
	background-size: 40%;
	background-repeat: no-repeat;
} 

#sun img {
	max-width: 40%;
	position: relative;
	right: 20%;
	opacity: 0.9; 
	mix-blend-mode: screen;
} 

#birds {
	width: 20%;
	position: absolute;
	left: 10%;
	top: 15%;
	z-index:-999;
} 

#birds img {
	width: 100%;
	height: auto;
	position: relative;
	
	opacity: 0.8; 
	background-blend-mode: screen;
} 

.caption {
	overflow: hidden;
	position: relative;
	top: 100%;
	transform: translateY(-20%);
	transition: all 0.3s ease-in-out;
	opacity: 0;
} 

.caption p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1.5vmax;
	padding: 5%;
	text-align: center;
	color: #F8F4A6;
	text-shadow: 2px 2px 8px #383838;
} 



#clouds {
	height: 35%;
	width: 600px; 
	position: absolute;
	top: 15%;
	left: 55%;
	background-blend-mode: multiply;
	display: block;
	transition: all 0.5s ease-out;
	
} 

#clouds img {

	
} 

#cloud1 {
	width: 400px;
	height: 400px;
	position: absolute; 
	display: block;
	
	left: 35%;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	mix-blend-mode: hard-light;
	background-image: url(images/cloud-1-11.png);
	background-size: 100%;
} 

#cloud2 {
	width: 400px;
	height: 400px;
	position: absolute; 
	display: block;
	
	left: 0%;
	margin-top: 7%;
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	mix-blend-mode: hard-light;
	filter: brightness(1);
	background-image: url(images/cloud-2-12.png);
	background-size: 100%;
} 

#clouds .caption {
	top: 90%;
} 

#clouds .caption p {
	color: #214e34;
} 

#clouds .caption p span {
	background: #F8F4A6; 
	border-radius: 1em;
	padding: 5px;
	padding-left: 10px; 
	padding-right: 10px;
} 

#clouds:hover #cloud1 {
	left: 30%;
	transition: all 0.3s ease-in-out;
	filter: brightness(0.9);
} 

#clouds:hover #cloud2 {
	left: 5%;
	margin-top: 7%;
	transition: all 0.3s ease-in-out;
	filter: brightness(1);
	opacity: 0.8;
	background-image: url(images/cloud-2-11.png);
} 

#clouds:hover .caption {
	opacity: 1;
	top: 95%;
	transition: all 0.3s ease-in-out;
	
} 

#buildings {
	display: flex; 
	position: absolute;
	width: 98vmax; 
	height: 10%;
	top: 65%;
	left: 2.5%;
	
} 

#buildings div {
	flex-grow: 1;
	margin-right: 20px;
} 


#walney {
	height: 100%;
	width: 10%; 
	position: relative;
	
	
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} 

#walney img {
	height: auto; 
	width: 100%;
	position: absolute;
} 

#building1 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} 

#walney:hover #building1 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} 

#walney:hover .caption {
	opacity: 1;
	top: 120%;
	transition: all 0.3s ease-in-out;
} 


#signal {
	height: 100%;
	width: auto; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} 

#signal img {
	height: auto; 
	width: 100%;
	position: absolute;
} 

#building2 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} 

#signal:hover #building2 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} 

#signal:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} 


#ormsgill {
	height: 100%;
	width: auto;
	
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-out;
	
} 

#ormsgill img {
	height: auto; 
	width: 100%;
	position: absolute;
} 

#building3 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} 

#ormsgill:hover #building3 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} 

#ormsgill:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} 


#ashfield {
	height: 100%;
	width: 20%; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} 

#ashfield img {
	height: auto; 
	width: 100%;
	position: absolute;
} 

#building4 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} 

#ashfield:hover #building4 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} 

#ashfield:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} 


#five {
	height: 100%;
	width: 20%; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} 

#five img {
	height: auto; 
	width: 100%;
	position: absolute;
} 

#building5 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} 

#five:hover #building5 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} 

#five:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} 

#five .caption p{
	padding-left: 40px;
} 



/*images*/ 

#sidescroller {
	overflow-x: scroll;
	overflow-y: visible;
	white-space: nowrap;
	flex:  none;
	display: flex;
	position: absolute;
	height: 70%;
	width: 100%;
	top: 20%;
	
} 

.gallery {
	display: flex;
	position: absolute;
	margin: 0;
	padding: 0;	
	
	margin-right: 20px;
	height: 80%; 
	top: 20%;
	width: 100%; 
	
	overflow-y: visible;
	white-space: nowrap;
	flex:  none;
	
} 


.gallery img {
	width: auto;
	height: 90%;
	border: 10px solid white; 
	position: relative;
	display: inline;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;

} 

#peg {
	border: none;
	display: block; 
	height: 140px;
	width: auto;
	position: absolute;
	margin-top: -5%;
	overflow: visible!important;
	z-index: 99!important;
	
} 

#peg img {
	border: none;
	overflow: visible!important;
	top: -20%;
	margin-right: 30vmax;
	height: 100%;
	z-index: 99!important;
	box-shadow: 5px 2px 10px -2px rgba(0, 0, 0, 0.2);
} 

#line {
	border: none;
	display: block; 
	height: 40px;
	width: auto;
	position: absolute;
	top: 2%;
	
	overflow-y: visible!important;
	z-index: -99!important;
} 

#line img {
	border: none;
	overflow: visible!important;
	
	height: 100%;
	z-index: 99!important;
	display: inline;
	padding: 0;
	margin: -10px;
} 


iframe {
	background-color: white;
	width: 30vmax;
	height: 100%;
	padding: 0;
	
} 

.video {
	
	height: 90%;
	width: auto;
	border: 10px solid white; 
	margin-right: 20px;
	margin-left: 20px;
} 

#player {
	
} 

#header {
	text-decoration: none;
} 




#morephotos {
	position: relative;
	height: 100vmax;
	margin-top: 5%;
} 


#morephotos ul {
	margin: 0;
	padding-left: 10px;
	width: 105%;
	padding-right: 0;
} 

	
#morephotos ul li {
	float: left;
	overflow: visible;
	display: block;
	max-width: 25%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 50px;
	
	margin-bottom: 10px;
	
} 

#morephotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	border: 10px solid white; 
	border-bottom: 60px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
}  

#morephotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} 

#morephotostitle {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 3em;
	padding: 5%;
	width: 25%;
	text-align: center;
	color: #F8F4A6;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	color: #214e34;
} 




#signalmorephotos {
	position: relative;
	height: 100vmax;
	margin-top: 5%;
} 


#signalmorephotos ul {
	margin: 0;
	padding-left: 10px;
	width: 105%;
	padding-right: 0;
} 

	
#signalmorephotos ul li {
	float: left;
	overflow: visible;
	display: block;
	max-width: 25%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 50px;
	
	margin-bottom: 10px;
	
} 

#signalmorephotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
}  

#signalmorephotos ul li iframe {
	background: none;
	width: 30vmax;
	height: 300px;
	padding: 0;
	

}  

#signalmorephotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} 


#signaltext {
	width: 60%;
	height: auto;
	overflow: visible;
	display: block;
	position: relative; 
	margin-top: 20%;
	margin-left: 5%;
	
	
} 

#signaltext p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	background: ;
	display: inline;

} 


#eidphotos {
	position: relative;
	height: auto;
	margin-top: 12%;
	width: 98%;
	
} 


#eidphotos ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-auto-rows: auto;
	gap: 10px;
	overflow: scroll;
	
} 

	
#eidphotos ul li {
	float: left;
	display: block; 
	overflow: visible;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	
	
} 

#eidphotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	border: 10px solid white; 
	border-bottom: 60px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
}  

#eidphotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} 


.phototitle {
	width: 100%;
	text-align: center; 
	height: auto;
	position: relative;
	height: 10%;
	margin-top:10%;
	background-image: url(images/signal/flourish2.png);
	background-repeat: repeat-x;
	background-size: 40%;
	display: flex; 
	justify-content: center;
} 

.phototitle div {
	position: absolute;
	top: 0;
	
	background-color: white; 

	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.phototitle h1 {
	text-decoration: underline; 
	text-align: center;
} 

#photocredit {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 3em;
	padding: 5%;
	
	left: 3%;
	margin-top: 5%!important;
	
	
	text-align: center;
	color: #F8F4A6;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
} 

#photocredit h3 {
	padding-top: 10%;
	padding-bottom: 10%;
	
} 


/*reporting the storm*/ 


#stormvideo {
	width: 100%;
	height: 60%;
	position: absolute; 
	display: block;
	top: 20%;
} 

#stormvideo iframe {
	width: 100%; 
	height: 100%; 
	position: absolute;
	display: block;
	background: none;
} 

#news {
	
	display: block;
	position: absolute;
	text-align: centre;
	top: 150px;
	left: 10%;
	width: 80%;
	height: auto;
	padding-top: 120px;
	padding-bottom: 200px;
	background-color: #fff;
	box-shadow: 5px 10px #888888;
} 

.newsheader {
	width: 100%;
	height: 110px; 
	background-color: #b80000;
	position: absolute; 
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;

	
} 

#news h1 {
	margin-top: 30px;
	margin-left: 1.2em;
	font-family: sans-serif;
	font-size: 3em;
	color: #fff;
	font-weight: 900;
	text-align: left;

} 

#news h3 {
	font-weight: 600;
	font-family: 'Georgia', serif;
	font-size: 3em;
	color: #333;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1em;
	clear: right;
	
} 

.quote {
	font-size: 4em;
} 

#news p {
	width: 100%;
	
	margin-left: 2em;
	font-family: sans-serif;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;

} 

#news img {
	height: auto; 
	max-width: 100%;
	margin-top: 1em;
	margin-left: 2.5em;
	padding-right: 2em;
} 

.newsblock {
	height: 100%;
	max-width: 55%; 
	margin: 50px;
	margin-bottom: 20px;
} 

.newsblock iframe {
	height: 420px;
	width: 100%; 
	display: block;
	margin: 50px;
	margin-left: 40px;
	margin-right: 0;
	margin-bottom: 20px;
} 


#signalpage #wrapper {
	height: auto;
}

#eid {
	position: relative;
	display: block; 
	height: 98%;
	width: 98%;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50px;
	top: 15%;
	left: 1%;
	background-image: url('images/eid/moonandstars5.png');
	
	background-size: cover;
	z-index:99;
	
	
} 

#bottom {
	position: relative; 
	display: block;
	height: 400px; 
	
}

#eidinner {
	position: relative;
	display: block; 
	height: 99%;
	width: 72%;

	
	background-image: url('images/eid/moonandstars5.png');
	
	background-size: 200%;
	background-repeat: no-repeat;
	border-radius: 60px;
	top: 5%;
	left: 14%;
	overflow: scroll;
	
	
} 

#eidinnerbg {
	position: relative;
	display: block; 
	height: 97%;
	width: 70%;
	
	
	background-image: url('images/eid/eidinner02.png');
	background-size: 100%;
	opacity: 1;
	
	border-radius: 60px;
	top: 20%;
	left: 15%;
	overflow: hidden;
	z-index: -99;
	

} 

#eidinner h1 {
	position: absolute; 
	text-align: center; 
	width: 100%;
	font-size: 3em;
	top: 5%;
	color: rgba(1, 19, 73, 1);
} 



#stripes {
	display: block;
	position: absolute; 
	top: -50vmax;
	left: -50vmax;
	width: 200vmax;
	height: 200vmax;
	z-index: -9999;
	background-image: url(images/stripes01.png);
	background-size: cover;
	opacity: 0.8;
	mix-blend-mode: difference;
	background-position: center;
	overflow: visible;
	background-repeat: no-repeat;
} 

#ashfieldpage #textbox {
	display: none;
} 

#leaves {
	position: absolute;
	height: auto;
	margin-top: 0%;
	width: 98%;
} 

#leaves2 {
	display: none;
} 


#leaves ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
} 

	
#leaves ul li {
	
	display: block; 
	overflow: visible;
	display: block;
	max-width: 40%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-bottom: 20px;
	
} 

#leaves ul li img {
	margin: 0;
	padding: 0;
	max-width: 100%!important;
    height: auto;
	border: 10px solid white;
	mix-blend-mode: multiply; 
	opacity: 0.8;
	display: block;
	float: left;
}  

#leaves ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} 

#tree {
	display: block;
	position: absolute; 
	top: -55%;
	width: 100vmax;
	height: 100vmax;
	z-index: -9999;
	background-image: url(images/tree01.png);
	background-size: 40%;
	
	background-position: center;
	overflow: visible;
	background-repeat: no-repeat;
	mix-blend-mode: normal;
} 

#tree div {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	left: 35%;
} 

#tree img {
	
	display: block;
	width: 30vmax;
	
} 

#poem {
	width: 30%; 
	height: 70%;
	display: block;
	position: absolute;
	top: 15%;
	margin-top: ;
	z-index: 999;
	mix-blend-mode: normal;
} 

#poem ul {
	max-width: 80%; 
	left: 15%;
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
} 

#poem li {
	position: relative; 
	display: block;
	width: 95%;
	text-align: center;
	padding-bottom: 1vmax;
	opacity: 0.9;
	flex-grow: 1;
	
} 

#poem p {
	font-size: 1.2vmax;
	max-width: 100%;
	color: #214e34;
	font-weight: 700;
	background: rgba(248, 244, 166, 0);
	background-image: url(images/ashfield-poem02.png);
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	padding: 1vmax;
	
} 

#paragraph {
	max-width: 30%;
	height: auto%;
	top: -2%;
	right: -2%; 
	position: absolute; 
	display: block;
	text-align: left; 
	opacity: 1;
	background: rgba(239, 186, 124, 0);
	background-image: url(images/ashfield-poem04.png);
	background-size: cover;
	border-radius: 5px;
} 

#paragraph p {
	font-size: 1vmax;
	line-height: 1.4vmax;
	max-width: 80%;
	color: #214e34;
	font-weight: 700;
	
	
	padding: 2vmax;
	padding-top: 10%;
	text-align: left;
} 

#footer {
	height: 30px;
	
	position: fixed; 
	bottom: 8%;
	display: block;
	text-align: center;
	left: 5%;
}  


#footer p{
	
	 
	bottom: 10%;
	width: auto;
	
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	color: #F8F4A6;
	background-color: #78914f;
	font-style: italic; 
	text-shadow: 2px 2px 6px #383838;

} 























































	
 .dark-mode {
	height: 100%;
	
	font-size: 100%;
	background-color: white;
	margin: 0;
	padding: 0;
	
	line-height: 1;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-image: url('images/bg-13-DARK.png')!important;
	background-size: cover;
	overflow: auto;
	overflow-x: hidden;
} .dark-mode



#grass {
	display: block;
	position: absolute; 
	top: 72%;
	width: 100vmax;
	height: 72vmax;
	z-index: -999;
	background-image: url(images/grass-8.png);
	background-size: 100%;
	overflow: visible;
	background-repeat: no-repeat;
} .dark-mode



#top {
	margin-top: 20px;
	position: fixed;
	top: 1%;
	margin-left: 0;
	z-index: 9999;
	width: 100%;
	
} .dark-mode

#top h1 {
	padding-top: 1%;
} .dark-mode

#nav {
	text-decoration: none; 
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: left;

	color:  rgb(248, 244, 166);
	position: absolute;
	top: 10px;
	left: 2%;
} .dark-mode

#nav a {
	display: block;
	position: relative;
	text-decoration: none; 
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
	color:  rgb(248, 244, 166);
	transition: all 0.1s ease-in-out;
} .dark-mode



#nav a:hover {
	text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.8);
	color: #fff;
	
} .dark-mode

h1 {
	font-family: 'Permanent Marker', cursive;
	font-size: 2em;
	text-align: center;
	color:  rgb(248, 244, 166);
	margin-bottom: 0;
	text-decoration: none;
} .dark-mode

h2 {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
	color:  rgb(248, 244, 166);
	margin: 0;
	text-decoration: none;
} .dark-mode

p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1em;
	text-align: center;
	color: #fff;
} .dark-mode

a {
	text-decoration: none;
} .dark-mode

#header {
	text-decoration: none;
	color:  rgb(248, 244, 166)!important;

} .dark-mode

#about {
	width: 90%;
	height: 100%;
	overflow: scroll;
	display: block;
	position: relative; 
	padding-top: 20%;
	left: 10%;
	
	
} 

.dark-mode #about::-webkit-scrollbar {
	display: none;
}

.dark-mode

#about h2 {
	font-family: 'Permanent Marker', cursive;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 500;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	
	width: 80%;
	background-color: #78914f;
} .dark-mode


#about p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 80%;
	background-color: #78914f;
	
} .dark-mode

#logos {
	width: 100%; 
	height: 100px; 
	background: #fff; 
	position: relative; 
	margin-top: 20%; 
	display: flex; 
	
} .dark-mode

#logos div {
	display: inline-block; 
	position: relative; 
	max-height: 90%; 
	width: auto; 
	flex-grow: 1;
	
} .dark-mode

#logos img {
	display: block; 
	position: relative;
	width: auto; 
	height: 90%;
	margin: auto;
	margin-top: 3%;
	text-align: center;
} .dark-mode

#textbox {
	width: 60%;
	height: auto;
	overflow: visible;
	display: block;
	position: relative; 
	top: -10%;
	margin-left: 5%;
	
	
} .dark-mode

#textbox p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	background: #78914f;
	display: inline;
	
} .dark-mode

#wrapper {
	position: relative;
	height: 100%;
} .dark-mode

#content {

	
} .dark-mode

/*home bg*/


#sun {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -15%;
	top: -20%;
	z-index:-999;
	overflow: visible;
	background-blend-mode: multiply;
	background-image: url(images/moon-5.png);
	background-size: 40%;
	background-repeat: no-repeat;
} .dark-mode

#sun img {
	max-width: 40%;
	position: relative;
	right: 20%;
	opacity: 0.9; 
	mix-blend-mode: screen;
} .dark-mode

#birds {
	width: 20%;
	position: absolute;
	left: 10%;
	top: 15%;
	z-index:-999;
} .dark-mode

#birds img {
	width: 100%;
	height: auto;
	position: relative;
	
	opacity: 0.8; 
	background-blend-mode: screen;
} .dark-mode

.caption {
	overflow: hidden;
	position: relative;
	top: 100%;
	transform: translateY(-20%);
	transition: all 0.3s ease-in-out;
	opacity: 0;
} .dark-mode

.caption p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 1.5vmax;
	padding: 5%;
	text-align: center;

} .dark-mode



#clouds {
	height: 35%;
	width: 600px; 
	position: absolute;
	top: 15%;
	left: 55%;
	background-blend-mode: multiply;
	display: block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#clouds img {

	
} .dark-mode

#cloud1 {
	width: 400px;
	height: 400px;
	position: absolute; 
	display: block;
	
	left: 35%;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	mix-blend-mode: hard-light;
	background-image: url(images/cloud-1-11.png);
	background-size: 100%;
} .dark-mode

#cloud2 {
	width: 400px;
	height: 400px;
	position: absolute; 
	display: block;
	
	left: 0%;
	margin-top: 7%;
	transition: all 0.3s ease-in-out;
	opacity: 0.7;
	mix-blend-mode: hard-light;
	filter: brightness(1);
	background-image: url(images/cloud-2-12.png);
	background-size: 100%;
} .dark-mode

#clouds .caption {
	top: 90%;
} .dark-mode

#clouds .caption p {
	text-shadow: 2px 2px 6px #000000;
} .dark-mode

#clouds:hover #cloud1 {
	left: 30%;
	transition: all 0.3s ease-in-out;
	filter: brightness(0.9);
} .dark-mode

#clouds:hover #cloud2 {
	left: 5%;
	margin-top: 7%;
	transition: all 0.3s ease-in-out;
	filter: brightness(1);
	opacity: 0.8;
	background-image: url(images/cloud-2-11.png);
} .dark-mode

#clouds:hover .caption {
	opacity: 1;
	top: 95%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#buildings {
	display: flex; 
	position: absolute;
	width: 98vmax; 
	height: 10%;
	top: 65%;
	left: 2.5%;
	
} .dark-mode

#buildings div {
	flex-grow: 1;
	margin-right: 20px;
} .dark-mode


#walney {
	height: 100%;
	width: 10%; 
	position: relative;
	
	
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#walney img {
	height: auto; 
	width: 100%;
	position: absolute;
} .dark-mode

#building1 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#walney:hover #building1 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} .dark-mode

#walney:hover .caption {
	opacity: 1;
	top: 120%;
	transition: all 0.3s ease-in-out;
} .dark-mode


#signal {
	height: 100%;
	width: auto; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#signal img {
	height: auto; 
	width: 100%;
	position: absolute;
} .dark-mode

#building2 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#signal:hover #building2 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} .dark-mode

#signal:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} .dark-mode


#ormsgill {
	height: 100%;
	width: auto;
	
	position: relative;
	display: inline-block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#ormsgill img {
	height: auto; 
	width: 100%;
	position: absolute;
} .dark-mode

#building3 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#ormsgill:hover #building3 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} .dark-mode

#ormsgill:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} .dark-mode


#ashfield {
	height: 100%;
	width: 20%; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#ashfield img {
	height: auto; 
	width: 100%;
	position: absolute;
} .dark-mode

#building4 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#ashfield:hover #building4 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} .dark-mode

#ashfield:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} .dark-mode


#five {
	height: 100%;
	width: 20%; 
	position: relative;
	
	display: inline-block;
	transition: all 0.5s ease-out;
	
} .dark-mode

#five img {
	height: auto; 
	width: 100%;
	position: absolute;
} .dark-mode

#building5 {
	
	bottom: 0;
	margin-top: 0%;
	transition: all 0.3s ease-in-out;
	
} .dark-mode

#five:hover #building5 {
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
	filter: brightness(1);
	box-shadow: 0px 40px 30px -20px #4d5d33;
} .dark-mode

#five:hover .caption {
	opacity: 1;
	top: 110%;
	transition: all 0.3s ease-in-out;
} .dark-mode

#five .caption p{
	padding-left: 40px;
} .dark-mode



/*images*/ 

#sidescroller {
	overflow-x: scroll;
	overflow-y: visible;
	white-space: nowrap;
	flex:  none;
	display: flex;
	position: absolute;
	height: 70%;
	width: 100%;
	top: 20%;
	
} .dark-mode

.gallery {
	display: flex;
	position: absolute;
	margin: 0;
	padding: 0;	
	
	margin-right: 20px;
	height: 80%; 
	top: 20%;
	width: 100%; 
	
	overflow-y: visible;
	white-space: nowrap;
	flex:  none;
	
} .dark-mode


.gallery img {
	width: auto;
	height: 90%;
	border: 10px solid white; 
	position: relative;
	display: inline;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;

} .dark-mode

#peg {
	border: none;
	display: block; 
	height: 140px;
	width: auto;
	position: absolute;
	margin-top: -5%;
	overflow: visible!important;
	z-index: 99!important;
	
} .dark-mode

#peg img {
	border: none;
	overflow: visible!important;
	top: -20%;
	margin-right: 30vmax;
	height: 100%;
	z-index: 99!important;
	box-shadow: 5px 2px 10px -2px rgba(0, 0, 0, 0.2);
} .dark-mode

#line {
	border: none;
	display: block; 
	height: 40px;
	width: auto;
	position: absolute;
	top: 2%;
	
	overflow-y: visible!important;
	z-index: -99!important;
} .dark-mode

#line img {
	border: none;
	overflow: visible!important;
	
	height: 100%;
	z-index: 99!important;
	display: inline;
	padding: 0;
	margin: -10px;
} .dark-mode


iframe {
	background-color: white;
	width: 30vmax;
	height: 100%;
	padding: 0;
	
} .dark-mode

.video {
	
	height: 90%;
	width: auto;
	border: 10px solid white; 
	margin-right: 20px;
	margin-left: 20px;
} .dark-mode

#player {
	
} .dark-mode

#header {
	text-decoration: none;
} .dark-mode




#morephotos {
	position: relative;
	height: 100vmax;
	margin-top: 5%;
} .dark-mode


#morephotos ul {
	margin: 0;
	padding-left: 10px;
	width: 105%;
	padding-right: 0;
} .dark-mode

	
#morephotos ul li {
	float: left;
	overflow: visible;
	display: block;
	max-width: 25%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 50px;
	
	margin-bottom: 10px;
	
} .dark-mode

#morephotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	border: 10px solid white; 
	border-bottom: 60px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
} .dark-mode 

#morephotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} .dark-mode

#morephotostitle {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 3em;
	padding: 5%;
	width: 25%;
	text-align: center;
	color: #F8F4A6;
	text-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
	color: #214e34;
} .dark-mode


#signalpage #wrapper {
	height: auto;
}

.dark-mode #signalmorephotos {
	position: relative;
	height: 100vmax;
	margin-top: 5%;
} .dark-mode


#signalmorephotos ul {
	margin: 0;
	padding-left: 10px;
	width: 105%;
	padding-right: 0;
} .dark-mode

	
#signalmorephotos ul li {
	float: left;
	overflow: visible;
	display: block;
	max-width: 25%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 50px;
	
	margin-bottom: 10px;
	
} .dark-mode

#signalmorephotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
} .dark-mode 

#signalmorephotos ul li iframe {
	background: none;
	width: 30vmax;
	height: 300px;
	padding: 0;
	

} .dark-mode 

#signalmorephotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} .dark-mode


#signaltext {
	width: 60%;
	height: auto;
	overflow: visible;
	display: block;
	position: relative; 
	margin-top: 20%;
	margin-left: 5%;
	
	
} .dark-mode

#signaltext p {
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 700;
	text-align: left;
	color: #F8F4A6;
	width: 100%;
	background: ;
	display: inline;

} .dark-mode


#eidphotos {
	position: relative;
	height: auto;
	margin-top: 12%;
	width: 98%;
	
} .dark-mode


#eidphotos ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	grid-auto-rows: auto;
	gap: 10px;
	overflow: scroll;
	
} .dark-mode

	
#eidphotos ul li {
	float: left;
	display: block; 
	overflow: visible;
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	
	
} .dark-mode

#eidphotos ul li img {
	margin: 0;
	
	padding: 0;
	
	max-width: 100%!important;
	
    height: auto;
	border: 10px solid white; 
	border-bottom: 60px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: block;
	float: left;
} .dark-mode 

#eidphotos ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} .dark-mode


.phototitle {
	width: 100%;
	text-align: center; 
	height: auto;
	position: relative;
	height: 10%;
	margin-top:10%;
	background-image: url(images/signal/flourish2.png);
	background-repeat: repeat-x;
	background-size: 40%;
	display: flex; 
	justify-content: center;
} .dark-mode

.phototitle div {
	position: absolute;
	top: 0;
	
	background-color: white; 
	
	height: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} .dark-mode

.phototitle h1 {
	text-decoration: underline; 
	text-align: center;
} .dark-mode

#photocredit {
	font-family: 'Plus Jakarta Sans', cursive;
	font-weight: 700;
	font-size: 3em;
	padding: 5%;
	
	left: 3%;
	margin-top: 5%!important;
	
	text-align: center;
	color: #F8F4A6;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
} .dark-mode

#photocredit h3 {
	padding-top: 10%;
	padding-bottom: 10%;
	
} .dark-mode


/*reporting the storm*/ 


#stormvideo {
	width: 100%;
	height: 60%;
	position: absolute; 
	display: block;
	top: 20%;
} .dark-mode

#stormvideo iframe {
	width: 100%; 
	height: 100%; 
	position: absolute;
	display: block;
	background: none;
} .dark-mode

#news {
	
	display: block;
	position: absolute;
	text-align: centre;
	top: 150px;
	left: 10%;
	width: 80%;
	height: auto;
	padding-top: 120px;
	padding-bottom: 200px;
	background-color: #fff;
	box-shadow: 5px 10px #888888;
} .dark-mode

.newsheader {
	width: 100%;
	height: 110px; 
	background-color: #b80000;
	position: absolute; 
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;

	
} .dark-mode

#news h1 {
	margin-top: 30px;
	margin-left: 1.2em;
	font-family: sans-serif;
	font-size: 3em;
	color: #fff;
	font-weight: 900;
	text-align: left;

} .dark-mode

#news h3 {
	font-weight: 600;
	font-family: 'Georgia', serif;
	font-size: 3em;
	color: #333;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1em;
	clear: right;
	
} .dark-mode

.quote {
	font-size: 4em;
} .dark-mode

#news p {
	width: 100%;
	
	margin-left: 2em;
	font-family: sans-serif;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #333;

} .dark-mode

#news img {
	height: auto; 
	max-width: 100%;
	margin-top: 1em;
	margin-left: 2.5em;
	padding-right: 2em;
} .dark-mode

.newsblock {
	height: 100%;
	max-width: 55%; 
	margin: 50px;
	margin-bottom: 20px;
} .dark-mode

.newsblock iframe {
	height: 420px;
	width: 100%; 
	display: block;
	margin: 50px;
	margin-left: 40px;
	margin-right: 0;
	margin-bottom: 20px;
} .dark-mode


#eid {
	position: relative;
	display: block; 
	height: 98%;
	width: 98%;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 50px;
	top: 15%;
	left: 1%;
	background-image: url('images/eid/moonandstars5.png');
	
	background-size: cover;
	z-index:99;
} .dark-mode

#eidinner {
	position: absolute;
	display: block; 
	height: 99%;
	width: 72%;

	
	background-image: url('images/eid/moonandstars5.png');
	
	background-size: 200%;
	background-repeat: no-repeat;
	border-radius: 60px;
	top: 5%;
	left: 14%;
	overflow: scroll;
} .dark-mode

#eidinnerbg {
	position: absolute;
	display: block; 
	height: 97%;
	width: 70%;
	
	
	background-image: url('images/eid/eidinner02.png');
	background-size: 100%;
	opacity: 1;
	
	border-radius: 60px;
	top: 20%;
	left: 15%;
	overflow: hidden;
	z-index: -99;
} .dark-mode

#eidinner h1 {
	position: absolute; 
	text-align: center; 
	width: 100%;
	font-size: 3em;
	top: 5%;
	color: rgba(1, 19, 73, 1);
} 

.dark-mode #bottom {
	position: relative; 
	display: block;
	height: 400px; 
	
}


.dark-mode

#stripes {
	display: block;
	position: absolute; 
	top: -50vmax;
	left: -50vmax;
	width: 200vmax;
	height: 200vmax;
	z-index: -9999;
	background-image: url(images/stripes01.png);
	background-size: cover;
	opacity: 0.8;
	mix-blend-mode: difference;
	background-position: center;
	overflow: visible;
	background-repeat: no-repeat;
} .dark-mode

#ashfieldpage #textbox {
	display: none;
} 

.dark-mode

#leaves {
	position: absolute;
	height: auto;
	margin-top: 0%;
	width: 98%;
} .dark-mode

#leaves2 {
	display: none;
} .dark-mode


#leaves ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
} .dark-mode

	
#leaves ul li {
	
	display: block; 
	overflow: visible;
	display: block;
	max-width: 40%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-bottom: 20px;
	
} .dark-mode

#leaves ul li img {
	margin: 0;
	padding: 0;
	max-width: 100%!important;
    height: auto;
	border: 10px solid white;
	mix-blend-mode: multiply; 
	opacity: 0.8;
	display: block;
	float: left;
} .dark-mode 

#leaves ul li p {
	max-width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
	box-shadow: none;
	opacity: 0.9;
	color: white;
	
} .dark-mode

#tree {
	display: block;
	position: absolute; 
	top: -55%;
	width: 100vmax;
	height: 100vmax;
	z-index: -9999;
	background-image: url(images/tree01.png);
	background-size: 40%;
	
	background-position: center;
	overflow: visible;
	background-repeat: no-repeat;
	background-blend-mode: normal; 
	mix-blend-mode: normal;
} .dark-mode

#tree div {
	width: 100%;
	position: relative;
	display: inline-block;
	text-align: center;
	left: 35%;
} .dark-mode

#tree img {
	
	display: block;
	width: 30vmax;
	
} .dark-mode

#poem {
	width: 30%; 
	height: 70%;
	display: block;
	position: absolute;
	top: 15%;
	margin-top: ;
	z-index: 999;
	mix-blend-mode: normal;
} .dark-mode

#poem ul {
	max-width: 80%; 
	left: 15%;
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
} .dark-mode

#poem li {
	position: relative; 
	display: block;
	width: 95%;
	text-align: center;
	padding-bottom: 1vmax;
	opacity: 0.9;
	flex-grow: 1;
	
} .dark-mode

#poem p {
	font-size: 1.2vmax;
	max-width: 100%;
	color: #214e34;
	font-weight: 700;
	background: rgba(248, 244, 166, 0);
	background-image: url(images/ashfield-poem02.png);
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	padding: 1vmax;
	
} .dark-mode

#paragraph {
	max-width: 30%;
	height: auto%;
	top: -2%;
	right: -2%; 
	position: absolute; 
	display: block;
	text-align: left; 
	opacity: 1;
	background: rgba(239, 186, 124, 0);
	background-image: url(images/ashfield-poem04.png);
	background-size: cover;
	border-radius: 5px;
} .dark-mode

#paragraph p {
	font-size: 1vmax;
	line-height: 1.4vmax;
	max-width: 80%;
	color: #214e34;
	font-weight: 700;
	
	
	padding: 2vmax;
	padding-top: 10%;
	text-align: left;
} .dark-mode

#footer {
	height: 30px;
	
	position: fixed; 
	bottom: 8%;
	display: block;
	text-align: center;
	left: 5%;
} .dark-mode 


#footer p{
	
	 
	bottom: 10%;
	width: auto;
	
	font-family: 'Plus Jakarta Sans', cursive;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 700;
	text-align: center;
	color: #F8F4A6;
	background-color: #78914f;
	font-style: italic; 
	text-shadow: 2px 2px 6px #383838;

} 

/* total width */
::-webkit-scrollbar {
   display: none;
    
	

}


/* total width */
#sidescroller::-webkit-scrollbar {
   display: block;
    width: 12px;
	height: 12px;
	

}

/* background of the scrollbar except button or resizer */
#sidescroller::-webkit-scrollbar-track {
    background: transparent; 

}

#sidescroller::-webkit-scrollbar-track:vertical {
    background: rgba(0, 0, 0, 0.5); 
	background-blend-mode: overlay;

}

/* scrollbar itself */
#sidescroller::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    
	
}

/* set button(top and bottom of the scrollbar) */
#sidescroller::-webkit-scrollbar-button {
    display:none;
	
}

#sidescroller::-webkit-scrollbar-thumb:hover {
    background-color: rgb(248, 244, 166);
   
}









@media (max-width: 1800px) {
	#sun {
		top: -15%;
		left: -10%;
	}
}


@media (max-width: 1200px) {
	
	.dark-mode #sun {
		top: -5%;
		left: -10%;
	}


	.dark-mode #homepage {
		overflow: auto!important;
	}
	
	
	
	.dark-mode #nav a {
		font-size: 1.5em;
		line-height: 1.5em;
	} 
	
	.dark-mode #grass {
		background-repeat: repeat-y;
		height: 350vmax;
		top: 100%;
	} 
}


/*MOBILE*/
@media (max-width: 800px) {
	
	
	#homepage {
		overflow: auto!important;
	}
	
	
	
	#nav a {
		font-size: 1.5em;
		line-height: 1.5em;
	} 
	
	#grass {
		background-repeat: repeat-y;
		height: 350vmax;
		top: 100%;
	} 
	
	#news {
		width: 95%;
		left: 2%;
	} 
	
	#buildings {
		display: block; 
		position: absolute;
		width: 80vmax; 
		height: 200vmax;
		top: 80%;
		left: 20%;
		
	}  
	
	.caption { 
	opacity: 1;
	} 
	
	.caption p { 
		font-size: 2em;
	} 
	
	#sun {
		left: -60%; 
		top: -15%; 
		background-size: 100%;
		width: 150%;
	}  
	
	#birds {
		width: 60%; 
		top: 25%!important;
	} 
	
	#clouds {
		left: 20%;
		top: 25%;
		height: 50%;
		width: 80vmax;
	} 
	
	#clouds .caption {
		
	} 
	
	#cloud2 {
		background-image: url(images/cloud-2-11.png);
	} 

	#buildings div {
		width: 100%; 
		
		margin-right: 0;
		clear: right;
		margin-bottom: 50px;
	} 

	#walney {
		display: block; 
		height: 20%!important;
	} 

	#signal {
		display: block; 
		height: 55%!important;
	} 

	#ormsgill {
		display: block; 
		height: 20%!important;
	} 

	#ashfield {
		display: block; 
		height: 20%!important;
	} 

	#five {
		display: block; 
		height: 20%!important;
	} 

	#footer {
		font-size: 1.5em;
	} 


	
	#aboutpage {
		width: 100vw;
		
		overflow-x: hidden!important;
		
	}  
	
	#aboutpage #wrapper {
		height: 200%;
	} 
	
	#aboutpage #signalmorephotos {
		width: 100vmax;
		top: 40%;
		left: 2%;
	} 
	
	#aboutpage #grass {
		width: 105vmax;
		overflow-x: hidden;
	} 
	
	#logos {
		bottom: -1800px;
		width: 123%;
	}
	
	#signalmorephotos ul li {
		max-width: 80%;
	} 
	
	#about {
		width: 98vw; 
		
		left: 10%;
		font-size: 1.5em; 
		top: 15%;
		height: auto;
		overflow: visible;
	} 
	
	#about h2 {
		font-size: 2em;
	} 
	
	#about p {
		max-width: 100%; 
		width: 100%;
		margin-right: 0!important;
		font-size: 1.5em;
	} 
	
	#aboutpage #sun {
		width: 100%;
		left: -45%;
		top: -10%;
	} 

	

	#storm {
	
	}  
	
	
	
	#storm #grass {
		height: 200vmax;
	} 
	
	#stormvideo {
		top: 30%;
		width: 100vmax;
	} 
	
	#textbox {
		width: 90vmax!important; 
		font-size: 1.5em; 
		top: 10%;
	} 

	
	#walneypage {
		width: 100vmax;
	} 
	
	#walneypage #sun {
		width: 90%;
		left: -40%;
		top: -25%;
	} 
	
	#walneypage #grass {
		height: 250vmax;
	} 
	
	#walneypage iframe {
		width: 500px; 
		background: none;
	} 

	
	#signalpage {
		width: 110%;
		
	} 
	
	#signalpage #top {
		font-size: 0.6em; 
		margin-top: 10px;
	} 
	
	
	
	#eid {
		width: 100%; 
		top: 20%;
		background-size: 80%;
	} 
	
	#eidinner {
		left: 1%;
		width: 100%; 
		height: 86%;
	} 
	
	#eidphotos {
		margin-top: 25%;
	} 
	
	#eidinner ul {
		grid-template-columns: repeat(1, 1fr);
	} 

	#eidinnerbg {
		left: 1%;
		width: 100%;
		height: 85%;
		top: 25%;
	} 

	#signaltext {
		width: 100%; 
		margin-top: 25%;
	} 
	
	#signalpage .phototitle div {
		width: auto; 
		left: 20%;
	} 
	
	#signalpage #photocredit {
		width: 70%; 
		
	} 
	
	
	#ormsgillpage {
		width: 100vmax;
	} 
	
	#ormsgillpage #nav {
		font-size: 1.2em;
	}  
	
	#ormsgillpage #sun {
		width: 80%;
		left: -35%;
		top: -20%;
	} 
	
	#ormsgillpage #grass {
		height: 200vmax;
	} 
	
	
	#ashfieldpage {
		width: 90vmax;
		
	} 
	
	#ashfieldpage #top {
		width: 100vmax;
	} 
	
	#ashfieldpage #wrapper {
		width: 100vmax;
	} 
	
	#ashfieldpage #sun {
		width: 90%; 
		left: -40%;
		top: -20%;
	} 
	
	#ashfieldpage #grass {
		top: 150%;
		
	} 
	
	#stripes {
		width: 100vmax;  
		top: 70%;
		background-size: 500%; 
		background-position: center;
		left: 0
		
	} 
	
	#poem {
		width: 100vmax;
		font-size: 1.5em;
		top: 40%;
	} 
	
	#poem p {
		width: 100%;
		font-size: 1.5em;
	} 
	
	#poem ul {
		left: 10%;
	} 
	
	#ashfieldpage #signalmorephotos {
		top: 100%;
		width: 90vmax;
		left: 5%;
	} 
	
	#ashfieldpage #textbox {
		display: block;
		top: 60%;
		width: 100%;
	} 
	
	#ashfieldpage #paragraph {
		display: none;
	} 
	
	#leaves {
		top: 350%;
	} 
	
	#leaves ul {
		width: 60vmax;
	} 
	
	#leaves2 {
		display: block;
		
	position: absolute;
	height: auto;
	margin-top: 600%;
	width: 70%;
	} 
	
	#leaves ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	} 

	
	#leaves ul li {
		
		display: block; 
		overflow: visible;
		display: block;
		max-width: 40%;
		height: auto;
		position: relative;
		margin: 0;
		padding: 20px;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 2%;
		margin-bottom: 20px;
		
	} 

	#leaves2 ul li img {
		margin: 0;
		padding: 0;
		max-width: 100%!important;
		height: auto;
		border: 10px solid white;
		mix-blend-mode: multiply; 
		opacity: 0.8;
		display: block;
		float: left;
	}  

	#leaves2 ul li p {
		max-width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		background: none;
		box-shadow: none;
		opacity: 0.9;
		color: white;
		
	} 


	#ovalpage {
		width: 100vmax;
	} 
	
	#ovalpage #sun {
		width: 90%;
		left: -40%;
		top: -25%;
	} 
	
	#ovalpage #grass {
		height: 200vmax;
	} 
	
	
	
	
	
	@media (max-width: 380px) {
	#aboutpage #signalmorephotos {
		margin-top: 30%;
		
	}
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


@media (max-width: 1800px) {
	.dark-mode #sun {
		top: -15%;
		left: -10%;
	} 
	
	
} 





/*MOBILE*/
@media (max-width: 800px) {
	
	
	.dark-mode #homepage {
		overflow: auto!important;
	}
	
	.dark-mode #header {
		text-shadow: 2px 2px 13px #383838;
	}
	
	 .dark-mode
	#nav a {
		font-size: 1.5em;
		line-height: 1.5em;
		text-shadow: 2px 2px 6px #383838;
	} .dark-mode 
	
	#grass {
		background-repeat: repeat-y;
		height: 350vmax;
		top: 100%;
	} .dark-mode 
	
	#news {
		width: 95%;
		left: 2%;
	} .dark-mode 
	
	#buildings {
		display: block; 
		position: absolute;
		width: 80vmax; 
		height: 200vmax;
		top: 80%;
		left: 20%;
		
	} .dark-mode  
	
	.caption { 
	opacity: 1;
	} .dark-mode 
	
	.caption p { 
		font-size: 2em;
	} .dark-mode 
	
	#sun {
		left: -80%; 
		top: -0%; 
		background-size: 100%;
		width: 150%;
	} .dark-mode  
	
	#birds {
		width: 60%; 
		top: 25%!important;
	} .dark-mode 
	
	#clouds {
		left: 20%;
		top: 25%;
		height: 50%;
		width: 80vmax;
	} .dark-mode 
	
	#clouds .caption {
		
	} .dark-mode 
	
	#cloud2 {
		background-image: url(images/cloud-2-11.png);
	} .dark-mode 

	#buildings div {
		width: 100%; 
		
		margin-right: 0;
		clear: right;
		margin-bottom: 50px;
	} .dark-mode 

	#walney {
		display: block; 
		height: 20%!important;
	} .dark-mode 

	#signal {
		display: block; 
		height: 55%!important;
	} .dark-mode 

	#ormsgill {
		display: block; 
		height: 20%!important;
	} .dark-mode 

	#ashfield {
		display: block; 
		height: 20%!important;
	} .dark-mode 

	#five {
		display: block; 
		height: 20%!important;
	} .dark-mode 

	#footer {
		font-size: 1.5em;
	} .dark-mode 


	
	#aboutpage {
	
		overflow-x: hidden;
	} .dark-mode  
	
	#aboutpage #wrapper {
		height: 200%;
	} .dark-mode 
	
	#aboutpage #signalmorephotos {
		width: 100vmax;
		top: 40%;
		left: 2%;
	} .dark-mode 
	
	#aboutpage #grass {
		width: 105vmax;
		overflow-x: hidden;
	}
		
	.dark-mode #logos {
		bottom: -1800px;
		width: 123%;
	}
		
	 .dark-mode 
	
	#signalmorephotos ul li {
		max-width: 80%;
	} .dark-mode 
	
	#about {
		width: 98vmax; 
		left: 5%;
		font-size: 1.5em; 
		top: 15%;
		height: auto;
		overflow: visible;
	} .dark-mode 
	
	#about h2 {
		font-size: 2em;
	} .dark-mode 
	
	#about p {
		max-width: 100%; 
		width: 100%;
		margin-right: 0!important;
		font-size: 1.5em;
	} .dark-mode 
	
	#aboutpage #sun {
		width: 100%;
		left: -45%;
		top: -10%;
	} .dark-mode 

	

	#storm {
	
	} .dark-mode  
	
	
	
	#storm #grass {
		height: 200vmax;
	} .dark-mode 
	
	#stormvideo {
		top: 30%;
		width: 100vmax;
	} .dark-mode 
	
	#textbox {
		width: 90vmax!important; 
		font-size: 1.5em; 
		top: 10%;
	} .dark-mode 

	
	#walneypage {
		width: 100vmax;
	} .dark-mode 
	
	#walneypage #sun {
		width: 90%;
		left: -40%;
		top: -25%;
	} .dark-mode 
	
	#walneypage #grass {
		height: 250vmax;
	} .dark-mode 
	
	#walneypage iframe {
		width: 500px; 
		background: none;
	} .dark-mode 

	
	#signalpage {
		width: 110%;
		
	} .dark-mode 
	
	#signalpage #top {
		font-size: 0.6em; 
		margin-top: 10px;
	} .dark-mode 
	
	
	
	#eid {
		width: 100%; 
		top: 20%;
		background-size: 80%;
	} .dark-mode 
	
	#eidinner {
		left: 1%;
		width: 100%; 
		height: 86%;
	} .dark-mode 
	
	#eidphotos {
		margin-top: 25%;
	} .dark-mode 
	
	#eidinner ul {
		grid-template-columns: repeat(1, 1fr);
	} .dark-mode 

	#eidinnerbg {
		left: 1%;
		width: 100%;
		height: 85%;
		top: 25%;
	} .dark-mode 

	#signaltext {
		width: 100%; 
		margin-top: 25%;
	} .dark-mode 
	
	#signalpage .phototitle div {
		width: auto; 
		left: 20%;
	} .dark-mode 
	
	#signalpage #photocredit {
		width: 70%; 
		
	} .dark-mode 
	
	
	#ormsgillpage {
		width: 100vmax;
	} .dark-mode 
	
	#ormsgillpage #nav {
		font-size: 1.2em;
	} .dark-mode  
	
	#ormsgillpage #sun {
		width: 80%;
		left: -35%;
		top: -20%;
	} .dark-mode 
	
	#ormsgillpage #grass {
		height: 200vmax;
	} .dark-mode 
	
	
	#ashfieldpage {
		width: 90vmax;
		
	} .dark-mode 
	
	#ashfieldpage #top {
		width: 100vmax;
	} .dark-mode 
	
	#ashfieldpage #wrapper {
		width: 100vmax;
	} .dark-mode 
	
	#ashfieldpage #sun {
		width: 90%; 
		left: -40%;
		top: -20%;
	} .dark-mode 
	
	#ashfieldpage #grass {
		top: 150%;
		
	} .dark-mode 
	
	#stripes {
		width: 100vmax;  
		top: 70%;
		background-size: 500%; 
		background-position: center;
		left: 0
		
	} .dark-mode 
	
	#poem {
		width: 100vmax;
		font-size: 1.5em;
		top: 40%;
	} .dark-mode 
	
	#poem p {
		width: 100%;
		font-size: 1.5em;
	} .dark-mode 
	
	#poem ul {
		left: 10%;
	} .dark-mode 
	
	#ashfieldpage #signalmorephotos {
		top: 100%;
		width: 90vmax;
		left: 5%;
	} .dark-mode 
	
	#ashfieldpage #textbox {
		display: block;
		top: 60%;
		width: 100%;
	} .dark-mode 
	
	#ashfieldpage #paragraph {
		display: none;
	} .dark-mode 
	
	#leaves {
		top: 350%;
	} .dark-mode 
	
	#leaves ul {
		width: 60vmax;
	} .dark-mode 
	
	#leaves2 {
		display: block;
		
	position: absolute;
	height: auto;
	margin-top: 600%;
	width: 70%;
	} .dark-mode 
	
	#leaves ul {
	margin: 0;
	padding-left: 10px;
	width: 100%;
	padding-right: 0;
	position: absolute; 
	vertical-align: middle;
	text-align: center;
	} .dark-mode 

	
	#leaves ul li {
		
		display: block; 
		overflow: visible;
		display: block;
		max-width: 40%;
		height: auto;
		position: relative;
		margin: 0;
		padding: 20px;
		text-align: center;
		margin-bottom: 10px;
		margin-left: 2%;
		margin-bottom: 20px;
		
	} .dark-mode 

	#leaves2 ul li img {
		margin: 0;
		padding: 0;
		max-width: 100%!important;
		height: auto;
		border: 10px solid white;
		mix-blend-mode: multiply; 
		opacity: 0.8;
		display: block;
		float: left;
	} .dark-mode  

	#leaves2 ul li p {
		max-width: 50%;
		height: auto;
		margin: 0;
		padding: 0;
		background: none;
		box-shadow: none;
		opacity: 0.9;
		color: white;
		
	} .dark-mode 


	#ovalpage {
		width: 100vmax;
	} .dark-mode 
	
	#ovalpage #sun {
		width: 90%;
		left: -40%;
		top: -25%;
	} .dark-mode 
	
	#ovalpage #grass {
		height: 200vmax;
	} 
	
	
	
	
	
	@media (max-width: 380px) {
	.dark-mode #aboutpage #signalmorephotos {
		margin-top: 30%;
		
	} 
	
	.dark-mode #leaves2 {
		width: 50%!important;
	}
} 
	
	
	
	
	
	
	
	
	
	