#about {
  height: 837px !important;
}
.navbar-header {
  text-align: center !important;
}

.home-page-title {
  font-size: 142px !important;
}

.navbar-toggle {
  display: none !important;
}
#works {
  height: 575px !important;
}

#contact {
  height: 600px !important;
}

@media only screen and (max-width: 500px) {
  #works {
    height: 400px !important;
  }
  
  #about {
    height: 580px !important;
  }
  
  #contact {
    height: 400px !important;
  }
  
  .home-page-title {
  font-size: 62px !important;
  }
}

.bottom-credits.bottom-credits-home-call {
  display: none !important;
}

.social-icons-wrapper-share.social-icons-wrapper-share-home-call {
  display: none !important;
}

.bottom-credits {
  display: none !important;
}

.social-icons-wrapper-share {
  display: none !important;
}

.works-section {
  display: none !important;
}

