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

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

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

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

.btn-view-projects {
  margin-top: 15px;
  outline: none; }

.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; }

.home-parallax-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden; }
  .home-parallax-image-container .home-parallax-image {
    position: absolute;
    width: inherit;
    top: 0;
    height: 710px;
    background-repeat: repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: 0; }
  .home-parallax-image-container #showcase-ads {
    background-image: url("../images/img2.jpg"); }
  .home-parallax-image-container #showcase-websites {
    background-image: url("../images/img.jpg"); }

.disclaimer {
  margin-top: 30px; }

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; } }

/* make the parallax images work at different viewport sizes. yeah yeah, i know, hacky af */

@media (max-width: 1260px) {
  .bottom-parallax-image {
    margin-top: 110px;
  }
}

@media (min-width: 1261px) and (max-width: 1500px) {
  .bottom-parallax-image {
    margin-top: 180px;
  }
}

@media (min-width: 1501px) and (max-width: 1780px) {
  .bottom-parallax-image {
    margin-top: 140px;
  }
}
@media (min-width: 1501px) and (max-width: 1780px) and (max-height: 820px) {
  .bottom-parallax-image {
    margin-top: 190px;
  }
  .home-parallax-image {
    height: 800px !important;
  }
}
@media (min-width: 1501px) and (max-width: 1780px) and (min-height: 821px) {
  .bottom-parallax-image {
    margin-top: 160px;
  }
  .home-parallax-image {
    height: 800px !important;
  }
}

@media (min-width: 1781px) {
  .bottom-parallax-image {
    margin-top: 200px;

  }
  .home-parallax-image {
    height: 800px !important;

  }
}



