.navbar-light {
  font-family: 'Montserrat', sans-serif;
}

.categories {
  font-family: 'Montserrat', sans-serif;
}

.nav-title a {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #333;
}

.nav-title a:hover {
  text-decoration: none;
  color: #333;
}

.rss-icon{
  color: #FFA500;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.twitter-icon{
  color: #1DA1F2;
  font-size: 1.5rem;
  padding-left: 1rem;
}

.about-social{
  font-size: 2rem;
}

.image-credit {
  font-size: .875rem;
  color: #999;
}

.rt-jumbotron {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.header-logo a {
  font-size: 3rem;
  font-family: 'Raleway', sans-serif;
  color: #333;
}

.header-logo a:hover {
  text-decoration: none;
  color: #333;
}

.header-sub {
  font-size: 4rem;
  color: #555;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: normal;
}

.carousel-inner {
  width: 100%;
  max-height: 600px !important;
}

.about-image{
  object-fit: cover;
  object-position: center; /* Center the image within the element */
  height: 500px;
  width: 100%;
  padding-bottom: 2rem;
}



/*
Single Blog Post
*/

.single-blog-post {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #999;
  padding: 3rem;
}

.post-content blockquote {
  margin-left: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #DDD;
}

.post-content a {
  color: #55a;
}

.post-title {
  font-family: 'Raleway', sans-serif;
  padding-bottom: 2rem;
  font-size: 3rem;
}

.post-footer{
  padding: 1.5rem;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.footer-tags a{
  color: #555;
}

.footer-share a{
  color: #555;
}

.footer-icons{
  font-size: 2rem;
}

.post-image {
  object-fit: cover;
  object-position: center; /* Center the image within the element */
  height: 500px;
  width: 100%;
}

.post-meta {
  padding: .5rem;
  font-family: 'Raleway', sans-serif;
  font-size: .8rem;
  margin-bottom: 1.25rem;
  color: #999;
}

.post-gravitar{
  margin-right: 1rem;
  border-radius: 50%;
  width: 3.5rem;
}

.please-subscribe{
  font-style: italic;
  padding-bottom: 1rem;
}

/*
 * Blog posts
 */
.blog-post {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #999;
  padding: 5px;
  margin-bottom: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.blog-post-body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7rem;
  color: #555;
}

.blog-post-body a {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7rem;
  color: #555;
  text-decoration: none;
}

.blog-post-body a:hover {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7rem;
  color: #555;
  text-decoration: none;
}

.blog-post-body .read-more {
  text-decoration: underline;
}

.blog-post-thumb {
  object-fit: cover;
  object-position: center; /* Center the image within the element */
  height: 300px;
  width: 100%;
}

.blog-post-title a {
  font-family: 'Raleway', sans-serif;
  margin-bottom: .2rem;
  font-size: 2rem;
  text-decoration: none;
  color: #555;
}

.blog-post-meta {
  font-family: 'Raleway', sans-serif;
  font-size: .8rem;
  margin-bottom: 1.25rem;
  color: #999;
}

.blog-post-gravitar{
  margin-right: 1rem;
  border-radius: 50%;
  width: 3.5rem;
}

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}


h1,
h2,
h3,
h4,
h5,
h6 {}

.display-4 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 {
  height: 250px;
}

@media (min-width: 768px) {
  .h-md-250 {
    height: 250px;
  }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

.blog-pagination>.btn {
  border-radius: 2rem;
}


/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
  margin-bottom: 0;
}