@charset "UTF-8";
header {
  position: relative;
  opacity: 0.90;
  z-index: 10;
}

footer {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  background-color: #eee;
  padding-bottom: 100px;
  padding: 50px;
}

footer a {
  color: #3B5998;
}

.wc-banner {
  z-index: 0;
  padding-top: 50px;
  position: relative;
  height: 200px;
  background: url(/assets/images/banner/pups.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 1920px) {
  .wc-banner {
    height: 400px;
  }
}

.wc-banner .wc-site-title {
  position: absolute;
  top: 60px;
  left: 20px;
}

@media only screen and (min-width: 1920px) {
  .wc-banner .wc-site-title {
    top: 120px;
    left: 20px;
  }
}

.wc-banner .wc-site-title p {
  font-weight: 400;
  font-size: 3.5em;
  font-family: 'Arizonia';
  color: #fff;
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.65);
}

@media only screen and (min-width: 1920px) {
  .wc-banner .wc-site-title p {
    font-size: 4.5em;
  }
}

.wc-banner .wc-site-title p a, .wc-banner .wc-site-title p a:visited, .wc-banner .wc-site-title p a:hover, .wc-banner .wc-site-title p a:link, .wc-banner .wc-site-title p a:active {
  text-decoration: none;
  color: #fff;
}

.wc-banner .wc-lead {
  position: absolute;
  bottom: 0;
  height: 45px;
  width: 100%;
  background-color: #000;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  opacity: 0.65;
}

.wc-banner .wc-lead p {
  font-size: 1.3em;
  font-family: 'Merienda';
  font-weight: bold;
  color: #fff;
  padding: 10px 50px 10px 10px;
  text-align: right;
}

.wc-container {
  font-size: 1.3em;
  line-height: 1.5;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

@media only screen and (min-width: 1920px) {
  .wc-container {
    width: 70%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -20px;
  }
}

.wc-container p, .wc-container li {
  color: #666;
}

.wc-container h2 a {
  color: #333;
}

.wc-container p.bottom {
  margin-bottom: 50px;
}

.wc-container .wc-intro {
  font-size: 1.3em;
  font-family: 'Merienda';
}

@media only screen and (min-width: 1920px) {
  .wc-container .wc-intro {
    margin-top: 50px;
  }
}

.wc-container .wc-small {
  font-size: 90%;
}

.wc-container .wc-social {
  text-align: right;
  clear: all;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1900px) {
  .wc-container .wc-social {
    margin-top: 50px;
  }
}

.wc-container .wc-social .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 30px;
}

.wc-container .wc-social .fa:hover {
  opacity: 0.7;
}

.wc-container .wc-social .fa-goodreads {
  background: #3B5998;
  color: white;
}

.wc-container .wc-social .fa-twitter {
  background: #55ACEE;
  color: white;
}

.wc-container .wc-social .fa-instagram {
  background: #dd4b39;
  color: white;
}

.wc-container .wc-social .fa-linkedin {
  background: #007bb5;
  color: white;
}

.wc-container .wc-social .fa-github {
  background: #000507;
  color: white;
}

@media only screen and (min-width: 1920px) {
  .wc-container article {
    padding: 10px 20px;
  }
}

.wc-container article h1 {
  font-weight: 550;
  margin-top: 35px;
}

.wc-container article h2 {
  margin-top: 35px;
  border-bottom: 2px solid #850606;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.wc-container article h3 {
  margin-top: 25px;
}

.wc-container article .date {
  font-style: italic;
  color: #666;
  margin-bottom: 30px;
}

.wc-container article p.quote {
  display: block;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 2.5em 10px;
  padding: 1.5em 10px;
}

.wc-container article blockquote {
  color: #666;
  font-size: 1.0em;
  font-style: italic;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 2.5em 10px;
  padding: 1.5em 10px;
  quotes: "“" "”" "‘" "’";
}

.wc-container article blockquote cite {
  display: block;
  margin-top: 30px;
  margin-left: 20px;
}

.wc-container article blockquote p {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}

.wc-container article blockquote:empty {
  display: none;
}

.wc-container article .synopsis {
  display: block;
  font-style: italic;
  width: 95%;
  margin: 20px auto;
}

.wc-container article .wc-related {
  margin-top: 50px;
}

.wc-container article .wc-hidden {
  visibility: hidden;
  margin: 0px;
}

.wc-container article div.code {
  white-space: pre;
}

.wc-container article pre {
  margin-top: 50px;
  margin-bottom: 50px;
}

.wc-container ul.wc-posts {
  list-style-type: none;
  padding-left: 0px;
}

.wc-container ul.wc-posts li {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 20px;
}

/* Carousel related thumb */
.size {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 15px solid #eee;
}

.caption {
  font-size: 20px;
  color: #333;
  text-align: center;
  background-color: #eee;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */