/* Minification failed. Returning unminified contents.
(3,30): run-time error CSS1034: Expected closing parenthesis, found ','
(3,30): run-time error CSS1042: Expected function, found ','
(3,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.blog-content-detail > .main-container .more-blog {
  min-height: 650px;
  background-color: rgb(0,0,0,0.5);
  border-radius: 20px;
  margin-bottom: 50px;
  max-height: 750px;
  overflow-y: scroll;
}

.blog-content-detail > .main-container > h2:first-of-type {
  font-weight: 300;
}

.blog-content-detail > .main-container > p:first-of-type{
  line-height: 0px;
  margin-bottom: 20px;
  color: #ED008C;
  font-weight: 500;
  font-size: 20px;
}

.blog-content-detail > .main-container .more-blog > div {
  width: 100%;
}

  .blog-content-detail > .main-container .more-blog > h4 {
   font-weight:bold;
  }

    .blog-content-detail > .main-container .more-blog > div.more-blog-item > h3 {
      font-size: 19px;
      color: #ED008C;
    }
    .blog-content-detail > .main-container .more-blog > div.more-blog-item > p {
      line-height: 0px;
    }

    .blog-content-detail > .main-container > div.row > div > p.summary {
      overflow-wrap: break-word;
    }

    .blog-content-detail > .main-container > div.row > div hr {
      color: white;
      border: 1px solid;
    }

    .blog-content-detail > .main-container > div.row > div > h4 {
      margin-bottom: 0px;
    }


.page-header {
  background-attachment: fixed;
  height: auto;
  padding-top: 10vh;
}

