/*!
 * Start Bootstrap - Clean Blog v3.3.7+1 (http://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.blog body {
  background-color: red;
  font-family: 'Lora', 'Times New Roman', serif;
  font-size: 20px;
  color: #333333;
}
.blog p {
  line-height: 1.5;
  margin: 30px 0;
}
.blog p a {
  text-decoration: underline;
}
.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 800;
}
.blog a {
  color: #333333;
}
.blog a:hover,
.blog a:focus {
  color: #0085A1;
}
.blog a img:hover,
.blog a img:focus {
  cursor: zoom-in;
}
.blog blockquote {
  color: #777777;
  font-style: italic;
}
.blog hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: white;
}
.blog .intro-header {
  background-color: #777777;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.blog .intro-header .site-heading,
.blog .intro-header .post-heading,
.blog .intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
.blog .intro-header .post-heading h1 {
  font-size: 35px;
}
.blog .intro-header .post-heading .subheading,
.blog .intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.blog .intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.blog .intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.blog .intro-header .post-heading .meta a {
  color: white;
}
.blog .post-preview > a {
  color: #333333;
}
.blog .post-preview > a:hover,
.blog .post-preview > a:focus {
  text-decoration: none;
  color: #0085A1;
}
.blog .post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.blog .post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.blog .post-preview > .post-meta {
  color: #777777;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.blog .post-preview > .post-meta > a {
  text-decoration: none;
  color: #333333;
}
.blog .post-preview > .post-meta > a:hover,
.blog .post-preview > .post-meta > a:focus {
  color: #0085A1;
  text-decoration: underline;
}
.blog .section-heading {
  font-size: 36px;
  margin-top: 60px;
  font-weight: 700;
}
.blog .caption {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-style: italic;
  margin: 0;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blog .floating-label-form-group {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.blog .floating-label-form-group input,
.blog .floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.blog .floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.blog .floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.blog .floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.blog .floating-label-form-group-with-focus label {
  color: #0085A1;
}
.blog .btn {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 15px 25px;
}
.blog .btn-lg {
  font-size: 16px;
  padding: 25px 35px;
}
.blog .btn-default:hover,
.blog .btn-default:focus {
  background-color: #0085A1;
  border: 1px solid #0085A1;
  color: white;
}
.blog .pager {
  margin: 20px 0 0;
}
.blog ul {
    list-style: circle;
    margin-left: 1.5em;
    line-height: 1.5;
}
.blog .pager li > a,
.blog .pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: white;
  border-radius: 0;
}
.blog .pager li > a:hover,
.blog .pager li > a:focus {
  color: white;
  background-color: #0085A1;
  border: 1px solid #0085A1;
}
.blog .pager .disabled > a,
.blog .pager .disabled > a:hover,
.blog .pager .disabled > a:focus,
.blog .pager .disabled > span {
  color: #777777;
  background-color: #333333;
  cursor: not-allowed;
}
.blog ::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
.blog ::selection {
  color: white;
  text-shadow: none;
  background: #0085A1;
}
.blog img {
    width: 100%;
}
.blog img::selection {
  color: white;
  background: transparent;
}
.blog img::-moz-selection {
  color: white;
  background: transparent;
}
.blog body {
  -webkit-tap-highlight-color: #0085A1;
}
