@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-family: Poppins, 'Segoe UI', sans-serif;
  color: #595959;
  scroll-behavior: smooth; /*For bookmark links*/
}

body{
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #D9FBD9;
}

img {
	display: block;
	padding: 0%;
}

/* HTML Tag defaults */

p {
	color: #595959;
	font: 16px/24px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
	text-align: justify;
}

p a {
	color: #595959;
}
p a:hover {
	color: green;
}

ul {
	color: gold;
	font: 14px/28px Arial, Helvetica, sans-serif;
	margin: 0 0 24px;
}

ul li {
	list-style: none;
	padding: 0px;
}

h1 {
	color: gold;
	font: 30px/30px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;	
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	text-transform: uppercase;
	text-shadow: -1px 0 #0a5089, 0 1px #0a5089, 1px 0 #0a5089, 0 -1px #0a5089;
}

h2 {
	color: #0a5089;
	font: 20px/40px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;	
	margin: 0px;
	text-transform: uppercase;
}

h3 {
	color: #0a5089;
	font: 16px/32px Arial, Helvetica, sans-serif;
	letter-spacing: 5px;
	font-weight: bold;	
	margin: 0px;
	text-transform: uppercase;
	padding-top: 20px;
}

td a:link {
	text-decoration: none;
}
.comptbl {
	color: #595959;
	text-decoration: none;
	font: 14px/28px Arial, Helvetica, sans-serif;
	display: flex;
}

.cntrtbl {
  margin-left: auto;
  margin-right: auto;
}

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

.infotbl {
	max-width: 100vw;
}

.rslttbl {
	display: inline-grid;
	font: 14px/28px Arial, Helvetica, sans-serif;
	height:90px;
	width: 65px;
	background-color: #00804e;
	text-align: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid gold;
	border-radius:0px 0px 20px 20px;
}

.rslttbl a {
	color: gold;
	}
	
.resctbl {
	display: inline-grid;
	font: 14px/28px Arial, Helvetica, sans-serif;
	height:90px;
	width: 110px;
	color: gold;
	background-color: #00804e;
	text-align: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid gold;
	border-radius:0px 0px 20px 20px;
}

.resctbl a {
	color: gold;
	}

.stickymnu {
position: sticky;
top: 0;
}

.inpglnk {
	color: #0a5089;
	text-decoration: none;
	text-transform: uppercase;
}

main{
  padding: min(5em, 7%);
}
main p{
  margin-top: .35em;
}
.main {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

nav{
  background-color: #00864e;
  border-bottom: 5px solid #00744e;
}
nav ul{
  list-style: none;
  display: flex;
}
nav .home-li{
  margin-right: auto;
}
nav li{
  display: flex;
}
nav a{
  display: flex;
  text-decoration: none;
  color: white;
  padding: 1em 2em;
  transition: background-color 150ms ease;
}
nav a:hover{
  transform: scale(1.15);
}
nav a.active-link{
  border-bottom: 2px solid #595959;
}
nav a.accent-link{
  background-color: limegreen;
}
#open-sidebar-button{
  display: none;
  background-color: #00864e;
  background: none;
  border: none;
  padding: 1em;
  margin-left: auto;
  cursor: pointer;
}
#close-sidebar-button{
  display: none;
  background: none;
  border: none;
  padding: 1em;
  margin-left: auto; 
  cursor: pointer;
}
#overlay{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9;
  display: none;
}

.skip-link {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background-color: limegreen; 
  color: #ffffff; 
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.skip-link:focus {
  opacity: 1; 
  pointer-events: auto; 
  outline: 3px solid #ffffff; 
}

/* Modal Code */
/* LINKS */
.links {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 40px 0;
  overflow: auto;
  transition: left 0s 0.2s, opacity 0.2s;
}

.links-box {
  width: 90%;
  max-width: 300px;
  color: #0a5089;
  background: whitesmoke;
  text-decoration: none;
  padding: 20px 20px 10px 60px;
  border-radius: 16px;
  text-align: justify;
  margin-left: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.2s opacity, 0.2s transform;
}

#toggle-links:checked ~ .links {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}

#toggle-links:checked ~ .links .links-box {
  transform: none;
  opacity: 1;
}
/* End of LINKS */
/* CLUBS */
.clubs {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 40px 0;
  overflow: auto;
  transition: left 0s 0.2s, opacity 0.2s; 
}

