.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #000; }

html {
  height: 100%;
  width: 100%; }

body {
  height: auto;
  width: 100%; }

.navbar a {
  color: white;
  display: inline-block; }

.navbar a:hover {
  color: #fea000; }

/* prevent navbar container from blocking hamburger button */
#navbarResponsive {
  padding-right: 30px; }

.navbar button {
  padding: 0.25rem 0.75rem;
  border: none;
  outline: none;
  background-color: #343a40;
  height: 20px;
  padding-top: 0;
  padding-left: 0;
  width: 30px;
  cursor: pointer; }

.navbar button:hover .hamburger div {
  background-color: #fea000; }

.navbar div.hamburger {
  width: 30px; }

.navbar div.hamburger div {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #FFF; }

.navbar div.hamburger :nth-child(1) {
  margin-top: -8px; }

.navbar div.hamburger :nth-child(2) {
  margin-top: 8px; }

.navbar ul {
  margin-top: -30px;
  margin-bottom: 30px; }

.navbar div.logo-home {
  position: absolute;
  height: 38px;
  width: 308px;
  background-image: url("../images/logo-home.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 50px; }

.navbar div.logo-home-white {
  background-image: url("../images/logo-home-white.png"); }

.section-heading-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 150px;
  padding-top: 40px;
  padding-bottom: 30px; }

.portfolio-item {
  margin-bottom: 20px;
  text-align: center; }
  .portfolio-item .item-wrapper {
    display: inline-block;
    max-width: 300px;
    max-height: 405px;
    min-height: 405px;
    text-align: left; }
    .portfolio-item .item-wrapper p {
      margin-bottom: 10px;
      letter-spacing: -1px;
      font-weight: 500;
      font-size: 15px; }
    .portfolio-item .item-wrapper h4 p {
      font-size: 20px; }
  .portfolio-item img {
    width: 100%; }

.portfolio-item-title {
  margin-top: 20px;
  min-height: 2.4em; }

.portfolio-item-description {
  max-width: 300px; }

footer {
  position: relative;
  width: 100%;
  height: 36px; }

footer > p {
  text-align: center;
  font-size: 8px;
  color: white;
  font-family: Arial;
  padding-top: 5px;
  margin: 0; }

.no-transition {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s; }

@media (min-width: 576px) and (max-width: 585px) {
  .section-heading-container {
    padding-left: 0;
    padding-right: 0; }
  .portfolio-item-row p {
    margin-left: 12px;
    margin-right: 12px; } }

@media (max-width: 575px) {
  .section-heading-container {
    padding-left: 15px;
    padding-right: 15px; }
  .project-description-container {
    padding-left: 30px;
    padding-right: 30px; }
  .portfolio-item-row p {
    margin-left: 30px;
    margin-right: 30px; } }

@media (max-width: 500px) {
  .navbar div.logo-home {
    margin-top: 55px;
    width: 200px; } }

@media (min-width: 1300px) {
  .home-parallax-image-container > div {
    height: 750px; } }
