@font-face {
  font-family: "adams_republic_2roman";
  src: url("../fonts/adams-republic-2_1-webfont.eot");
  src: url("../fonts/adams-republic-2_1-webfont-0.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/adams-republic-2_1-webfont.woff2") format("woff2"),
    url("../fonts/adams-republic-2_1-webfont.woff") format("woff"),
    url("../fonts/adams-republic-2_1-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'adams_new_textroman';
  src: url('../fonts/adams_new_textv2.6-webfont.woff2') format('woff2'),
  url('../fonts/adams_new_textv2.6-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

* {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  text-align: center;
  /* font-family: "adams_republic_2roman"; */
  font-family: "adams_new_textroman";
  padding: 0 50.8328px 0 50.8328px;
  /* background-color: #bc3921; */
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #bc3921;
  cursor: pointer;
}


li.img img,
li.slide img {
  cursor: pointer;
}

ul {
  list-style-type: none;
}

main li {
  margin: auto;
}

main #slides li img {
  width: 100%;
}

.slide {
  display: none;
  opacity: 0;
}

.active {
  display: block;
  opacity: 1;
}

.nav {
  padding-bottom: 9.30219150326797px;
  font-size: 19.60784px;
  line-height: 19.60784px;
}

.header {
  padding-top: 29.8673803921569px;
  padding-bottom: 34.9705980392157px;
}

.header, footer {
  letter-spacing: .05em;
}

h1 {
  font-size: 51.33399px;
  line-height: 51.33399px;
  font-family: "adams_republic_2roman";
}

#thumbs .img {
  /*height: 234.7477px; */
  height: 235px;
}

#thumbs .img img {
  height: 100%;
}

main p {
  /* font-size: 29.40458px; */
  font-size: 21px;
  line-height: 1.1em;
  padding-bottom: 19.60305px;
  width: 431.3304px;
  margin: auto;
  text-align: justify;
  text-justify: inter-character;
  letter-spacing: .015em;
  word-spacing: -.015em;
}

.img {
  padding: 0 25.4164px 50.8328px 25.4164px;
  display: inline-block;
}

main {
  text-align: center;
  padding-bottom: 23.7981803921569px;
}

footer {
  font-size: 19.60784px;
  line-height: 19.60784px;
}

footer li {
  padding-bottom: 9.3627568627451px;
}

.content {
  min-height: calc(100vh - 81.18629px);
}

footer {
  height: 81.18629px;
}

/* the `.slide-wrapper` has the same padding as the `body` and is given
   a `fixed` position */
.slide-wrapper {
  background: rgb(255, 255, 255);
  display: none;
  height: 100%;
  left: 50.8328px;
  position: fixed;
  top: 0;
  right: 50.8328px;
}

/* the `#slides` container is `absolute`ly positioned within the wrapper
   and given a top and bottom margin equal to the height of the slide header */
#slides {
  bottom: 93.13px;
  position: absolute;
  top: 93.13px;
  width: 100%;
}

/* tell the image that it shouldn't grow past the edges of the container we've
   set up in `#slides`. the `transform` stuff just makes sure it's positioned
   right in the centre. */
#slides img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transform: translateX(-50%);
  /* support for older browsers */
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* if we're `.showing-slides` then hide the main content and show the slides */
body.showing-slides .content-wrapper {
  display: none;
}

body.showing-slides .slide-wrapper {
  display: block;
}

/* Localized */