/* CSS Overrides */

#body fragment-sticky-nav { z-index: 99; }
html { -webkit-text-size-adjust: 100%; }
html, body {
    background-image: url(/uploads/01761242847a5eec1042af22f764205543afd99d/kartan-gg.jpg);
}

h2 { color: #444; }

img.hr {
    width: 40%;
    max-width: 225px;
    margin: 40px auto;
    display: block;
}


.sign {
    display: block;
    background: url(/uploads/e02be9e2b0426dd268d0493596980cb6ff7044ca/hr-agaton-cropped.png) 50% 50% no-repeat;
    background-size: contain;
    height: 100px;
	max-width: 75vw;
	margin: 50px auto 40px;
	border: none;
}


#body fragment-sticky-nav a {
    font-family: 'Libre Caslon Text';
    color: #4e4030;
    font-weight: normal;
    font-size: 14px;
}

@media (min-width: 460px) {
    #body fragment-sticky-nav a {
        font-size: 16px;
        letter-spacing: 1px;
    }
}

img { max-width: 100%; }

.menu {
    width: 250px;
    max-width: 80%;
    margin: 20px auto;
}

.menu img:hover {
    filter: blur(3px);
}

p {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  margin-left: 2px;
  margin-right: 0;
}

p.abstract {
  font-family: 'Libre Caslon Text'; font-weight: 700; font-style: italic;
}

.dropcap {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: normal;
  float: left;
  font-size: 81px;
  position: relative;
  top: 21px;
  margin-bottom: 40px;
  margin-right: 2px;
}

em, i {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: italic;
}

h1 {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: normal;
  font-size: 40px;
  line-height: 42px;
  text-align: center;
  max-width: 85%; margin-left: auto; margin-right: auto;
  margin-top: 32px;
  letter-spacing: -1.5px;
  word-spacing: -2px;
}
@media (max-width: 420px) {
  h1 { font-size: 36px; }
}

h2 {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: normal;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}

h3, .campaign p {
  font-family: 'Libre Caslon Text'; font-weight: 400; font-style: normal;
  font-size: 24px;
  line-height: 29px;
  margin: 24px 0 10px 2px;
  margin-right: auto;
  text-align: center;
}

h4 {
  font-family: 'Libre Caslon Text'; font-weight: 700; font-style: normal;
  font-size: 38px;
  line-height: 42px;
  text-align: center;
}

a {
  color: #b44;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

figure label {
  font-size: 13px;
  line-height: 16px;
  display: block;
  padding: 7px 10px 0;
  text-align: right;
  color: #777;
}

blockquote {
  margin: 30px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 0.75em 0;
  text-align: center;

  p {
    font-family: 'Libre Caslon Text'; font-weight: 700; font-style: normal;
    font-variant: small-caps;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 80%;
  }

  .signature {
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    margin-top: 5px;
    text-align: right;
  }

  .three-columns &, .wide-and-narrow & {
    p { max-width: 100%; }
  }
}

@media (min-width: 500px) {
  html, body, p {
    font-size: 16px;
  }
}

@media (min-width: 700px) {
  h1 {
    color: #444;
    font-size: 39px;
    line-height: 48px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  
  h3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;

  }

  blockquote {
    p {
      font-size: 20px;
      line-height: 33px;
      max-width: 70%;
    }
    .signature {
      font-size: 15px;
      line-height: 30px;
    }
  }
}

html, body { font-family: 'Libre Caslon Text', 'helvetica'; }

#body .book {
    color: #eee;
    background: #aa1227;
    background: #791626;
    background: #0fa842;
}

#main-menu .book {
    display: inline-block;
}

#body #page-footer { background: #6a1e1e; }
#body .five-column-footer a,
#body .five-column-footer p,
#body .five-column-footer .info { color: #f0e3c9; }
#body .five-column-footer > div { font-size: 15px; }
