.house-brand-body{
  display:flex;
  justify-content: center;
  align-items: center;
  padding:20px;
}

.house-brand-text{
  font-size:16px;
}


.heneck-contact .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}


.item-number{
  color:#b5e9f3;
}

.top-50{
  color:#475b73 !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 100%;
    float: left;
}

.more-link h4{
  color:#73acb5;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 30%;
        max-width: 30%;
        flex:none;
        white-space: normal;
        float: left;
    }
}


@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        max-width: 20%;
        white-space: normal;
        flex:none;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        white-space: nowrap;
        float: left;
    }
    .heneck-contact h5{
      font-size: 1.5vw;
    }
}

@media (min-width: 1250px) {
    .heneck-contact h5{
      font-size: 1.3vw;
    }
}

@media (min-width: 1450px) {
    .heneck-contact h5{
      font-size: 1.1vw;
    }
}

@media (min-width: 1650px) {
    .heneck-contact h5{
      font-size: 0.95vw;
    }
}

.contact-cards p{
  margin-bottom:0;
  color:#73acb5;
}

.contact-cards h5{
  font-weight:bold;
  margin-bottom:0;
  color:#73acb5;
}


.about-text{
  color:#475b73;
}

.p_contact_us{
  color:#343a40;
  text-align: center;
}

h1{
  color: #73acb5;
}

.navbar.fixed-top-sm{
  background-color: #475b73 !important
}

.navbar-brand.logo{
  max-width: 300px
}

.logo {
  flex-grow: 1;
  max-width: 230px;
  min-width: 150px;
}

.search {
  flex-grow: 1;
  max-width: 550px;
}

.search-input {
  flex-grow: 1;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 0px;
  border-radius: .25rem 0 0 .25rem;
  width: 170px;
}

.search-button {
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
  border: 0px;
  border-radius: 0 .25rem .25rem 0;
}

.crumbs {
  color: #d465b2;
}

.cl-link {
  color: #4e98d0;
}

.cl-link:hover {
  text-decoration: none;
  color: #3781b9;
}

.cl-choose {
  background-color: #475c71;
  color: #ffffff;
  font-size: 3em;
  width: 90px;
  height: 90px;
}

.notfound {
  font-family: sans-serif;
  font-weight: 900;
  color: #007bff;
  text-shadow: -8px 0px 0px #fff;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow:hidden;
}

.card-body {
  padding: 0.6em;
}

.link-ani-pulse {
  animation: pulse 2s infinite;
  border-radius: .25rem;
  margin-left: 0.5rem !important;
}

.link-ani-pulse a {
  display: inline-block;
  background-color: #72acb7;
  color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: .375rem .75rem;
}

.link-ani-pulse a:hover {
  text-decoration: none;
  color: #fed4ff;
}

.hover-zoom {
  transition: transform .5s ease;
}

.hover-zoom:hover {
  transform: scale(1.1);
}

.btn-filter {
  background-color: #ca2b9a;
  border: 1px solid #dee2e6;
  color: #fff;
}

.btn-filter:hover {
  color: #fed4ff;
}

.login-button{
  padding:12px 6px 12px 6px;
}

.logout-button{
  padding:12px 6px 12px 6px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239,122,198, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(239,122,198, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(239,122,198, 0);
  }
}

@media only screen and (min-width:576px) {
  .link-ani-pulse {
    margin-left: 1rem !important;
  }

  .notfound {
    font-size: 15.7em;
    letter-spacing: -40px;
    line-height: 250px;
  }

  .card-body {
    min-height: 92px;
  }
}

@media only screen and (max-width: 575px) {
  .notfound {
    font-size: 8em;
    letter-spacing: -16px;
  }

  .btn-filter {
    margin-top: 10px;
  }

  .nav-item {
    font-size: 1.2em;
    border-bottom: 1px solid #ebecec;
  }
}

@media only screen and (max-width:767px) {
  .auto-hide {
    display: none !important;
  }
}

@media only screen and (min-width:768px) {
  .nav-item-flex {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
  }

  .nav-item-sep {
    display: inline-block;
    position: relative;
    top: 3px;
    height: 18px;
    border-right: 1px solid #c3c3c3;
  }
}

@media only screen and (min-width:992px) {
  .card-body {
    min-height: 77px;
  }

  .card-text {
    font-size: 0.8em;
  }
}

@media only screen and (min-width:1400px) {
  .nav-item-flex {
    max-width:170px;
  }
}
