@charset "UTF-8";

body {
  font-family: Arial,sans-serif;
  font-size:25px;
}

a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#800080 ;}  /* visited link */
a:hover {color:#FF00FF;}  /* mouse over link */
a:active {color:#FF0000;}  /* selected link */

/* Menu */

.toplink {
background-color: #d9f0d9;
color: #000000;
padding: 2px;
font-size: 45px;
/*font-weight:bold;*/
border: none; /*1px solid grey;*/
cursor: pointer;
font-family: Arial, sans-serif;
}

.toplink a:link {
text-decoration:none;
color: black;
display: block;
}

.toplink a:visited {
text-decoration:none;
color: black;
display: block;
}

.toplink a:active {
text-decoration:none;
color: black;
display: block;
}

.toplink a:hover {
background-color: #339933;
color: white;
display:block;
}

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

.dropdown_button {
background-color: #d9f0d9; /* button background colour */
color: #000000;
padding: 2px;
font-size: 45px;
/*font-weight:bold;*/
border: none; /*1px solid grey;*/
cursor: pointer;
font-family: Arial, sans-serif; /* Menu font */
}

.dropdown_content {
display: none; /* remove this to show all links before hovering */
position: absolute;
color: #000000;
/*font-weight:bold;*/
font-size:35px;
text-align:left;
float:right;
background-color: #9fcf9f; /* dropdown items - background colour */
/* width: 100%; /* can remove this if you want to make the menu wider/narrower  */
min-width: 180px; /*can add this if you need to change the minimu width of menu */
box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.3);
overflow:auto;
}

.dropdown_content a {
width:100%;
height:100%;
font-family: Arial, sans-serif; /* Menu font */
font-size:35px; /* Menu text size */
z-index:500; /* This makes the dropdown menus appear above the page content below */
position:relative;
color: #000000;
padding: 2px 2px;
text-decoration: none;
display: block;
border-bottom:1px solid #ddd;
}

.dropdown_content a:hover {
background-color: #76b976; /* dropdown items hover - background colour */
color: #ffffff; /* dropdown items hover - text colour */
}

.dropdown_div:hover .dropdown_content {
display: block;
}

.dropdown_div:hover .dropdown_button {
background-color: #339933; /* button hover - change background colour */
color: #ffffff;
}


/* Button for links to past meetings or news */
.meetings_button {
display: inline-block;
padding: 5px;
font-size: 25px;
cursor: pointer;
text-align: center;
vertical-align:top;
text-decoration: none;
outline: none;
color: #000000;
background-color: #04AA6D;
border: none;
border-radius: 15px;
box-shadow: 0 7px #999;
height:158px;
width: 240px;
min-width: 240px;
margin-left:0px;
margin-right:0px;
margin-bottom: 10px;
}

.meetings_button a:link {
text-decoration:none;
color: black;
display: block;
}

.meetings_button a:visited {
text-decoration:none;
color: black;
display: block;
}

.meetings_button a:active {
text-decoration:none;
color: black;
display: block;
/*       box-shadow: 0 5px #666;*/
transform: translateY(4px);
}

.meetings_button a:hover {
/*       background-color: #339933;*/
/*   box-shadow: 5 10px; */
/*     transform: translateY(4px);*/
color: white;
display:block;
}

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

.centerb {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

sup {
  font-size:70%;
}

hr {
  color:green;
  background-color:darkgreen;
  height:5px;
}

h1 {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 63px;
  line-height:100%;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
}

h2 {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 48px;
  line-height: 100%;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

h3 {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 38px;
  line-height: 100%;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
}

h4 {
  background-color: white;
  color: black;
  text-align: center;
  font-size: 28px;
  line-height: 100%;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}
