body {
  background: #ffffff;
  min-height: 900px;
  position: relative;
  background-size: cover;
  font-family: 'Arimo', sans-serif;
}

.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}

.portfolio-item {
  width: 100%;
}

.portfolio-item .item {
  float: left;
  margin-bottom: 10px;
}

.page {
  background: white;
  max-width: 1280px;
  margin: 0 auto;
}

.navbar-brand {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .navbar-brand {
    display: none;
  }
}

.pp-header {
  padding-top: 3rem;
}

.pp-header img {
  width: auto;
  height: 40px;
  margin-left: -6px;
  margin-right: 12px;
}

.pp-header h1 {
  font-weight: 400;
}

.pp-header .navbar-nav {
  letter-spacing: 1px;
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .pp-header {
    padding-top: 0;
  }
}

/* Body Section  */
.pp-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}

#filter-button {
  margin-right: 2px;
  margin-bottom: 5px;
}

.pp-gallery {
  min-height: 500px;
}

.pp-gallery .item figure {
  position: relative;
  overflow: hidden;
  margin: 10px 1%;
  text-align: center;
}

.pp-gallery .item figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
}

.pp-gallery figure.pp-effect img {
  transform: translate3d(0, -25px, 0);
  transition: opacity 0.35s, transform 0.35s;
}

.pp-gallery figure.pp-effect:hover img {
  opacity: 0.75;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.pp-gallery figure.pp-effect:hover::before,
.pp-gallery figure.pp-effect:hover::after {
  opacity: 1;
  transform: scale(1);
}

.pp-gallery figure.pp-effect:hover,
.pp-gallery figure.pp-effect:hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  color: #FFFFFF;
}

/* Footer section */
.pp-footer {
  background: #f8f8f8;
}

.pp-footer a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
}

.pp-footer .fa {
  width: 18px;
}

.pp-footer .fa-2x {
  font-size: 22px;
}

.pp-footer i {
  color: #888;
}

.pp-footer .pp-facebook:hover i {
  color: #3b5998;
}

.pp-footer .pp-twitter:hover i {
  color: #1da1f2;
}

.pp-footer .pp-youtube:hover i {
  color: #ff0000;
}

.pp-footer .pp-instagram:hover i {
  color: #405de6;
}

/* Contact page */
.pp-contact textarea {
  min-height: 200px;
}

@media (max-width: 768px) {
  .pp-contact .h4 {
    padding-top: 4rem;
  }
}

/* Common Style */
.pp-section {
  padding-top: 6rem;
}