/* h1 {
  text-decoration: underline;
} */

/* a minimalist set of CSS resets */

/* default to border-box */
html {
  box-sizing: border-box;
  font-size: 18px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* adjust typography defaults */
body {
  padding-bottom: 50px;
  background-color: #09c8;
  margin: 0;
  font-family: Calibri;
  line-height: 1.5;
  margin: 40px;
}

/* images and videos max out at full width */

video {
  height: 200px;
  max-width: 100%;
}

.nav > div {
  padding: 9px;
  text-align: center;
  font-size: 2em;
  color: #dfedff;
}

.nav > div:nth-child(1) {
  background-color: rgba(15, 5, 44, 0.533);
}

.nav > div:nth-child(2) {
  background-color: rgba(15, 5, 44, 0.533);
}

.nav > div:nth-child(3) {
  background-color: rgba(15, 5, 44, 0.533);
}

.footer,
#footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  color: white;
  text-align: center;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
