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

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

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

body {
  height: 100%;
  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"); }

p, h3 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }

.portfolio-item-row {
  margin-top: 60px; }
  .portfolio-item-row p {
    padding-bottom: 60px;
    margin-left: 12px;
    margin-right: 12px; }
  .portfolio-item-row .no-padding-bottom {
    padding-bottom: 0; }

.project-container {
  padding-bottom: 30px; }
  .project-container button {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px; }

.project-description-container {
  padding-bottom: 20px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif; }
  .project-description-container h3 {
    font-size: 22px; }

.page-header {
  border-bottom: none; }

.screenshots {
  padding-bottom: 60px; }

.replay-button {
  margin-top: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .replay-button:focus {
    outline: none; }

.version-button {
  margin-left: 20px; }

.project-iframe {
  overflow: hidden;
  border: none; }

.active-button {
  color: gray; }

.portfolio-item-row p {
  padding-bottom: 12px; }

img {
  width: 100%; }

.project-container {
  width: 100%; }

.project-details-container {
  padding-top: 0; }

@media (min-width: 992px) {
  .project-details-container {
    padding-left: 75px; } }

@media (min-width: 1200px) {
  .project-details-container {
    padding-left: 120px; } }

@media (min-width: 331px) and (max-width: 767px) {
  .project-description-container {
    max-width: 400px;
    margin: 0 auto; }
  .project-details-container {
    margin: 0 auto;
    max-width: 300px;
    padding-left: 50px; } }

@media (max-width: 320px) {
  .project-description-container {
    max-width: 300px;
    margin: 0 auto; }
  .project-container {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 40px; } }

.portfolio-item {
  margin-bottom: 25px;
  text-align: center; }

.portfolio-item .item-wrapper {
  display: inline-block;
  max-width: 300px;
  max-height: 400px;
  min-height: 350px;
  text-align: left; }

img {
  width: 100%; }

.portfolio-item-description {
  max-width: 300px;
  margin-top: 20px;
  text-align: center; }

.screenshots {
  margin-top: 50px; }

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

.project-description-container {
  padding-bottom: 0; }
