@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');

body, html {
  height: 100%;
  margin: 0;
  font-family: tuppence, serif;
font-style: normal;
font-weight: 200;
}

p {
  font-size: 14px;
}

a {
	color: #33cc33;
}


.frontpage {
	overflow: hidden;
	
}

.bg {
  /* The image used */
  background-image: url("frontpage.gif");
  background-color: black;

  /* Full height */
  height: 100%;
	
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45% !important;
  text-align: center;
}
/* Front page button */
.center {
  position: relative;
  top: 45%;
  margin: auto;
  width: 100%;
  vertical-align: middle;
}
.lowerthird {
  position: relative;
  top: 70%;
  margin: auto;
}
.frontHeader {
  color: #FFFFFF;
  font-size: 80px;
  font-weight: bold;
  text-transform: uppercase;
}
.header {
  background-color: #000;
  padding: 30px;
  text-align: center;
  color: #fff;
}
#navbarTitle {
  background-image: url("headerimage.gif");
  background-color: black;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 6%;
}
/*
#navbar {
  overflow: hidden;
  background-color: #000;
  text-align: center;
  padding-bottom: 10px;
}
#navbar a {
  color: #f2f2f2;
  padding: 10px;
  text-decoration: none;
  font-size: 17px;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #33cc33;
  color: white;
}
*/



.topnav {
  overflow: hidden;
  background-color: #000;
  text-align: center;
  padding-bottom: 10px;
}

.topnav a {
 
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #f2f2f2;
  color: black;
}

.topnav a.active {
  background-color: #33cc33;
  color: white;
}

.topnav .icon {
  display: none;
}




.content {
  padding: 16px;
  margin: 10px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content {
  padding-top: 60px;
}
.button {
  display: inline-block;
  background-color: transparent;
  padding: 10px 10px !important;
  margin: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-color: #33cc33;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.button:hover {
  background-color: #fff;
  color: black;
}
.button:active {
  background-color: #33cc33;
  color: white;
}
.buttonInterior {
  display: inline-block;
  background-color: white;
  padding: 10px 10px !important;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid;
  border-color: #33cc33;
  border-radius: 0px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.buttonInterior:hover {
  background-color: #EDEDED;

}
.buttonInterior:active {
  background-color: #33cc33;
  color: white;
}
.centerButton {
  margin: auto !important;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.centerart {
  margin: auto !important;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
* {
  box-sizing: border-box;
}
.row {
  display: flex;
}
/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
}
/* MOBILE FRIENDLY CSS */

@media only screen and (max-width: 930px) {
 
  #navbarTitle {
    background-size: contain;
    font-size: 24px;
    padding-top: 15%;
    padding-bottom: 15%;
  }
	
.topnav a:not(:first-child) {display: none;}
 
.topnav a.icon {
    float: left;
	display: block;}
 
.topnav.responsive {position: relative;}

.topnav.responsive .icon {
/*
    position: absolute;
    left: 0;
    top: 0;
*/
  }
  
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
	
	p {
  font-size: 18px;
}
  .bg {
    /* The image used */
    background-image: url("frontpage.gif");
    background-color: black;
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85% !important;
    text-align: center;
  }
  .frontHeader {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
  }
	
#navbar a {
  display: block;
  color: #f2f2f2;

  text-decoration: none;
  font-size: 18px;
}
  .row {
    display: block;
  }
	
	
  /* Create two equal columns that sits next to each other */
  .column {
    width: 100%;
    padding: 10px;
    margin: 10px;
    padding-right: 20px;
  }
  .buttonInterior {
    font-size: 14px;
  }
	
	
}
/* Accessibility */
.hidden {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a.skip-main {
  font-family: "Gotham A", "Gotham B", sans-serif;
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  background: #333;
  color: #fff;
  font-family: "Gotham A", "Gotham B", sans-serif;
  font-weight: 700;
  height: 3.3333333333333335rem;
  left: 25rem;
  overflow: auto;
  width: 25rem;
  line-height: 3.3333333333333335rem;
  padding: 0 3rem 0 6rem;
  text-transform: uppercase;
  text-decoration: none;
  top: 1rem;
  z-index: 9999;
  -webkit-transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1);
  transition: all 300ms cubic-bezier(0.3, -0.01, 0.57, 1);
  transform: translateX(-100%);
  outline: none;
}

.GreatHallFooter {
	 
  bottom: 0;
	width: 100%;
	background-color: black;
	color:white;
	font-size: 14px;
	float: left;
	padding: 25px;
	
}

.GreatHallFooter a {
	
	color:white;
	text-decoration: underline;
	
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	left: 210px;
	top: 1757px;
}

/* image Grid */

.gridrow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 15px;

}




.gridcolumn {
 -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  padding: 0 40px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

div.figure {
  float: right;
  width: 30%;
  text-align: left;
  font-size: .7em;
  line-height: 1.3;
  text-indent: 0;
  margin: 1em;
  
}