.blog-article-title{
  color: #212529;
  font-size: 42px;
  font-weight: 700; 
  text-align: center;
}

#post-nav li a {
    color: #212529 !important ;
}

.nav-item {
  white-space: nowrap;
}

.author {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

article .nav-item {
  margin: 0 !important;
}

.author {
  display: flex;
}

.author-text {
  color: #7C7D7C;
}

.author-name {
  font-weight: bold;
}

.patrick-avatar {
  border-radius: 50%;
  margin-right: 5px;
}

.contact-us-form{
  width: 80%;
  margin-left: 10%;
}

.blog-image img{
  width: 80%;
  margin-left: 10%;
}

.post_content_holder {
  width: 80%;
  margin-left: 10%;
}

.post_content_holder h2{
  margin-top: 70px;
  margin-bottom: 25px;
  font-weight: bold
}

article h1, article h2, article h3, article h4, article h5, article h6 {
  font-weight: bold !important;
}

article h2, h3 {
  margin-bottom: 1em;
  margin-top: 1.5em;
}

article h4 {
  margin-bottom: 1em;
}

.posts {
  display: flex;
  flex-wrap: wrap;
}

.featured {
  min-height: 108px;
}

.featured img {
  width: 100%;
}

article p, article h2, article h3, article h4, article h5, article h6, article li{
  width: 75% !important;
  margin-left: 12.5%;
}


.nav-in-post {
  margin-top: -5%;
}

@media only screen  and (min-width : 320px){

  .blog-article-title{
    margin-top: 100px;
  }

  .posts {
    margin-top: 5%;
  }

  article h6 {
    margin-top: 4%;
    font-weight: bold;
  }


  .post_content_holder h2 {
    margin-top: 70px;
    margin-bottom: 25px;
  }

  .post_content_holder p{
    font-size: 20px;
  }

  .contact-us-form{
    margin-top: 10%;
    font-family: 'Karla', sans-serif;
  }

  .blog-image{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 !important;
  }
  
  .title-featured {
    color: #19273A;
    font-weight: 700;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    height: 36px;
    text-align: center;
  }

  article .nav-and-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .nav-in-post {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-in-post .menu-top-menu-container ul li a {
    color: black !important;
  }

  .thumbnail-container article {
    border: 1px solid #E4E5E4;
  }

  .thumbnail-container {
    margin-top: 5%;
  }


}

@media only screen  and (min-width : 1150px){

  .blog-article-title{
    margin-top: 50px;
  }

  .more-info .author {
    font-size: 15px;
    margin-left: 0px;
    text-align: center;
    width: 100%
  }

  .more-info .author a{
    color: gray;
  }

  .posts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15%;
  }

  .title-featured {
    color: #19273A !important;
  }

  .post_content_holder h2{
    margin-top: 70px;
    margin-bottom: 25px;
  }

  .post_content_holder p{
    font-size: 20px;
  }

  .contact-us-form{
    font-family: 'Karla', sans-serif;
  }

  .blog-image{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 !important;
  }

  article p {
    font-size: 23px;
  }
  article h6 {
    font-weight: bold;
    font-size: 25px;
  }


}

@media only screen  and (min-width : 1550px){

  .blog-article-title{
    margin-top: 100px;
  }

  .post_content_holder h2{
    margin-top: 70px;
    margin-bottom: 25px;
  }

  .post_content_holder p{
    font-size: 20px;
  }

  .contact-us-form{
    font-family: 'Karla', sans-serif;
  }

  .blog-image{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 !important;
  }

  .posts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25%;
}
}