body {
  font-family: serif;
  background-color: #ddedbd;
  background-image: url("graphic/bg.gif");
  margin:0px;
}

.whitebar {
  overflow: hidden;
  background-color: white;
  height: 7px;
  font-size: 1px;
  margin-top:-5px;
}

 /* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #393;
  font-family: serif;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: medium;
  font-weight:800;
  color: white;
  text-align: center;
  padding: 5px 9px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: medium;
  font-weight:800;
  border: none;
  outline: none;
  color: white;
  padding: 5px 9px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a green background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #3c3;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(40,140,40,0.9);
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #3c3;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dd {
  font-size:x-small;
}

table {
  border-collapse:collapse;
}

td {
  border:1px solid silver;
  padding:4px;
}

.txt {
  margin:1%;
  clear:both;
}

img {
  width:100%;
}

.photo {
	background-color:white;
	margin:0.5%;
	padding:1%;
	padding-bottom:0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:20%;
	font-size: small;
	font-family:sans;
	font-style:italic;
	text-align:center;
	color:#339;
}

.fl {
  float:left;
}

.fr {
  float:right;
}

.cb {
  clear:both;
}

.footer {
  font-size:small;
  width:100%;
  text-align: center;
  clear:both;
}

.mini {
  cursor: pointer;
  transition: 0.3s;
}

.mini:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 800px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* Seasonal Calendar blocks */

.in {
   min-width:15px;
   background-image: linear-gradient(to right, #ddedbd , #393, #393);
}

.late {
   min-width:15px;
   background-image: linear-gradient(to right, #ddedbd , #ddedbd, #393);
}

.on {
   min-width:15px;
   background-color:#393;
}

.out {
   min-width:15px;
   background-image: linear-gradient(to right, #393, #393, #ddedbd);
}

.early {
   min-width:15px;
   background-image: linear-gradient(to right, #393, #ddedbd, #ddedbd);
}

.inout {
   min-width:15px;
   background-image: linear-gradient(to right, #ddedbd, #393, #ddedbd);
}

.webmaster {
  color:gray;
}

.subtle {
  color:#66c;
}
