html{
  overflow: overlay!important;
}
:root {
  --bg-main: background-color: #998668;
  --bg-cherry: background-color:#990033;
  --bg-red: background-color: #FF0000;
  --bg-orange: background-color: #FF5828;
}

body {
  font-size: 14pt;
  margin: 8px;
  overflow: overlay!important;
}

p {
  margin-bottom: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f8f9fa;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 0px 0px 8px #888888;
}

.sidenav::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0px;
  }
}

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon span {
  background: #f3e5f5;
}

.animated-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

button {
  border: none !important;
}

button:focus {
  outline: none;
}

h2 {
  font-size: 3rem;
  text-align: center;
}

#siteHistoryTable {
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  #siteHistoryTable {
    padding: 0;
  }
}

/* separators */
@media only screen and (max-width: 768px) {
  #guestbook p>img {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .image-separator {
    display: none
  }
}

@media only screen and (min-width: 768px) {
  hr.simple-separator {
    display: none
  }
}

/* guestbook pages */
#guestbook h3 {
  font-size: 1.17em;
  font-weight: bold;
}

#guestbook h3,
#guestbook p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

#guestbook.guestbook h3,
#guestbook.guestbook p {
  padding: 0 15px;
}

#guestbook .form {
  font-size: 18px;
}

#guestbook .row {
  display: flex;
}

#guestbook .row input {
  font-size: 13.3px;
}

#guestbook .row textarea {
  max-width: 60%;
  margin-block-end: 0;
}

#guestbook .row .column {
  flex: 3;
  padding-left: 0;
  margin-block-start: 0;
  margin-block-end: 1.33em;
}

#guestbook .column:first-child {
  text-align: right;
  margin-left: 2em;
}

@media only screen and (max-width: 768px) {
  #guestbook .column:first-child {
    margin-left: 1em;
  }
}

#guestbook .column:nth-child(1) {
  flex: 1;
}

#guestbook .row.centered {
  justify-content: center;
}

/* search page */
table.search h2 {
  font-family: "georgia, Times New Roman, Times";
  font-size: 1.5em;
  font-weight: bold;
}

table.search p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

table.search blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

table.search dd {
  display: block;
  margin-inline-start: 40px;
}

tbody, td, tfoot, th, thead, tr {
  max-width: 100vw;
}

@media only screen and (max-width: 600px) {
  #mySidenav,
  #mySidenav img,
  #mySidenav p
  {
    max-width: 200px !important;
  }

  .m-1 {
    width: 200px;
    height: auto;
  }
}