body {
  width: 99%;
  height: 400%;
  background-color: darkturquoise;
}
.TopPage {
    background-color: #E1C16E;
    border-width:2px;
    border-style:solid;
    border-color:black;
   /* height: 16%;*/
    width: 99%;
}
.heading {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size:6.5vw;
  height: 10%;
}
.img {
  display: inline;
  float: left;
  width: 18.4%;  
  height: 18.4%;
}
.heading2 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 3vw;
  height: 8%;
}
mainDiv {
  width: 100%;
  height: 100%;
}
.sidenav {
  float: left;
  font-family: cursive, sans-serif;
  height: 100%; /* 100% Full-height */
  width: 10%; 
  font-size: 2vw;
  background-color: darkturquoise; 
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.middle {
  
  float: right;
  width: 90%;
}
.pheader {
  width: 80%;
  margin-left: auto;
}
.paragraph {
  font-size:1.5em;
  width: 80%;
  margin-left: auto;
}
middle2 {
  width: 85%;
  float: right;
}
.bios {
  font-size: 1.5em;
  width: 40%;
  float: left;
  padding-left: 5%;
}
.bios2 {
  font-size: 1.0em;
  width: 40%;
  float: right;
  padding-left: 5%;
}

.leftnav {
  width: 30%;
  height: 30%;
  float: left;
  
}
.rightnav {
  width: 30%;
  height: 50%;
  float: right;
  
}
dt {
  font-size: 1.5em;
  font: bold;
  display: block;
  
}
dd {
  font-size: 1em;
  font: normal;
  display: block;
  width: 100%;
  margin:0;
}
audio {
  float: right;
}

.img2 {
  border: 5px solid white;
  border-radius: 4px;
  width: 50%;
  height: 50%;
  align: center;
 /* -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg); */
}



.calendar {
  width: 99%;
  height: 90%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.calendar-header button {
  background-color: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
#month-year {
  font-size: 1.2em;
  font-weight: bold;
}
.calendar-weekdays, .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendar-weekdays div, .calendar-dates div {
  text-align: center;
  padding: 10%;
}
.calendar-weekdays {
  background-color: #eaeef3;
}
.calendar-weekdays div {
  font-weight: bold;
}
.calendar-dates div {
  border-bottom: 1px solid #eaeef3;
  cursor: pointer;
}
.calendar-dates div:hover {
  background-color: #f1f1f1;
}

.current-date {
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
}


* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
