@import url(http://fonts.googleapis.com/css?family=Enriqueta:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
/*
Theme Name: Name
Theme URI: http://www.example.com/
Description: Example

Author: Jamie Kleiman
Author URI: http://www.jamiekleiman.com
Version: 1.0.5
Tags: A compbination of Bootstrap, Sandbox, and HTML5 Reset

License: GNU/GPL Version 2 or later
License URI: http://www.gnu.org/licenses/gpl.html
*/
html {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: url(../img/background.jpg) no-repeat fixed 50% 0%;
  background-size: cover;
  height: 100%;
}
h1,
h2 {
  font-family: 'Enriqueta', serif;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 24px;
  margin-top: 0;
  font-weight: bold;
}
h3 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
p {
  text-align: justify;
}
.toc p {
  font-weight: bold;
}
.toc li {
  padding: 6px 0;
}
.author {
  font-family: 'Enriqueta', serif;
  font-size: 20px;
  text-align: right;
}
.slide {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  width: 100%;
}

.slick-slide, .slick-slider{
  max-width: 960px;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 3px rgba(0,0,0,.8);
    z-index: 99999;
}

.slick-next {
    right: 5px;
}
.slick-prev {
    left: 25px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev::before {
    content: "<";
}

.slick-next::before {
    content: ">";
}

#home.slide {
  background: transparent;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
#about {
  max-width: 900px;
}
#excerpts {
  max-width: 500px;
}
#map {
  padding: 50px 90px;
}
footer {
  color: #fff;
  padding-left: 50px;
}
blockquote {
  border: 0;
  font-size: 1em;
  padding: 0px 20px;
  margin: 0 0 20px;
  text-align: justify;
}
sup {
  top: inherit;
}
.credit {
  padding-left: 40%;
  margin-bottom: 50px;
  display: block;
}
#per-slide-template {
  margin-top: 100px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
#per-slide-template a {
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
  width: 9%;
  padding: 10px 0px;
  display: inline-block;
  margin-right: 10px;
}
#per-slide-template a:hover {
  text-decoration: none;
  color: #ddd;
  border-color: #ddd;
}
#per-slide-template a:focus {
  text-decoration: none;
}
#per-slide-template a.cycle-pager-active {
  color: #ddd;
  border-color: #ddd;
}
#excerpts p {
  padding-bottom: 30px 0;
}
#excerpts p:after {
  /* content: '*'; */
  display: block;
  padding-top: 0px;
  text-indent: 60px;
}
#excerpts p:last-child:after {
  content: '';
}
#contact {
  background: #ffffff url(../img/contact.jpg) no-repeat;
  background-size: 100%;
}
#contact form {
  margin-top: 400px;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
#contact form input[type=text],
#contact form textarea {
  background: #000;
  width: 85%;
  border: 0;
  color: #fff;
}
#contact form input[type=submit] {
  background: #000;
  color: #fff;
  border: 0;
}
.cycle-slideshow {
  width: 100%;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.nav-mobile {
  height: 0;
  overflow: hidden;
}
.nav-mobile ul li {
  padding: 15px 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #f1f1f1;
}
.nav-mobile ul li a:hover {
  background: none;
}
