@charset "UTF-8";
/* roboto-slab-300 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab-v7-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v7-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab-v7-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
body {
  font: 400 16px/1.5 "Roboto Slab", serif;
  color: #111;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

figcaption {
  font-size: 14px;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.normal-font {
  font-weight: 400;
}

.light-font {
  font-weight: 300;
}

a {
  color: #111;
}

blockquote {
  font-style: italic;
  font-size: 15px;
  color: #333;
  border-left: 4px solid #ccc;
  padding-left: 1em;
  margin: 1.5em 0;
  background-color: #f9f9f9;
  quotes: "»" "«";
}

blockquote::before {
  content: open-quote;
  font-size: 15px;
  margin-right: 0.3em;
  color: #999;
}

blockquote::after {
  content: close-quote;
  font-size: 15px;
  margin-left: 0.3em;
  color: #999;
}

nav {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
nav ul.nav {
  padding: 0;
  list-style: none;
}
nav ul.nav li {
  display: inline;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
}
nav ul.nav a.glow {
  transition: all 0.3s ease-in;
  text-decoration: none;
  font-weight: 300;
}
nav ul.nav a.glow:hover, nav ul.nav a.glow.selected {
  text-shadow: 1px 0px 18px #ffb4f0;
  font-weight: 400;
}

footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-nav {
  padding-top: 20px;
}
.footer-nav ul {
  padding: 0;
}
.footer-nav li {
  display: inline;
  line-height: 1.5;
}
.footer-nav li:not(:last-child) {
  margin-right: 15%;
}

#image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns of equal width */
}
@media screen and (max-width: 720px) {
  #image-grid {
    grid-template-columns: 1fr;
  }
}
#image-grid img {
  margin-bottom: 15px;
}
#image-grid .column {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}

.booktext {
  font-style: italic;
  margin-top: 20px;
}

/*# sourceMappingURL=main.css.map */