
body {height:100%; width: 100%; margin:0; padding:0; font-size: clamp(1rem, 1vw, 1.1875rem);}

/*Font Settings */

b {
	 font-weight: bold
	 }
	 
i {
	font-style: italic;
	}
	 	
	
@font-face {
	font-family: 'BlackChanceryRegular';
	src: url('/fonts/chancery.eot');
	src: local('Black Chancery Regular'), local('BlackChancery'), url('/fonts/chancery.woff') format('woff'), url('/fonts/chancery.ttf') format('truetype'),	url('/fonts/chancery.svg#BlackChancery') format('svg');
}


@font-face {
	font-family: 'Kingthings Exeter Regular';
	src: url('/fonts/Kingthings_Exeter.eot');
	src: local('Kingthings Exeter Regular'), local('KingthingsExeter'), url('/fonts/Kingthings_Exeter.woff') format('woff'), url('/fonts/Kingthings_Exeter.ttf') format('truetype'), url('/fonts/Kingthings_Exeter.svg#KingthingsExeter') format('svg');
	}
	
@font-face {
    font-family: 'merriweatherregular';
    src: url('/fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('/fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Almo Snow';
	src: url('/fonts/almosnow.eot');
	src: local('Almo Snow') ,  local('Almo Snow') ,  url('/fonts/almosnow.woff') format('woff') ,  url('/fonts/almosnow.ttf') format('truetype') ,  url('/fonts/almosnow.svg#Almo Snow') format('svg');
	font-display: fallback;
	
}

.titlescript {
	font-size: 30pt;
	font-weight: bold;
	font-family: 'BlackChanceryRegular', serif;
	text-align:center;
   }

h1	{
	font-size: 30pt;
	font-weight: bold; 
	font-family: 'BlackChanceryRegular', serif;
	text-align:center;
   }

h2 {
	font-size: 15pt;
	font-weight: bold; 
	font-family: 'BlackChanceryRegular', serif;
	text-align:center;
	}

h3 {
	font-size: 14pt;
	font-weight: bold; 
	font-family: serif;
	text-align:center;
	}

h4 {
	font-size: 18pt;
	font-weight: bold; 
	font-family: serif;
	text-align:center;
	}

.c2 {
	font-size : 0.8333rem;
	font-weight : bold;
	line-height: 2em;
	}
sub.c3{
	font-size : 8pt;
	font-weight : bold;
	top: .5em;
	}

.centre {
	text-align:center;
	}
	
.centre-pic{
	display: block;
	text-align: center;
	}

/* Table settings */

table, tr, td{
	border: ridge #787878;
	}

.navid{
background-color: transparent;
}

.base-background{
	background: #FFF url("images/Minster-006.webp");
	background-size: cover;
}

	
.button-array{
		display: grid;
		grid-column: 1;
		grid-row: 3/span 5;
    }
    
.button-array button{
	 background: transparent;
	 border-style: none;
	 color:black;
    font-family: sans-serif;
    transition: 100ms cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    font-size: 1.5rem;
    padding-bottom:3vh; 

}
    
.button-array button:active {
  transform: translateY(4px);  
 } 
 
.button-array button:hover {
	color:  red;
}
 
.no-dec{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
  
