/* -------- */
/*  COLORS  */
/* -------- */
.da-purple, .da-purple a {
  color: #5F015F;
}
.da-orange, .da-purple a:hover {
  color: #f57c00
}
.form-control {
  background-color: #F7F7F7;
}
.form-control:focus {
  background-color: #FFF7EA;
}

#home-header h1, #home-header span {
    text-transform: none;
    color: #fff;
    margin-bottom: 35px;
}

.about-sec p {
  text-transform: none;
}

.flag-icon-background {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: none;
    height: 15px;
    width: 15px;
    cursor: pointer;
}