* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: andale mono, monospace;
  background-image: url('site-files/background_doodles.png');
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-color: #000000;
  background-attachment: fixed;
}

header {
  text-align: center;
  padding: 32px;
}

.section {
  text-align: center;
}

a {
  text-decoration: none;
}

.art-gallery {
  margin-top: -30px;
  width: 100%;
  height: 80%;
  display: flex;
  flex-flow: column;
  overflow: scroll;
}

.row {
  display: flex;
  flex-flow: row;
  justify-content: center;
  height: auto;
}

.gallery-entry {
  width: 300px;
  height: 300px;
  margin: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-width: 4px;
  border-style: solid;
  border-color: #FFFFFF;
}

.gallery-entry-fit {
  margin: 15px;
  border-width: 4px;
  border-style: solid;
  border-color: #FFFFFF;
}

.fancybox-navigation .fancybox-button {
  width: 10%;
  height: 10%;
  padding: 10px 6px 10px 6px;
  margin-right: 30px;
  margin-left: 30px;
}

.fancybox-caption {
  font-size: xx-large;
}

.fancybox-infobar {
  font-size: xx-large;
}