a {
    color: #7E08A3;
}
a:hover {
    color: #E700BB;
}


.bg-custom-1 {
    background-color: #7E08A3;
    color: #fff;
}

.bg-custom-2 {
    background-color: #2c3e50;
    color: #fff;
}
.text-custom-1 {
    color: #7E08A3;
}
.bg-custom-1 {
    background-color: #7E08A3;
    color: #fff;
}
.btn.btn-custom-1 {
    background-color: #7E08A3;
    color: #ffffff;
}
.btn.btn-custom-1:hover,
.btn.btn-custom-1:active,
.btn.btn-custom-1:focus {
    background-color: #E700BB;
    color: #ffffff;
}
    .header-bg
{
    background-image: url('../img/home-bg.jpg');
}
.header-home {
    background-image: url('../img/home-bg.jpg');
}