body {
	margin: 0px;
	background-color: #eaeaea;
	width: 100%
}

	p {
		margin: 0px;
		padding: 5px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 18px;

	}

	li {
		margin: 0px;
		padding: 5px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 18px;

	}	

	.breadcrumb {
		padding: 5px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 12px;
		color: #5d7078;
	}

	.breadcrumb a {
		padding: 5px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 12px;
		color: black;
		text-decoration: none;
	}	

	h3 {
		margin: 0px;
		padding: 5px;
		font-family: "Times New Roman", Times, Serif;
		font-size: 20px;

	}	

	a {
		color: #0000ff;
		font-family: "Times New Roman", Times, Serif;
		font-size: 18px;
	}

	button {
		padding: 0px;
	}

@media screen and (min-width: 300px) {

/* Top navigation */

.topnav {
	display: none;
}

#logolink a:hover {
	background-color: #f9c42e;
}

.topnavleft a {
	float: left;
	color: #f9c42e;
	text-align: center;
	padding: 32px 20px;
	text-decoration: none;
	font-size: 28px;
}

.topnavleft a:hover {
	background-color: #f9c42e;
	color: black;
}

.topactive {
	background-color: #f9c42e;
	color: black !important;
}

.logocentered {
	position: absolute;
	left: 47%;
}

.topnavright a {
	float: right;
	color: #f9c42e;
	text-align: center;
	padding: 32px 20px;
	text-decoration: none;
	font-size: 28px;
}

.topnavright a:hover {
	background-color: #f9c42e;
	color: black;
}

/* Mobile Nav */

.mobile-nav {
		width: 100%;
		margin: auto;
		background-color: #f9c42e;
		color: black;
}

.topnavmob {
	overflow: hidden;
	background-color: black;
	position: relative;
}

.topnavmob #moblinks {
	display: none;
}

.topnavmob a {
	color: #f9c42e;
	padding: 16px 18px;
	text-decoration: none;
	font-size: 18px;
	display: block;
}

.topnavmob a.icon {
	color: #f9c42e;
	background-color: black;
	display: block;
	position: absolute;
	right: 6px;
	top: 6px;
	padding: 0px;
}

.topnavmob:hover {
	background-color: black;
	color: #f9c42e;
}

a.mobactive {
	background-color: #f9c42e;
	color: black;
}

/* Dropdown styling */

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #f9c42e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 235px;
}

.dropdown-content a:hover {
  background-color: #f9c42e;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hero image and text */

.heroimage {
	display: none;
}

.welcometext {
	display: none;
}

.introductiontext {
	width: 100%;
	display: inline-block;
	border-left: solid 7px #f9c42e;
	border-bottom: solid 7px #f9c42e;
	border-right: solid 7px #f9c42e;
}

.introtext {
	text-align: center;
	padding: 20px;
	font-size: 28px;
	background-color: white;
}

/*Boxing and features*/

.homecontainer {
	width: 100%;
	display: inline-block;
}

.boxescontainer {
	width: 100%;
	display: block;
	height: 650px;
}

.newsbox {
	width: 98%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
}

.boxtitle {
	text-align: center;
	color: #f9c42e;
	padding: 5px;
	width: auto;
	margin: -1px;
	background-color: black;
	font-size: 32px;
}

.contentcontainer {
	width: 100%;
	display: inline-block;
}

.contactcontainer {
	width: 100%;
	display: inline-block;
}

.thankyoucontainer {
	width: 100%;
	display: inline-block;
}

.ArchiveContainer {
	width: 100%;
	display: inline-block;
}

.EventsContainer {
	width: 100%;
	display: inline-block;
}

.coachingcontainer {
	width: 100%;
	display: inline-block;
}

.membershipcontainer {
	width: 100%;
	display: inline-block;
}

/*Carousel settings*/

*{box-sizing: border-box}

.newsslides {display: none;}

img {vertical-align: middle;}

.newscarousel {
	width: 80%;
	position: relative;
	margin: auto;
	padding: 10px 0px;
}

/* chevrons for next and prev */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #f9c42e;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 10px;
	border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
	background-color: black;
}

/* News text */
.newsheading {
	font-size: 22px;
}

.newsintro {
  color: black;
  background-color: #eaeaea;
  opacity: 0.9;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f9c42e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Box buttons */

.button {
	padding: 20px;
}

.boxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.boxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.gallerybutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.gallerybutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.picturebutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.picturebutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Fixture box */

.fixturesbox {
	display: none;
}

.fixturesummary {
	text-align: center;
    padding: 10px;
    width: 80%;
    position: relative;
    margin: auto;
}

.fixturebreak {
	border-top: solid 3px #f9c42e;
}

/* Social banner */

.social {
	width: 100%;
	text-align: center;
	display: inline-block;
}

#facebook {
	padding-left: 20px;
	float: left;
	width: 33%;	
	text-align: center;
}

#twitter {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

#instagram {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

.sociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.sociallink:hover {
	border: solid 2px #f9c42e;
}

/* Footer */

.footer {
	background-color: black;
	display: inline-table;
	color: #f9c42e;
	width: 100%;
}

.logoandaddress {
	width: 50%;
	padding: 20px;
	float: left;
}

.footerlogo {
	vertical-align: middle;
	width: 40%;
	float: left;
}

.footertitle {
	margin-top: 100px;
    margin-left: 0px;
}

.footeraddress {
	margin-left: 0px;
}

