.container-fluid{
  margin-bottom: 2vh;
}

.blog-heading {
  background-image: url("../img/diary.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 10px;
  color: white;
  background-color: #888888;
  background-blend-mode: multiply;
}

.blog-heading>h1 {
  font-size: 35pt;
}

.blog-box {
  padding: 0px 30px 10px 20px;
  font-size: 14pt;
}

.blog-btn {
  float: right;
}

#heading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#heading-layer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: rgba(248, 247, 216, 0.6);
  background-blend-mode: multiply;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

#heading-text {
  color: white;
  text-align: center;
}

#heading-text>h1 {
  font-family: "Lora";
  font-size: max(7vw, 40pt);
}

#heading-text>h2 {
  font-family: "Lora";
  font-size: max(5vw, 30pt);
}

#mainNav {
  background-color: transparent;
}

#mainNav.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
}

#blog-content {
  position: absolute;
  top: 100vh;
  margin-top: 40px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

.blog-img {
  width: 90%;
  margin-bottom: 30px;
  /* max-height: 120vh; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 90vh;
}

i.fab {
  color: white;
}

.note {
  display: flex;
  justify-content: center;
}
img {
  transition: transform 1s ease;
}

.col-md-4 {
  display: block;
}

.col-md-4 .sector {
  color: #008cc9;
}

.col-md-4 .name {
  color: white;
}

.col-md-4 .PoI {
  color: #888888;
}
.col-md-4 .company {
  color: #01bb01;
}
.col-md-4 .blog-link {
  /* color: #01bb01; */
  color: #209620;
  font-size: small;
}

.col-md-4:hover img {
  display: none;
}
.col-md-4:hover .col {
  height: 250;
}
.col-md-4:hover .row {
  text-align: center;
}
.noImg{
  justify-content: center;
  align-items: center;
  height: 250px;
}
