html {
height:100%;
scroll-behavior: smooth;
}

body
{ 
width: 100%;
background: url('images/Xylaria-melaneura-group-sp-nov.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
margin: 0 auto !important;
float: none !important;
}



button {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #456123;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:visited {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #456123;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:hover {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:active {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}



A.basiclink:link { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 1.5em; text-decoration: none; text-align: center; color:#456123}
A.basiclink:visited { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 1.5em; text-decoration: none; text-align: center; color:#456123}
A.basiclink:hover { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 1.5em; text-decoration: none; text-align: center; color:#000000}
A.basiclink:active { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 1.5em; text-decoration: none; text-align: center; color:#000000}




@media only screen and (max-width: 768px) {
A.basiclink:link { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 2em; text-decoration: none; text-align: center; color:#456123}
A.basiclink:visited { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 2em; text-decoration: none; text-align: center; color:#456123}
A.basiclink:hover { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 2em; text-decoration: none; text-align: center; color:#000000}
A.basiclink:active { padding: 15px 32px; font-family: 'montserrat', verdana, arial, helvetica, sans-serif; font-size: 2em; text-decoration: none; text-align: center; color:#000000}

button {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #456123;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:visited {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #456123;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:hover {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}

button:active {
  background-color: rgba(255, 255, 255, 0.0);;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  cursor: pointer;
  font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
}


}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
   border-radius: 10px; /* Rounds all corners by 10 pixels */
  
  
  
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 



.newtext {
font-family: 'montserrat', verdana, arial, helvetica, sans-serif; 
font-size: 1.5em;
line-height: 1.5em;
text-align: left;
padding-bottom: 3px;
}