.bg-primary {
  background-color: #222222!important;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #4f1d1a;
}

.text-primary {
  color: #4f1d1a!important;
}

.btn-primary {
  background-color: #4f1d1a;
  border-color: #4f1d1a;
}

a, a:hover {
  color: #632a26;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #7e302b;
  border-color: #702a25;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #772d29!important;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #6a2723;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(99,42,38,0.75);
  transition: all .2s;
}

.bg-dark {
  background-color: #222222!important;
}

@media (max-width: 768px) {
  #heading1 {
    display: none;
  }
}

#heading1 {
  position: absolute;
  bottom: 0;
  z-index: 15;
  left: 80%;
  margin: -100px 0 0 -150px;
  padding-bottom: 120px;
}

