#portfolio {
  background: #131313; }

#my-skills {
  background: #252525; }

li.menu-item {
  position: relative; }

@media (min-width: 850px) {
  #page-banner.landscapes {
    padding: 250px; } }

@media (max-width: 850px) {
  .page-heading h1 {
    font-size: 30px; }
  #page-banner {
    padding: 150px 0 150px 0;
    margin: auto;
    background-size: cover;
    text-align: center; } }

.gallery-pg .gp-portfolio-gallery-two .caption {
  background-color: #2e2e2e;
  margin-bottom: 10px; }
  .gallery-pg .gp-portfolio-gallery-two .caption p h5.cap-text {
    color: #FFF !important;
    line-height: 30px;
    display: block; }

a.show-hover:hover {
  cursor: pointer !important; }

.btn-primary {
  color: #fff;
  background-color: #00baa2;
  border-color: #00baa2; }
  .btn-primary:hover {
    cursor: pointer !important;
    background-color: #008776; }
