body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #dcbb54;
}

a {
  color: black;
  font-weight: bolder;
  text-decoration: none;
}

#nextbar, #main {
  background-color: #fff;
}

#topbar, #nextbar, #bottombar, #main {
  padding: 10px 20px 10px 62px;
}

#topbar {
  background-color: #62b1e2;
}

#nextbar {
  border-bottom: solid 1px black;
}

#bottombar {
  background-color: #dcbb54;
}

#main {
  min-height: 500px;
}

#logo {
  text-align: center;
}

#logo img {
    height: 200px;
    width: 200px;
    border: solid 1px black;
}

a:hover {
  text-decoration: underline;
}

.equal3 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
}

.equal3 > * {
  text-align: left;
}

@media (min-width: 845px) {
  .equal3 > * {
    text-align: center;
  }

  .equal3 > *:first-child {
    text-align: left;
  }

  .equal3 > *:last-child {
    text-align: right;
  }
}

#title img {
  width: 1em;
  height: 1em;
}

#medialinks img {
  width: 1em;
  height: 1em;
}

#bottombar {
  border-top: solid 1px black;
  text-align: center;
}

#bottombar form {
  display: inline;
}

#projects img {
    height: 200px;
    width: 200px;
    border: solid 1px black;
}

#projects div {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

#dipstick {
  position: fixed;
  margin: 5px 10px 10px 10px;
  width: 32px;
  height: auto;
}

.right-images img {
  display: block;
  margin: 0;
  margin-bottom: 10px;
  border: solid 1px black;
}

.large-images img {
  width: 100%;
  max-width: 300px;
}

.medium-images img {
  width: 100%;
  max-width: 200px;
}

@media (min-width: 845px) {
  .right-images img {
    float: right;
    margin-left: 10px;
  }
}

.clear {
  clear: both;
}

#nocookies {
  margin-top: 20px;
  font-size: smaller;
}

img.logo {
  width: 100px;
  float: none;
  border: none;
  display: inline-block;
  margin-left: 0;
}

#videoContainer {
  width: 100%;
  margin: 0px;
  text-align: center;
}

#video {
  width: 75%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

figure.audio {
  padding: 0;
  margin: 0;


}

.audio audio {
  margin-top: 1em;
}

button.book {
  font-size: larger;
  font-weight: bold;
}
