body {
    background-image: url('https://background-tiles.com/overview/black/patterns/large/1030.png');  /*https://background-tiles.com/overview/red/patterns/large/1020.png*/
    background-repeat:repeat;
    background-size:auto;
    height: 100%;
}
.topnav {
  background-color: #333;
  overflow: hidden;
  display: inline-block;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #d5f4e6; /*#ddd;*/
  color: black;
}
/* Add a color to the active/current link */
.topnav .active {
  background-color: #618685; /*#4CAF50;*/
  color: white;
}
.topnav-wrapper {
	text-align: center;
    background-color:#333;
}
.species ul li {
    font-size:30px;
    padding-bottom: 10px;
    color:white;
}
.species h1, .country h1 {
    text-align: center;
    color:white;
    text-decoration: none;
}
.species {
    border-style: solid;
    border-color: white;
    background-color:black;
    position: static;
}
.country {
    border-style: solid;
    border-color: white;
    background-color:#618685;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}
.map{
    position: absolute;
	top: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
}
textarea {
    width: 100%;
    height: auto;
}
#slideshow{
    width: 100%;
    height: 800px;
}
.center-fit {
    max-width: 100%;
    max-height: 90vh;
    margin: auto;
}
.clock {
    text-align:center;
    vertical-align:middle;
    font-size: 48px;
    color:white;
}
#header{
    color: red;
    font-size: 72pt;
    text-align: center;
}
table.pointsTable{
    width: 100%;
    font-size: 24pt;
    text-align: center;
}
table.pointsTable td {
    border-bottom: 1px solid black;
}
table.pointsTable tr {
    background: white;
}
table.pointsTable th {
    background: #4CAF50;
    border-bottom: 2px solid black;
    text-align:center;
}
h1 {
    text-align:center;
    text-decoration: underline;
}
#points-form {
    text-align: center; 
    padding-left: 5%; 
    padding-right: 5%;
    
}
.column {
    float: left; 
    width: 33%; 
    height:100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.btn {width:100%;}
/* LIST #2 */
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:rgb(100,100,100); }
#list2 ol li p { padding-left:8px; font-style:normal; font-family:Arial; font-size:18px; color:#000; border-left: 1px solid #999; }
#list2 ol li p strong { display:inline-block; }
#list2 ol li p em { float: right; padding-right:5%; }

/*Calendar Table*/
table.redTable {
  border: 2px solid #000;
  background: #d5f4e6; /*#ff7b25*/
  width: 100%;
  text-align: left;
  color: #000;
  border-collapse: collapse;
  font-size: 30px;
}
table.redTable td, table.redTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable thead th {
  font-size: 40px;
  font-weight: bold;
  background: #618685; /*#6b5b95*/
  color: #fff;
  text-align: left;
}
table.redTable .today td {
    background-color: #fefbd8; /* #feb236;*/
    color: #000;
}
table.redTable .weekend td {
    background-color: #80ced6; /*#d64161; */
    color: #fff;
}
table.redTable .points {
    background-color: #fefbd8; /*#feb236;*/
    color: #000;
    text-align: center;
}
#footer{
 position:fixed;
 bottom:0;
 left:0;
}