.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #9663c4 !important;
  border-color: #9663c4 !important;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #9663c4;
  border-color: #9663c4;
}

.text-primary {
  color: #9663c4 !important;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all ease .5s;
  opacity: 0;
  background: rgba(150,99,196,0.9);
}

.timeline > li .timeline-image {
  background-color: #9663c4;
}

section#contact .form-control:focus {
  border-color: #9663c4;
  box-shadow: none;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #9663c4;
}

a:hover {
  color: #9663c4;
}

a {
  color: #9663c4;
  text-decoration: none;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #9663c4;
}

#mainNav .navbar-toggler {
  background-color: #9663c4;
}

section#contact .form-group textarea.form-control {
  height: 270px;
}
section#contact .form-group input, section#contact .form-group textarea {
	padding: 5px;
}
