/* Headers */

body {
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 0;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  margin-left: 20px;
}

h4 {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}

/* Container classes */

.custard { 
  display: inline-block;
  width: 46%;
    @media (max-width: 620px) {
      width: 100%;
  }
}

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}

.blahblah {
  justify-content: center;
  border-style: solid;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
  position: relative;
}

.rhubarb {
  justify-content: center;
  border-style: solid;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #CAE2E8;
}

/* icons */
.icon {  
  display: inline-block;
  vertical-align: top;
  width: 50px;
  margin: 10px 10px 10px 10px;
}

.moreblah {
  justify-content: center;
  border-style: solid;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
  position: relative;
}

/* Site image */
#simg {
  max-width: 100%;
  height: auto;
}

.noteblurb {
  justify-content: center;
  border-style: solid;
  border-color: #F5F0C1;
  border-width: thin;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #F5F0C1;
}

.tabblurb {
  justify-content: center;
  border-style: solid;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #CAE2E8;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

a.timejump {
   color: black;
   text-decoration: none;
}

/* refs */
.refs {  
  display: inline-block;
  vertical-align: top;
  width: 25px;
  margin: 17px 10px 10px 10px;
}

.refbox { 
  display: inline-block;
  width: 95%;
    @media (max-width: 620px) {
      width: 100%;
  }
}

.tab_button {
  background-color: #CAE2E8;
  padding: 15px 32px;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.buttongroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-style: solid;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: white;
  position: relative;
}

.buttongroup .tab_button:hover {
  background-color: #F5F0C1;
}

.rnd_button {
  background-color: #CAE2E8;
  padding: 15px 15px;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 100px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.rnd_button:hover {
  background-color: #F5F0C1;
}

.year_button {
  background-color: #CAE2E8;
  padding: 15px 15px;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 100px;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.year_button:hover {
  background-color: #F5F0C1;
}

.nav_button {
  display: inline-block;
}

/* nav button icons for instructions */
.navs {  
  display: inline-block;
  vertical-align: top;
  width: 30px;
  margin: 17px 10px 10px 10px;
}


/* top navigation bar */

.topnav {
  background-color: #CAE2E8;
  overflow: hidden;
  border-style: solid;
  border-color: #CAE2E8;
  border-width: thin;
  border-radius: 10px;
}

.topnav a {
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: black;
}

.topnav img.gs_icon {
  float: left;
  display: block;
}

.topnav a:hover {
  background-color: #F5F0C1;
  color: black;
}

.topnav a.active {
  background-color: #B6CED4;
  text-decoration: none;
}

.topnav .tn_icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.tn_icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
    background-color: #CAE2E8;
    overflow: hidden;
    border-style: solid;
    border-color: #CAE2E8;
    border-width: thin;
    border-radius: 10px;
  }
  .topnav.responsive .tn_icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-style: solid;
  border-color: white;
  border-width: thin;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: white;
}

div.gallery-item {
  margin: 10px;
  border: 2px solid #F5F0C1;
  border-radius: 10px;
  width: 170px;
  text-align: center;
  background-color: #F5F0C1;
}

.bigbox {
  display: flex;
  background-color: #F5F0C1;
  width: 100%;
  height: 1028px;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-color: #F5F0C1;
  border-width: thin;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

img.photoref {
  border: 2px solid #F5F0C1;
  border-radius: 10px;
}

table {
  border: 1px solid #E1DCAD;
  border-collapse: collapse;
  background-color: #F5F0C1;
}

td {
  text-align: left;
  border: 1px solid #E1DCAD;
  border-collapse: collapse;
  background-color: #F5F0C1;
}

th {
  text-align: left;
  border: 1px solid #F5F0C1;
  border-collapse: collapse;
  background-color: #E1DCAD;
}

tr.tbl_hdr {
   height: 30px;
}

tr.tbl_row {
   height: 50px;
  padding: 10px;
}