/*
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body,
html {
  width: 100%;
  height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, STHeiti, "Microsoft YaHei", sans-serif;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 1em;
  margin-bottom: 1rem;
}
.lead {
  font-size: 16px;
  font-weight: 400;
}
.intro-header {
  text-align: center;
  color: #f8f8f8;
  background: url("../img/intro-bg.jpg?1") center; /* no-repeat center center; */
  transition: background 1s;
  -webkit-transition: background 1s;
  background-size: cover;
  display: table;
  padding: 0;
  height: 50vh;
  width: 100%;
}
.intro-header .intro-message {
  display: table-cell;
  vertical-align: middle;
}
.intro-message h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 5em;
  word-break: keep-all;
}
.post-header {
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}
.post-header > h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 5em;
}
.post-header > h3 {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.post-container {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.post-container p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.post-container .pullquote {
  margin: 0;
  width: 45%;
}
.post-container blockquote footer cite:before {
  content: "-";
  padding: 0.3em;
}
.post-container .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
  float: left;
}
.post-container .pullquote.right {
  margin-left: 1em;
  margin-right: 0.5em;
  float: right;
}
.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.intro-message h3 {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}
.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.navbar-fixed-top {
  background-color: #404040;
  color: #fff;
}
.navbar-fixed-top .navbar-brand {
  color: #fff;
}
.navbar-default {
  border-bottom: 1px solid #fff;
}
.content-section-a {
  padding: 50px 0;
  background-color: #404040;
  color: #fff;
}
.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.content-section-b .lead {
  line-height: 1.8;
}
.section-heading {
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}
.post-meta {
  font-family: 'Russo One', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}
.banner {
  padding: 50px 0;
  color: #f8f8f8;
  background: url("../img/banner-bg.jpg") no-repeat center center;
  background-size: cover;
}
.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  font-size: 3em;
}
.banner ul {
  margin-bottom: 0;
}
.banner-social-buttons {
  float: right;
  margin-top: 0;
}
.tags a {
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 999em;
  padding: 2px 10px;
  color: #fff;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  margin: 0 1px 6px;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.tags a:hover {
  color: #fff;
  border-color: #fff;
  background-color: rgba(255,255,255,0.4);
  text-decoration: none;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }
}
#footer {
  padding: 50px 0;
  background-color: #f8f8f8;
}
p.copyright {
  margin: 15px 0 0;
}
.post-container iframe {
  width: 100%;
  height: 28.5rem;
}
.read-more {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 10px;
  border: 1px solid #333;
  font-weight: 300;
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 4px;
  color: #333;
}
.read-more:hover {
  color: #000;
  text-decoration: none;
}
.pagination {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30%;
  padding-right: 30%;
}
.pagination a {
  margin: 2px 10px;
}
.prev-img,
.next-img {
  color: rgba(248,248,248,0.2);
  font-size: 36px;
}
.prev-img:hover,
.next-img:hover {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  color: #f8f8f8;
  cursor: pointer;
}
.image-index > li {
  color: rgba(248,248,248,0.2);
  margin: 20px 5px;
}
.image-index > li:hover {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
  color: #f8f8f8;
}
