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

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

.btn-primary {
  background-color: #cc3300;
  border-color: #cc3300;
  color: #fff;
}

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

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #333366;
  border-top: 0;
}

.btn-light {
  color: #fff;
  background-color: #333366;
  border-color: #333366;
}

a {
  color: #333366;
  transition: all .2s;
}

a:hover {
  color: #cc3300;
}

a {
  color: #333366;
  transition: all .2s;
}

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

#btop {
  position: fixed;
  bottom: 0;
  right: 10px;
  font-size: 40px;
  z-index: 9999;
}