.usefullinks {
	width: 50%;
	padding: 20px;
	float: right;
}

.footerlinklist {
    width: 100%;
    display: inline-block;
	padding: 5px;
}

.usefullinktitle {
	margin-top: 30px;
}

.footerlink {
	color: #f9c42e;
	text-decoration: none;
}

#facebookfooter {
	padding-right: 90px;
	float: right;
	width: 50px;	
	text-align: center;
}

#twitterfooter {
	padding-right: 90px;
	float: right;
	width: 50px;
	text-align: center;
}

#instagramfooter {
	float: right;
	width: 50px;
	text-align: center;
}

.footersociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.footersocial {
	display: none;
}

.sponsors {
	margin-top: 300px;
	text-align: center;
	padding:20px;
	display: none;
}

#sponsorlogo {
	width: 30%;
}

/* News */

.articlebox {
	width: 97%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
}

.topstory {
	background-color: #f9c42e;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px black;
}

.story {
	background-color: white;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.topsummary {
	padding-top: 20px;
}

.summary {
	padding-top: 10px;
}

.NewsArchive {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.NewsBox {
	width: 90%;
	border: solid black 2px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 24px;
	height: 500px;
}

.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 220px;
}

.caption {
	display: block;
}

.Events {
	border: solid black 2px;
	width: 100%;
	background-color: white;
	display: inline-block;
}

.EventsBox {
	width: 90%;
	border: solid black 2px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	background-color: white;
	float: left;
	margin-right: 24px;
	height: 570px;
}
	

/* Events */

.eventsbox {
	width: 97%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.event {
	background-color: white;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.eventsummary {
	padding-top: 10px;
}

/* Content container */

.landingcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.contactuscontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.coachingcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.membershipcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.homesidecontent {
	display: none;
}

.sidecontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
}

.sidebutton {
	padding: 20px;
}

.sideboxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.sideboxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.pagecontent {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.fixturerequestcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.fixturecoach {
	width: 30%;
}

/* Officers content */

.officers {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.officer {
	width: 90%;
	border: solid black 2px;
	margin: 20px;
	background-color: white;
	text-align: center;
	float: left;
}

/* Picture gallery homepage */

.galleries {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.galleryset {
	width: 98%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
}

.gallery {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.picture {
	width: 98%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
}

.gallerylarge {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylarger {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylots {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.gallerysmall {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerybig {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

/* Fixtures */

.fixtureset {
	width: 98%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	display: inline-block;
}

/* Forms */

.contactform {
	background-color: white;
	padding: 20px;
}

.coachingform {
	background-color: white;
	padding: 20px;
}

.formintro {
	text-align: center;
	padding-bottom: 10px;
}

.fixturerequestform {
	background-color: white;
	padding: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 150px;
  background-color: #eaeaea;
}

textarea#coachingRequest {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 100px;
  background-color: #eaeaea;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

select#bowlsplayer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

label {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
}

input[type="submit"] {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

input[type="submit"]:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Contact content */

.contacts {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
	display: inline-block;
}

}

@media (min-width: 768px) {

/* Top navigation */

.topnav {
	display: none;
}

#logolink a:hover {
	background-color: #f9c42e;
}

.topnavleft a {
	float: left;
	color: #f9c42e;
	text-align: center;
	padding: 32px 20px;
	text-decoration: none;
	font-size: 28px;
}

.topnavleft a:hover {
	background-color: #f9c42e;
	color: black;
}

.topactive {
	background-color: #f9c42e;
	color: black !important;
}

.logocentered {
	position: absolute;
	left: 47%;
}

.topnavright a {
	float: right;
	color: #f9c42e;
	text-align: center;
	padding: 32px 20px;
	text-decoration: none;
	font-size: 28px;
}

.topnavright a:hover {
	background-color: #f9c42e;
	color: black;
}

.homeimage {
	height: 50px;
}

/* Mobile Nav */

.mobile-nav {
		width: 100%;
		margin: auto;
		background-color: #f9c42e;
		color: black;
}

.topnavmob {
	overflow: hidden;
	background-color: black;
	position: relative;
}

.topnavmob #moblinks {
	display: none;
}

.topnavmob a {
	color: #f9c42e;
	padding: 20px 22px;
	text-decoration: none;
	font-size: 22px;
	display: block;
}

.topnavmob a.icon {
	color: #f9c42e;
	background-color: black;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.topnavmov:hover {
	background-color: black;
	color: #f9c42e;
}

a.mobactive {
	background-color: #f9c42e;
	color: black;
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #f9c42e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 235px;
}

.dropdown-content a:hover {
  background-color: #f9c42e;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hero image and text */

.heroimage {
	display: none;
}

.welcometext {
	display: none;
}

.introductiontext {
	width: 100%;
	display: inline-block;
	border-left: solid 7px #f9c42e;
	border-bottom: solid 7px #f9c42e;
	border-right: solid 7px #f9c42e;
}

.introtext {
	text-align: center;
	padding: 20px;
	font-size: 28px;
	background-color: white;
}

/*Boxing and features*/

.homecontainer {
	width: 100%;
	display: inline-block;
}

.boxescontainer {
	width: 100%;
	display: block;
}

.newsbox {
	width: 98%;
	border: solid black 2px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-color: white;
}

.boxtitle {
	text-align: center;
	color: #f9c42e;
	padding: 5px;
	width: auto;
	margin: -1px;
	background-color: black;
	font-size: 32px;
}

.contentcontainer {
	width: 100%;
	display: inline-block;
}

.contactcontainer {
	width: 100%;
	display: inline-block;
}

.thankyoucontainer {
	width: 100%;
	display: inline-block;
}

.ArchiveContainer {
	width: 100%;
	display: inline-block;
}

.EventsContainer {
	width: 100%;
	display: inline-block;
}

.coachingcontainer {
	width: 100%;
	display: inline-block;
}

.membershipcontainer {
	width: 100%;
	display: inline-block;
}

/*Carousel settings*/

*{box-sizing: border-box}

.newsslides {display: none;}

img {vertical-align: middle;}

.newscarousel {
	width: 80%;
	position: relative;
	margin: auto;
	padding: 10px 0px;
}

/* chevrons for next and prev */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #f9c42e;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 10px;
	border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
	background-color: black;
}

/* News text */
.newsheading {
	font-size: 22px;
}

.newsintro {
  color: black;
  background-color: #eaeaea;
  opacity: 0.9;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f9c42e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Box buttons */

.button {
	padding: 20px;
}

.boxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.boxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.gallerybutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.gallerybutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.picturebutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.picturebutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Fixture box */

.fixturesbox {
	width: 48%;
	border: solid black 2px;
	height: 600px;
	float: right;
	margin: 10px;
	background-color: white;
	display: block;
}

.fixturesummary {
	text-align: center;
    padding: 10px;
    width: 80%;
    position: relative;
    margin: auto;
}

.fixturebreak {
	border-top: solid 3px #f9c42e;
}

/* Social banner */

.social {
	width: 100%;
	text-align: center;
	display: none;
}

#facebook {
	padding-left: 20px;
	float: left;
	width: 33%;	
	text-align: center;
}

#twitter {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

#instagram {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

.sociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.sociallink:hover {
	border: solid 2px #f9c42e;
}

/* Footer */

.footer {
	background-color: black;
	display: inline-table;
	color: #f9c42e;
	width: 100%;	
}

.logoandaddress {
	width: 50%;
	padding: 20px;
	float: left;
}

.footerlogo {
	vertical-align: middle;
	width: 50%;
	float: left;
}

.footertitle {
	margin-top: 10px;
    margin-left: 0px;
}

.footeraddress {
	margin-left: 0px;
}

.usefullinks {
	width: 50%;
	padding: 20px;
	float: right;
}

.footerlinklist {
    width: 40%;
    display: inline-block;
	padding: 5px;
}

.usefullinktitle {
	margin-top: 30px;
}

.footerlink {
	color: #f9c42e;
	text-decoration: none;
}

#facebookfooter {
	padding-right: 90px;
	float: right;
	width: 50px;	
	text-align: center;
}

#twitterfooter {
	padding-right: 90px;
	float: right;
	width: 50px;
	text-align: center;
}

#instagramfooter {
	float: right;
	width: 50px;
	text-align: center;
}

.footersociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.footersocial {
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-right: 100px;
	width: 70%;
	display: block;
}

.sponsors {
	margin-top: 280px;
	text-align: center;
	padding:20px;
	display: none;
}

#sponsorlogo {
	width: 20%;
}

/* News */

.articlebox {
	width: 45%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
}

.topstory {
	background-color: #f9c42e;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px black;
}

.story {
	background-color: white;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.topsummary {
	padding-top: 20px;
}

.summary {
	padding-top: 10px;
}

.NewsArchive {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.NewsBox {
	width: 90%;
	border: solid black 2px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 5px;
	background-color: white;
	float: left;
	display: inline-block;
}

.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 220px;
}

.caption {
	display: block;
}

.Events {
	border: solid black 2px;
	margin: 10px;
	width: 99%;
	background-color: white;
	display: inline-block;
}

.EventsBox {
	width: 90%;
	border: solid black 2px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 5px;
	background-color: white;
	float: left;
	margin-right: 30px;
}
	

/* Events */

.eventsbox {
	width: 45%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.event {
	background-color: white;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.eventsummary {
	padding-top: 10px;
}

/* Content container */

.landingcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.contactuscontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.coachingcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.membershipcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.homesidecontent {
	width: 30%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	text-align: center;
	display: inline-block;
	height: 306px;
}

.sidecontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
}

.sidebutton {
	padding: 20px;
}

.sideboxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.sideboxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.pagecontent {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.fixturerequestcontent {
	width: 98%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.fixturecoach {
	width: 30%;
}

/* Officers content */

.officers {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.officer {
	width: 45%;
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	text-align: center;
	float: left;
}

/* Picture gallery homepage */

.galleries {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.galleryset {
	width: 80%;
    border: solid black 2px;
    margin-left: 80px;
    background-color: white;
    text-align: center;
    float: left;
}

.gallery {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.picture {
	width: 45%;
    border: solid black 2px;
    margin: 10px;
    background-color: white;
    text-align: center;
    float: left;
	height: 430px;
}

.gallerylarge {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylarger {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylots {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.gallerysmall {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerybig {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

/* Fixtures */

.fixtureset {
	width: 45%;
    border: solid black 2px;
    margin: 10px;
    background-color: white;
    text-align: center;
    float: left;
	display: inline-block;
}

/* Forms */

.contactform {
	background-color: white;
	padding: 20px;
}

.coachingform {
	background-color: white;
	padding: 20px;
}

.formintro {
	text-align: center;
	padding-bottom: 10px;
}

.fixturerequestform {
	background-color: white;
	padding: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 150px;
  background-color: #eaeaea;
}

textarea#coachingRequest {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 100px;
  background-color: #eaeaea;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

select#bowlsplayer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

label {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
}

input[type="submit"] {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

input[type="submit"]:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Contact content */

.contacts {
	width: 98%;
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	text-align: center;
	float: left;
	display: inline-block;
}

}

@media (min-width: 992px) {

/* Top navigation */

.topnav {
	background-color: black;
	overflow: hidden;
	display: block;
}

.homeicon {
	margin-top: -5px;
	margin-left: 10px;
	text-align: center;
}

a.homelink {
	color: #f9c42e;
	text-decoration: none;
}

a.homelink:hover {
	color: black;
	background-color: #f9c42e;
}

#logolink:hover {
	background-color: #f9c42e;
	display: block;
}

.topnavleft a {
	float: left;
	color: #f9c42e;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 24px;
	width: 150px;
}

.topnavleft a:hover {
	background-color: #f9c42e;
	color: black;
}

.topactive {
	background-color: #f9c42e;
	color: black !important;
}

.logocentered {
	position: absolute;
	left: 47%;
}

.topnavright a {
	float: right;
	color: #f9c42e;
	text-align: center;
	padding: 20px 20px;
	text-decoration: none;
	font-size: 24px;
	width: 150px;
}

.topnavright a:hover {
	background-color: #f9c42e;
	color: black;
}

.homeimage {
	height: 100px;
}

.homeimage {
	height: 70px;
	margin-left: 5px;
}

/* Mobile Navigation */

.mobile-nav {
	display: none;
}

/* Dropdown styling */

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #f9c42e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 150px;
}

.dropdown-content a:hover {
  background-color: #f9c42e;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hero image and text */

.heroimage {
	position: relative;
	display: inline-block;
}

.welcometext {
	position: absolute;
	color: white;
	text-align: center;
	font-size: 70px;
	bottom: 110px;
	display: block;
	width: 100%;
}

.introductiontext {
	width: 100%;
	display: inline-block;
	border-left: solid 7px #f9c42e;
	border-bottom: solid 7px #f9c42e;
	border-right: solid 7px #f9c42e;
}

.introtext {
	text-align: center;
	padding: 20px;
	font-size: 28px;
	background-color: white;
}

/*Boxing and features*/

.homecontainer {
	width: 100%;
	display: inline-block;
}

.boxescontainer {
	width: 100%;
	display: block;
	height: 650px;
}

.newsbox {
	width: 48%;
	border: solid black 2px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-color: white;
}

.boxtitle {
	text-align: center;
	color: #f9c42e;
	padding: 5px;
	width: auto;
	margin: -1px;
	background-color: black;
	font-size: 32px;
}

.contentcontainer {
	width: 100%;
	display: inline-block;
}

.contactcontainer {
	width: 100%;
	display: inline-block;
}

.thankyoucontainer {
	width: 100%;
	display: inline-block;
}

.ArchiveContainer {
	width: 100%;
	display: inline-block;
}

.EventsContainer {
	width: 100%;
	display: inline-block;
}

.coachingcontainer {
	width: 100%;
	display: inline-block;
}

.membershipcontainer {
	width: 100%;
	display: inline-block;
}

/*Carousel settings*/

*{box-sizing: border-box}

.newsslides {display: none;}

img {vertical-align: middle;}

.newscarousel {
	width: 100%;
	position: relative;
	margin: auto;
	padding: 40px 0px;
}

/* chevrons for next and prev */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #f9c42e;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 10px;
	border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
	background-color: black;
}

/* News text */
.newsheading {
	font-size: 22px;
}

.newsintro {
  color: black;
  background-color: #eaeaea;
  opacity: 0.9;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f9c42e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Box buttons */

.button {
	padding: 20px;
}

.boxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.boxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.gallerybutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.gallerybutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.picturebutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.picturebutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Fixture box */

.fixturesbox {
	width: 48%;
	border: solid black 2px;
	height: 620px;
	float: right;
	margin: 10px;
	background-color: white;
}

.fixturesummary {
	text-align: center;
    padding: 10px;
    width: 80%;
    position: relative;
    margin: auto;
}

.fixturebreak {
	border-top: solid 3px #f9c42e;
}

/* Social banner */

.social {
	width: 100%;
	text-align: center;
	height: 135px;
}

#facebook {
	padding-left: 20px;
	float: left;
	width: 33%;	
	text-align: center;
}

#twitter {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

#instagram {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

.sociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.sociallink:hover {
	border: solid 2px #f9c42e;
}

/* Footer */

.footer {
	background-color: black;
	display: inline-table;
	color: #f9c42e;
	width: 100%;
}

.logoandaddress {
	width: 45%;
	padding: 20px;
	float: left;
}

.footerlogo {
	vertical-align: middle;
	width: 200px;
	float: left;
}

.footertitle {
	margin-top: 30px;
    margin-left: 250px;
}

.footeraddress {
	margin-left: 250px;
}

.usefullinks {
	width: 45%;
	padding: 20px;
	float: right;
}

.footerlinklist {
    width: 33%;
    display: inline-block;
	padding: 5px;
}

.usefullinktitle {
	margin-top: 30px;
}

.footerlink {
	color: #f9c42e;
	text-decoration: none;
}

#facebookfooter {
	padding-right: 90px;
	float: right;
	width: 50px;	
	text-align: center;
}

#twitterfooter {
	padding-right: 90px;
	float: right;
	width: 50px;
	text-align: center;
}

#instagramfooter {
	float: right;
	width: 50px;
	text-align: center;
}

.footersociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.footersocial {
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-right: 150px;
	width: 70%;
	display: block;
}

.sponsors {
	margin-top: 300px;
	text-align: center;
	padding:20px;
	display: none;
}

#sponsorlogo {
	width: 15%;
}

/* News */

.articlebox {
	width: 46%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
}

.topstory {
	background-color: #f9c42e;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px black;
}

.story {
	background-color: white;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.topsummary {
	padding-top: 20px;
}

.summary {
	padding-top: 10px;
}

.NewsArchive {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.NewsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 5px;
	display: inline-block;
}

.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 220px;
}

.caption {
	display: block;
}

.Events {
	border: solid black 2px;
	margin: 10px;
	width: 99%;
	background-color: white;
	display: inline-block;
}

.EventsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 2px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 20px;
}
	

/* Events */

.eventsbox {
	width: 49%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.event {
	background-color: white;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.eventsummary {
	padding-top: 10px;
}

/* Content container */

.landingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.contactuscontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.coachingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.membershipcontent {
	width: 67%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
	float: left;
}

.homesidecontent {
	width: 48%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	text-align: center;
	height: auto;
}

.sidecontent {
	width: 27%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
	float: right;
}

.sidebutton {
	padding: 20px;
}

.sideboxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.sideboxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.pagecontent {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.fixturerequestcontent {
	width: 70%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	float: left;
	display: inline-block;
}

.fixturecoach {
	width: 30%;
	float: left;
}

/* Officers content */

.officers {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.officer {
	width: 40%;
	border: solid black 2px;
	margin: 30px;
	background-color: white;
	text-align: center;
	float: left;
	margin-right: 30px;
}

/* Picture gallery homepage */

.galleries {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.galleryset {
	width: 32%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	height: 500px;
    
}

.gallery {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.picture {
	width: 32%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	height: 450px;
}

.gallerylarge {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylarger {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylots {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.gallerysmall {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerybig {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

/* Fixtures */

.fixtureset {
	width: 32%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	height: 560px;
}

/* Forms */

.contactform {
	background-color: white;
	padding: 20px;
}

.coachingform {
	background-color: white;
	padding: 20px;
}

.formintro {
	text-align: center;
	padding-bottom: 10px;
}

.fixturerequestform {
	background-color: white;
	padding: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 150px;
  background-color: #eaeaea;
}

textarea#coachingRequest {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 100px;
  background-color: #eaeaea;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

select#bowlsplayer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

label {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
}

input[type="submit"] {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

input[type="submit"]:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Contact content */

.contacts {
	width: 32%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
	float: left;
	display: inline-block;
}

}

@media (min-width: 1100px) {

/* Top navigation */

.topnav {
	background-color: black;
	overflow: hidden;
	display: block;
}

.homeicon {
	margin-top: -5px;
	margin-left: 10px;
	text-align: center;
}

a.homelink {
	color: #f9c42e;
	text-decoration: none;
}

a.homelink:hover {
	color: black;
	background-color: #f9c42e;
}

#logolink a:hover {
	background-color: #f9c42e;
}

.topnavleft a {
	float: left;
	color: #f9c42e;
	text-align: center;
	padding: 32px 10px;
	text-decoration: none;
	font-size: 26px;
	width: 190px;
}

.topnavleft a:hover {
	background-color: #f9c42e;
	color: black;
}

.topactive {
	background-color: #f9c42e;
	color: black !important;
}

.logocentered {
	position: absolute;
	left: 48%;
}

.topnavright a {
	float: right;
	color: #f9c42e;
	text-align: center;
	padding: 32px 10px;
	text-decoration: none;
	font-size: 26px;
	width: 170px;
}

.topnavright a:hover {
	background-color: #f9c42e;
	color: black;
}

.homeimage {
	height: 100px;
	margin-left: 10px;
}

/* Mobile navigation */

.mobile-nav {
	display: none;
}

/* Dropdown styling */

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #f9c42e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 190px;
}

.dropdown-content a:hover {
  background-color: #f9c42e;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Hero image and text */

.heroimage {
	position: relative;
	display: inline-block;
}

.welcometext {
	position: absolute;
	color: white;
	text-align: center;
	font-size: 70px;
	bottom: 110px;
	width: 100%;
	display: block;
}

.introductiontext {
	width: 100%;
	display: inline-block;
	border-left: solid 7px #f9c42e;
	border-bottom: solid 7px #f9c42e;
	border-right: solid 7px #f9c42e;
}

.introtext {
	text-align: center;
	padding: 20px;
	font-size: 28px;
	background-color: white;
}

/*Boxing and features*/

.homecontainer {
	width: 100%;
	display: inline-block;
}

.boxescontainer {
	width: 100%;
	display: block;
	height: 650px;
}

.newsbox {
	width: 48%;
	border: solid black 2px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-color: white;
}

.boxtitle {
	text-align: center;
	color: #f9c42e;
	padding: 5px;
	width: auto;
	margin: -1px;
	background-color: black;
	font-size: 32px;
}

.contentcontainer {
	width: 100%;
	display: inline-block;
}

.contactcontainer {
	width: 100%;
	display: inline-block;
}

.thankyoucontainer {
	width: 100%;
	display: inline-block;
}

.ArchiveContainer {
	width: 100%;
	display: inline-block;
}

.EventsContainer {
	width: 100%;
	display: inline-block;
}

.coachingcontainer {
	width: 100%;
	display: inline-block;
}

.membershipcontainer {
	width: 100%;
	display: inline-block;
}

/*Carousel settings*/

*{box-sizing: border-box}

.newsslides {display: none;}

img {vertical-align: middle;}

.newscarousel {
	width: 80%;
	position: relative;
	margin: auto;
	padding: 10px 0px;
}

/* chevrons for next and prev */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #f9c42e;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 10px;
	border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
	background-color: black;
}

/* News text */
.newsheading {
	font-size: 22px;
}

.newsintro {
  color: black;
  background-color: #eaeaea;
  opacity: 0.9;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f9c42e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Box buttons */

.button {
	padding: 20px;
}

.boxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.boxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.gallerybutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.gallerybutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.picturebutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.picturebutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Fixture box */

.fixturesbox {
	width: 48%;
	border: solid black 2px;
	height: 600px;
	float: right;
	margin: 10px;
	background-color: white;
}

.fixturesummary {
	text-align: center;
    padding: 10px;
    width: 80%;
    position: relative;
    margin: auto;
}

.fixturebreak {
	border-top: solid 3px #f9c42e;
}

/* Social banner */

.social {
	width: 100%;
	text-align: center;
	height: 135px;
}

#facebook {
	padding-left: 20px;
	float: left;
	width: 33%;	
	text-align: center;
}

#twitter {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

#instagram {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

.sociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.sociallink:hover {
	border: solid 2px #f9c42e;
}

/* Footer */

.footer {
	background-color: black;
	display: inline-table;
	color: #f9c42e;
}

.logoandaddress {
	width: 45%;
	padding: 20px;
	float: left;
}

.footerlogo {
	vertical-align: middle;
	width: 200px;
	float: left;
}

.footertitle {
	margin-top: 30px;
    margin-left: 250px;
}

.footeraddress {
	margin-left: 250px;
}

.usefullinks {
	width: 45%;
	padding: 20px;
	float: right;
}

.footerlinklist {
    width: 33%;
    display: inline-block;
	padding: 5px;
}

.usefullinktitle {
	margin-top: 30px;
}

.footerlink {
	color: #f9c42e;
	text-decoration: none;
}

#facebookfooter {
	padding-right: 90px;
	float: right;
	width: 50px;	
	text-align: center;
}

#twitterfooter {
	padding-right: 90px;
	float: right;
	width: 50px;
	text-align: center;
}

#instagramfooter {
	float: right;
	width: 50px;
	text-align: center;
}

.footersociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.footersocial {
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-right: 150px;
	width: 50%;
	display: block;
}

.sponsors {
	margin-top: 300px;
	text-align: center;
	padding:20px;
	display: none;
}

#sponsorlogo {
	width: 15%;
}

/* News */

.articlebox {
	width: 47%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
}

.topstory {
	background-color: #f9c42e;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px black;
}

.story {
	background-color: white;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.topsummary {
	padding-top: 20px;
}

.summary {
	padding-top: 10px;
}

.NewsArchive {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.NewsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: white;
	display: inline-block;
}

.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 220px;
}

.caption {
	display: block;
}

.Events {
	border: solid black 2px;
	margin: 10px;
	width: 99%;
	background-color: white;
	display: inline-block;
}

.EventsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 10px;
}
	

/* Events */

.eventsbox {
	width: 47%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.event {
	background-color: white;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.eventsummary {
	padding-top: 10px;
}

/* Content container */

.landingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.contactuscontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.coachingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.membershipcontent {
	width: 70%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	display: inline-block;
}

.sidecontent {
	width: 27%;
	border: solid black 2px;
	float: right;
	margin: 5px;
	background-color: white;
	text-align: center;
}

.sidebutton {
	padding: 20px;
}

.sideboxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.sideboxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.pagecontent {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.fixturerequestcontent {
	width: 70%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	float: left;
	display: inline-block;
}

.fixturecoach {
	width: 30%;
	float: left;
}

/* Officers content */

.officers {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.officer {
	width: 24%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
	float: left;
}

/* Picture gallery homepage */

.galleries {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.galleryset {
	width: 32%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	height: 500px;
}

.gallery {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.picture {
	width: 30%;
    border: solid black 2px;
    margin: 10px;
    background-color: white;
    text-align: center;
    float: left;
	height: 430px;
}

.gallerylarge {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylarger {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylots {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.gallerysmall {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerybig {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

/* Fixtures */

.fixtureset {
	width: 32%;
    border: solid black 2px;
    margin: 5px;
    background-color: white;
    text-align: center;
    float: left;
	height: 560px;
}

/* Forms */

.contactform {
	background-color: white;
	padding: 20px;
}

.coachingform {
	background-color: white;
	padding: 20px;
}

.formintro {
	text-align: center;
	padding-bottom: 10px;
}

.fixturerequestform {
	background-color: white;
	padding: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 150px;
  background-color: #eaeaea;
}

textarea#coachingRequest {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 100px;
  background-color: #eaeaea;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

select#bowlsplayer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

label {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
}

input[type="submit"] {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

input[type="submit"]:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Contact content */

.contacts {
	width: 32%;
	border: solid black 2px;
	margin: 5px;
	background-color: white;
	text-align: center;
	float: left;
	display: inline-block;
}

}

@media (min-width: 1500px) {

/* Top navigation */

.topnav {
	background-color: black;
	overflow: hidden;
	display: block;
}

.homeicon {
	margin-top: -20px;
	margin-left: 10px;
	text-align: center;
}

a.homelink {
	color: #f9c42e;
	text-decoration: none;
}

a.homelink:hover {
	color: black;
	background-color: #f9c42e;
}

#logolink {
	color: #f9c42e;
	text-decoration: none;
	
}

#logolink a:hover {
	background-color: #f9c42e;
	color: black;
}

.topnavleft a {
	float: left;
	color: #f9c42e;
	text-align: center;
	padding: 32px 10px;
	text-decoration: none;
	font-size: 28px;
	width: 240px;
}

.topnavleft a:hover {
	background-color: #f9c42e;
	color: black;
}

.topactive {
	background-color: #f9c42e;
	color: black !important;
}

.logocentered {
	position: absolute;
	left: 48%;
}

.topnavright a {
	float: right;
	color: #f9c42e;
	text-align: center;
	padding: 32px 10px;
	text-decoration: none;
	font-size: 28px;
	width: 230px;
}

.topnavright a:hover {
	background-color: #f9c42e;
	color: black;
}

.homeimage {
	height: 100px;
}

/* Mobile Navigation */

.mobile-nav {
	display: none;
}

/* Dropdown styling */

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: inherit;  
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #f9c42e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 240px;
}

.dropdown-content a:hover {
  background-color: #f9c42e;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.homeimage {
	height: 90px;
	margin-left: 10px;
}

/* Hero image and text */

.heroimage {
	position: relative;
	display: inline-block;
}

.welcometext {
	position: absolute;
	color: white;
	text-align: center;
	font-size: 70px;
	bottom: 110px;
	width: 100%;
	display: block;
}

.introductiontext {
	width: 100%;
	display: inline-block;
	border-left: solid 7px #f9c42e;
	border-bottom: solid 7px #f9c42e;
	border-right: solid 7px #f9c42e;
}

.introtext {
	text-align: center;
	padding: 20px;
	font-size: 28px;
	background-color: white;
}

/*Boxing and features*/

.homecontainer {
	width: 100%;
	display: inline-block;
}

.boxescontainer {
	width: 100%;
	display: block;
	height: 650px;
}

.newsbox {
	width: 48%;
	border: solid black 2px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-color: white;
}

.boxtitle {
	text-align: center;
	color: #f9c42e;
	padding: 5px;
	width: auto;
	margin: -1px;
	background-color: black;
	font-size: 32px;
}

.contentcontainer {
	width: 100%;
	display: inline-block;
}

.contactcontainer {
	width: 100%;
	display: inline-block;
}

.thankyoucontainer {
	width: 100%;
	display: inline-block;
}

.ArchiveContainer {
	width: 100%;
	display: inline-block;
}

.EventsContainer {
	width: 100%;
	display: inline-block;
}

.coachingcontainer {
	width: 100%;
	display: inline-block;
}

.fixturescontainer {
	width: 100%;
	display: inline-block;
}

.fixturesrequestcontainer {
	width: 100%;
	display: inline-block;
}

.membershipcontainer {
	width: 100%;
	display: inline-block;
}

/*Carousel settings*/

*{box-sizing: border-box}

.newsslides {display: none;}

img {vertical-align: middle;}

.newscarousel {
	width: 80%;
	position: relative;
	margin: auto;
	padding: 10px 0px;
}

/* chevrons for next and prev */

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #f9c42e;
	font-weight: bold;
	font-size: 32px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 10px;
	border-radius: 0 3px 3px 0;
}

.prev:hover, .next:hover {
	background-color: black;
}

/* News text */
.newsheading {
	font-size: 22px;
}

.newsintro {
  color: black;
  background-color: #eaeaea;
  opacity: 0.9;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #f9c42e;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Box buttons */

.button {
	padding: 20px;
}

.boxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.boxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.gallerybutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.gallerybutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.picturebutton {
	width: 90%;
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.picturebutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Fixture box */

.fixturesbox {
	width: 48%;
	border: solid black 2px;
	height: 600px;
	float: right;
	margin: 10px;
	background-color: white;
}

.fixturesummary {
	text-align: center;
    padding: 10px;
    width: 80%;
    position: relative;
    margin: auto;
}

.fixturebreak {
	border-top: solid 3px #f9c42e;
}

/* Social banner */

.social {
	width: 100%;
	text-align: center;
	height: 135px;
}

#facebook {
	padding-left: 20px;
	float: left;
	width: 33%;	
	text-align: center;
}

#twitter {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

#instagram {
	padding-left: 20px;
	float: left;
	width: 33%;
	text-align: center;
}

.sociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.sociallink:hover {
	border: solid 2px #f9c42e;
}

/* Footer */

.footer {
	background-color: black;
	display: inline-table;
	color: #f9c42e;
	width: 100%
}

.logoandaddress {
	width: 45%;
	padding: 20px;
	float: left;
}

.footerlogo {
	vertical-align: middle;
	width: 200px;
	float: left;
}

.footertitle {
	margin-top: 30px;
    margin-left: 250px;
}

.footeraddress {
	margin-left: 250px;
}

.usefullinks {
	width: 45%;
	padding: 20px;
	float: right;
}

.footerlinklist {
    width: 33%;
    display: inline-block;
	padding: 5px;
}

.usefullinktitle {
	margin-top: 30px;
}

.footerlink {
	color: #f9c42e;
	text-decoration: none;
}

#facebookfooter {
	padding-right: 90px;
	float: right;
	width: 50px;	
	text-align: center;
}

#twitterfooter {
	padding-right: 90px;
	float: right;
	width: 50px;
	text-align: center;
}

#instagramfooter {
	float: right;
	width: 50px;
	text-align: center;
}

.footersociallink {
	display: block;
	text-decoration: none;
	color: black;
}

.footersocial {
	height: 70px;
	float: right;
	margin-top: 5px;
	margin-right: 150px;
	width: 50%;
	display: block;
}

.sponsors {
	margin-top: 260px;
	text-align: center;
	padding:20px;
	display: none;
}

#sponsorlogo {
	width: 15%;
}
		

/* News */

.articlebox {
	width: 48%;
	border: solid black 2px;
	height: 630px;
	float: left;
	margin: 10px;
	background-color: white;
}

.topstory {
	background-color: #f9c42e;
	text-align: center;
	width: 100%;
	height: 155px;
	border-bottom: solid 2px black;
}

.story {
	background-color: white;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.topsummary {
	padding-top: 20px;
	height: 155px;
}

.summary {
	padding-top: 10px;
	height: 155px;
}

.NewsArchive {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
	width: 98%;
}

.NewsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 20px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 20px;
	display: inline-block;
}

.item {
	vertical-align: top;
	display: inline-block;
	text-align: center;
	width: 220px;
}

.caption {
	display: block;
}

.Events {
	border: solid black 2px;
	margin: 10px;
	width: 99%;
	background-color: white;
	display: inline-block;
}

.EventsBox {
	width: 30%;
	border: solid black 2px;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	background-color: white;
	float: left;
	margin-right: 24px;
	display: inline-block;
}
	

/* Events */

.eventsbox {
	width: 49%;
	border: solid black 2px;
	display: inline-block;
	float: left;
	margin: 10px;
	background-color: white;
}

.event {
	background-color: white;
	width: 100%;
	border-bottom: solid 2px #f9c42e;
}

.eventsummary {
	padding-top: 10px;
}

/* Content container */

.landingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.contactuscontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	height: 766px;
}

.fixturerequestcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	height: 640px;
}

.fixturecoach {
	width: 30%;
	float: left;
}

.coachingcontent {
	width: 70%;
	border: solid black 2px;
	float: left;
	margin: 10px;
	background-color: white;
	height: 925px;
}

.membershipcontent {
	width: 70%;
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.homesidecontent {
	width: 48%;
	border: solid black 2px;
	float: right;
	margin: 10px;
	background-color: white;
	text-align: center;
	display: block;
}

.sidecontent {
	width: 27%;
	border: solid black 2px;
	float: right;
	margin: 10px;
	background-color: white;
	text-align: center;
}

.sidebutton {
	padding: 20px;
}

.sideboxbutton {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.sideboxbutton:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

.pagecontent {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

/* Officers content */

.officers {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.officer {
	width: 20%;
	border: solid black 2px;
	margin: 29px;
	background-color: white;
	text-align: center;
	float: left;
	margin-right: 45px;
}

/* Picture gallery homepage */

.galleries {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.galleryset {
	width: 30%;
    border: solid black 2px;
    margin: 20px;
    background-color: white;
    text-align: center;
    float: left;
    margin-right: 22px;
	height: 420px;
}

.gallery {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.picture {
	width: 30%;
    border: solid black 2px;
    margin: 20px;
    background-color: white;
    text-align: center;
    float: left;
    margin-right: 22px;
	height: 550px;
}

.gallerylarge {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylarger {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	display: inline-block;
}

.gallerylots {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
}

.gallerysmall {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	height: 550px;
}

.gallerybig {
	border: solid black 2px;
	margin: 10px;
	background-color: white;
	height: 2030px;
}

/* Fixtures */

.fixtureset {
	width: 30%;
    border: solid black 2px;
    margin: 20px;
    background-color: white;
    text-align: center;
    float: left;
    margin-right: 30px;
	height: 515px;
}

/* Forms */

.contactform {
	background-color: white;
	padding: 20px;
}

.coachingform {
	background-color: white;
	padding: 20px;
}

.formintro {
	text-align: center;
	padding-bottom: 10px;
}

.fixturerequestform {
	background-color: white;
	padding: 20px;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 150px;
  background-color: #eaeaea;
}

textarea#coachingRequest {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  height: 100px;
  background-color: #eaeaea;
}

select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

select#bowlsplayer {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, Serif;
  font-size: 18px;
  background-color: #eaeaea;
}

label {
	font-family: "Times New Roman", Times, Serif;
	font-size: 18px;
}

input[type="submit"] {
    text-align: center;
    background-color: black;
    color: #f9c42e;
    padding: 10px;
    margin: auto;
    display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

input[type="submit"]:hover {
	color: black;
	background-color: #f9c42e;
	font-weight: bold;
}

/* Contact content */

.contacts {
	width: 30%;
	border: solid black 2px;
	margin: 20px;
	background-color: white;
	text-align: center;
	float: left;
	display: inline-block;
}

}