.clubs-box {
  width: 90%;
  max-width: 300px;
  color: #0a5089;
  background: whitesmoke;
  text-decoration: none;
  padding: 20px 20px 10px 60px;
  border-radius: 16px;
  text-align: justify;
  margin-left: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.2s opacity, 0.2s transform;
}

#toggle-clubs:checked ~ .clubs {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}

#toggle-clubs:checked ~ .clubs .clubs-box {
  transform: none;
  opacity: 1;
}
/* End of CLUBS */
/* CONTACTS */
.contacts {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 40px 0;
  overflow: auto;
  transition: left 0s 0.2s, opacity 0.2s;
}

.contacts-box {
  width: 90%;
  max-width: 350px;
  color: #0a5089;
  background: whitesmoke;
  text-decoration: none;
  padding: 20px 20px 10px 60px;
  border-radius: 16px;
  text-align: justify;
  margin-left: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.2s opacity, 0.2s transform;
}

#toggle-contacts:checked ~ .contacts {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}

#toggle-contacts:checked ~ .contacts .contacts-box {
  transform: none;
  opacity: 1;
}
/* End of CONTACTS */
/* MEETINGS */
.meetings {
  position: fixed;
  top: 0;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 996;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  padding: 40px 0;
  overflow: auto;
  transition: left 0s 0.2s, opacity 0.2s;
}
#toggle-meetings:checked ~ .meetings {
  left: 0;
  opacity: 1;
  transition: left 0s, opacity 0.2s;
}
.meetings-box {
  width: 90%;
  max-width: 350px;
  color: #0a5089;
  background: whitesmoke;
  text-decoration: none;
  padding: 20px 20px 10px 60px;
  border-radius: 16px;
  text-align: justify;
  margin-left: auto;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.2s opacity, 0.2s transform;
 }
#toggle-meetings:checked ~ .meetings .meetings-box {
  transform: none;
  opacity: 1;
}
/* End of MEETINGS */


#toggle-links, #toggle-clubs, #toggle-contacts, #toggle-meetings {
  display: none;
}

/* End of Modal Code */

/*---- Styles used in the Footer  ----*/
#footer {
	background: #d9d9d9 url(../images/bg-footer.png) repeat-x left top;
	border-top: 2px solid #ffffff;
}
#footer .section {
	float: left;
	min-height: 146px;
	width: 259px;
	border-left: 1px solid #c2c2c2;
	padding: 30px;
}
#footer .section h4 {
	color: #595959;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
}
#footer .section p {
	font-size: 12px;
	margin: 0;
}
#footer .section:first-child {
	border: 0;
}
#footer .contact p span {
	text-transform: uppercase;
}
#footnote {
	background: url(../images/bg-footnote-green.jpg) repeat-x left top;
	border-top: 1px solid #fff;
	padding: 6px 0 3px;
}
#footnote p {
	color: #ffffff;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}
#footnote .connect {
	float: left;
	display: inline-block;
	margin: 0 10px;
}
#footnote .connect a {
	color: #ffffff;
	font: 11px/30px Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left:	20px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	}
#footnote .connect a.facebook {
	background-position: 0 -112px;
}
/*---- End of Styles used in the Footer  ----*/

/*---- For smaller devices  ----*/

@media screen and (max-width: 700px) {
  #open-sidebar-button, #close-sidebar-button{
    display: block;
  }
  nav{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: min(15em, 100%);
    z-index: 10;
    border-left: 1px solid #00744e;
    transition: right 300ms ease-in-out;
  }
  nav.show{
    right: 0;
  }
  nav.show ~ #overlay{
    display: block;
  }
  nav ul{
    width: 100%;
    flex-direction: column;
  }
  nav a{
    width: 100%;
    padding-left: 2.5em;
  }
  nav a.active-link{
    border-bottom: none;
  }
  nav .home-li{
    margin-right: unset;
  }
}