@charset "utf-8";
/* CSS Document */
/* Add a black background color to the top navigation */
.topnav {
  background-color: saddlebrown;
  overflow: hidden;
}
body {
  background: #F1CEA7 url("img_tree.gif") no-repeat fixed center;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: burlywood;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}footer {
  background-color: #713400; /* Dark background color */
  color: #fff; /* White text color */
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: Arial, sans-serif; /* Font style */
  font-size: 14px; /* Font size */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
img {
  border-radius: 50%;
} 
li{
 text-align: center; /* Center-align text content */
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif; /* Font style */
  font-size: 20px; /* Font size */ 
    color: #B76E26 /* Brown text color */
}
p{ text-align: center; /* Center-align text content */
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif; /* Font style */
  font-size: 20px; /* Font size */ 
    color: #B76E26 /* Brown text color */}
ol{ text-align: left ; /* Center-align text content */
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif; /* Font style */
  font-size: 25px; /* Font size */ 
    color: #B76E26 /* Brown text color */}
h2{ text-align: left; /* Center-align text content */
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"sans-serif; /* Font style */
  font-size: 25px; /* Font size */ 
    color: #B76E26 /* Brown text color */} 

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
#more {display: none;}
