.hero {
  height: 90vh;
}
section#hero {
  padding: 150px 0;
}
/* catalogue search button */
.height {
    height: 100vh
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1)
}

.search input {
    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4
}

.search input:focus {
    box-shadow: none;
    border: 2px solid #212529
}

.search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue
}

a, .footer .footer-top .footer-links ul a {
    color:  #686d75;
}
a:hover, .footer .footer-top .footer-links ul a:hover {
    color:  #000000;
}

/* product or inventory tile */
.post-box {
    cursor: pointer;
}
small {
    font-size: 12px;
}
.recent-blog-posts .post-box .post-date {
    font-size: 12px;
}