/* header */

.navbar > .container {
  height: 80%;
}

.container>.navbar-header {
  height: 80px;
  background-size: contain;
  background-image: url("http://biokem.com.au/wp-content/uploads/2018/02/Oil-Cleaning-Services-Top.png");
  background-position: center;
  background-repeat: no-repeat;
}

.navbar .navbar-brand img {
  position: relative;
  width: 100%;
  height: 100%;
}

.navbar .navbar-brand p {
  visibility: hidden;
}

/*frontpage*/
.page-header {
  min-height: 90% !important;
}
.carousel .item .container {
  margin-top: 10vh
}
.hestia-about {
  padding: 30px 0 30px;
}
.headinglink {
 text-decoration: none ;
 color: #3C4858 ;
  font-weight: 700 ;
}
.headinglink :hover   {
  text-decoration: none ;
  font-weight: 700 ;
  color: #3C4858 ;
  }
/* blog */

.author {
  visibility: hidden;
}

.card-blog .row .category {
  visibility: hidden;
}

/* Contact Form 7 styling */

div.wpcf7 {
  text-align: center;
}
/* Text Styling */
.linkstyle {
 text-decoration: none ;
 color: #3C4858 ; 
}
a.linkstyle :hover   {
  text-decoration: none ;
  font-weight: 300 ;
  color: #3C4858 ;
  }