/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
  background-color: #f0f0f0;
}
body {
  font-size: 1.4rem;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
p,
a {
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', Times, serif;
}
h1 {
  font-size: 10rem;
  line-height: 12rem;
}
@media (max-width: 1060px) {
  h1 {
    font-size: 7.2rem;
    line-height: 8.8rem;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 5.4rem;
    line-height: 6rem;
  }
}
h2 {
  font-size: 4.8rem;
  line-height: 5.6rem;
}
@media (max-width: 1060px) {
  h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
h3 {
  font-size: 3.6rem;
  line-height: 4.8rem;
}
@media (max-width: 1060px) {
  h3 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}
h4 {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
p {
  font-size: 2.1rem;
  line-height: 2.4rem;
}
@media (max-width: 1060px) {
  p {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
.body-container {
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
}
.inner-container {
  width: 80%;
  margin: auto;
}
@media (max-width: 600px) {
  .inner-container {
    width: 90%;
  }
}
.topnav {
  overflow: hidden;
  background-color: #444040;
  padding: 15px 10px;
}
@media (max-width: 1060px) {
  .topnav {
    padding: 15px;
  }
}
.topnav a {
  float: left;
  display: block;
  padding: 20px 50px;
  text-decoration: none;
  color: #f0f0f0;
  font-size: 2.4rem;
}
@media (max-width: 1060px) {
  .topnav a {
    font-size: 2.1rem;
    padding: 20px;
  }
}
a:hover {
  color: #c4c4c4;
}
#active {
  color: #e5ab16;
}
.topnav .icon {
  display: none;
}
@media (max-width: 600px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}
@media (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: relative;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
}
.basic-footer {
  width: 100%;
  height: 5%;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #444040;
  text-align: center;
  position: relative;
}
.basic-footer p {
  color: #f0f0f0;
  padding: 10px;
}
.basic-footer a {
  text-decoration: none;
  cursor: pointer;
  color: #f0f0f0;
}
.basic-footer a:hover {
  color: #c4c4c4;
}
.footer-text {
  padding: 5% 0;
}
.title-footer {
  margin: 50px 0;
  width: 100%;
  height: 5%;
  margin: auto;
  color: #444040;
  background-color: #f0f0f0;
  text-align: center;
}
.title-footer p {
  color: #444040;
}
.title-footer a {
  text-decoration: none;
  cursor: pointer;
  color: #444040;
}
.title-footer a:hover {
  color: #a09696;
}
.title-page {
  padding-top: 8%;
  text-align: center;
  width: 100%;
}
.main-title {
  background-color: #f0f0f0;
  mix-blend-mode: lighten;
}
.heroSubpageNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3% 0;
}
@media (max-width: 1060px) {
  .heroSubpageNav {
    padding: 1% 0;
  }
}
@media (max-width: 600px) {
  .heroSubpageNav {
    padding-top: 20px;
    flex-direction: column;
  }
}
.heroNavItem {
  text-decoration: none;
  background-color: #444040;
  color: #f0f0f0;
  text-transform: uppercase;
  width: 25%;
  padding: 20px 0;
}
@media (max-width: 1060px) {
  .heroNavItem {
    padding: 10px 0;
  }
}
@media (max-width: 600px) {
  .heroNavItem {
    background-color: #444040;
    color: #f0f0f0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.parallax {
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
@media (max-width: 600px) {
  .parallax {
    background-attachment: scroll;
    background-size: contain;
    background-position: top;
    background-repeat: none;
  }
}
#parallax1 {
  background-image: url(../assets/sunTreereduced.png);
  height: 100vh;
  background-size: cover;
}
@media (max-width: 600px) {
  #parallax1 {
    height: 70vh;
  }
}
#parallax2 {
  background-image: url(../assets/teresaReduced.png);
  height: 100vh;
  background-size: cover;
}
@media (max-width: 600px) {
  #parallax2 {
    height: 50%;
  }
}
#bio {
  background-color: #444040;
  color: #f0f0f0;
}
.bio-container {
  padding: 50px 0;
}
.headshot {
  width: 35%;
  height: auto;
  float: left;
  padding-right: 25px;
}
@media (max-width: 600px) {
  .headshot {
    width: 50%;
  }
}
.page-tiles {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 600px) {
  .page-tiles {
    flex-direction: column;
  }
}
.tile {
  width: 32%;
  height: 70vh;
  border: 1px solid #444040;
  margin: 30px 0;
  color: #444040;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1060px) {
  .tile {
    margin: 15px 0;
  }
}
@media (max-width: 600px) {
  .tile {
    height: 200px;
    width: 100%;
    margin: 2% 0;
  }
}
#skintile {
  background-image: url(../assets/shiningHandreduced.png);
}
#dusttile {
  background-image: url(../assets/globeMamareduced.png);
}
#bitstile {
  background-image: url(../assets/treeCoverreduced.png);
}
.tile:hover {
  opacity: 50%;
  color: #c4c4c4;
  background-color: #a09696;
}
.book {
  background-color: #f0f0f0;
  color: #444040;
  width: 100%;
}
.toc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5%;
}
.toc-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 60%;
}
@media (max-width: 1060px) {
  .toc-container {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .toc-container {
    width: 80%;
  }
}
.tocSubpageNav {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #444040;
  padding: 30px 20%;
}
@media (max-width: 1060px) {
  .tocSubpageNav {
    padding: 20px 10%;
  }
}
@media (max-width: 600px) {
  .tocSubpageNav {
    flex-direction: column;
  }
}
.tocNavItem {
  text-align: center;
  text-decoration: none;
  color: #f0f0f0;
  padding: 20px 0;
}
@media (max-width: 600px) {
  .tocNavItem {
    width: 100%;
    padding: 8px 0;
  }
}
.book-title {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1060px) {
  .book-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .book-title {
    padding-bottom: 10px;
  }
}
.subhead {
  text-align: center;
  line-height: 1.5;
}
.poem-title {
  text-align: center;
  line-height: 1.5;
  text-decoration: none;
  color: #444040;
  font-size: 3rem;
  cursor: pointer;
}
@media (max-width: 1060px) {
  .poem-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 600px) {
  .poem-title {
    font-size: 2.1rem;
  }
}
.arrow-container {
  width: 100%;
  padding: 35px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.arrows {
  font-size: 2.8rem;
  cursor: pointer;
  text-decoration: none;
  color: #444040;
}
.toc-link {
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  color: #444040;
  line-height: 2;
}
.poem-container {
  background-color: white;
  margin: auto;
  padding: 2% 10%;
  width: 40%;
}
@media (max-width: 1060px) {
  .poem-container {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .poem-container {
    width: 80%;
  }
}
.book-title {
  margin-top: 50px;
}
.page-title {
  font-weight: 700;
  line-height: 2;
}
.poem {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media (max-width: 1060px) {
  .poem {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
@media (max-width: 600px) {
  .poem {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
