
a {
  color: #962206;
}

a:hover {
  text-decoration: underline;
}

.btn {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.btn-sm {
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background-color: #962206;
  border-color: #962206;
  border: 1px solid #962206;
}

.btn-primary:hover {
  background-color: white;
  border: 1px solid #962206;
  color: #962206;
}

.btn-outline-primary {
  color: #962206;
  border-color: #962206;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #962206;
  border-color: #962206;
}

.img .arcprime-slider-title {
  font-size: 24px;
}

.img .arcprime-slider-caption {
  height: 70%;
  width: 70%;
  z-index: 1000;
}

.img:hover .arcprime-slider-caption {
  opacity: 1;
}

.pad-header {
  margin-top: 120px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #962206;
  background: none;
}

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

.project-details div {
  margin-bottom: 5px;
}

.arcprime-project-content h3 {
  padding: 6px 10px;
  background: #ffffff70;
  border: 6px solid #ffffff61;
}

.project-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.project-title {
  position: absolute;
  bottom: -100%;
  background: #9622069e;
  transition: all .3s ease-out;
}

.project-wrap:hover .project-title {
  bottom: 0;
}

.project-title a {
  display: block;
  color: white;
  padding: 2px 5px;
  line-height: 1.75em;
  font-weight: normal;
  font-size: 12px;
}

.profile-content {
  background-color: white;
  padding: 30px;
  max-width: 700px;
  width: auto;
  margin: auto;
}