/* Vista Proje Custom CSS */
.navbar-light .navbar-brand img {
  height: 50px;
}
.item h4 {
  text-transform: uppercase;
}
section.content {
  padding-bottom: 70px;
}
.footer {
  margin-top: 50px;
}
dt {
  text-align: left;
  min-width: 150px;
  font-weight: 800;
}
dd {
  text-align: left!important;
}
.items .item .wrapper {
  height: auto;
  padding-bottom: 0;
}
.footer {
  position: relative!important;
  padding: 55px 0 35px;
  color: #999;
  font-size: 0.85em;
}
.footer:before {
  background-image: url(../img/hero-overlay.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 4.8rem;
  top: 0px;
  transform: rotate(180deg);
}
.footer .mest {
  text-align: right;
}
.hero:after {
  display: none;
}
.hero .background {
  display: none;
}
.footer:before {
  display: none;
}
.footer .wrapper .background .background-image {
  display: none;
}
.page > .content {
  background: none  ;
}
/*# sourceMappingURL=custom.css.map */