body, h1, h2, h3, h4, p {
    font-family: 'Lato',sans serif;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #D464A3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-link:hover {
    border-color: transparent;
    cursor: pointer;
    color: #7863BB;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
a {
    color: #965BB7;
    text-decoration: none;
}
.site-footer:before {
    content: none;
    background-repeat: no-repeat;
    margin: 15px auto 30px;
}   
.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 0px 0px rgb(255 255 255 / 75%);
    background-color: #965BB7;
    background-image: -moz-linear-gradient(top,#000000,#965BB7);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#000000),to(#965BB7));
    background-image: -webkit-linear-gradient(top,#000000,#965BB7);
    background-image: -o-linear-gradient(top,#D464A3,#965BB7);
    background-image: linear-gradient(to bottom,#D464A3,#965BB7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #965BB7 #965BB7 #965BB7;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    *background-color: #D464A3;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-radius: 7px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.btn:hover {
    background-color: #3E055E;
    background-image: -moz-linear-gradient(top,#000000,#965BB7);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#000000),to(#965BB7));
    background-image: -webkit-linear-gradient(top,#000000,#965BB7);
    background-image: -o-linear-gradient(top,#965BB7,#D464A3);
    background-image: linear-gradient(to bottom,#965BB7,#D464A3);
   }
.carousel-inner img {
    border: 0px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgb(56 44 55 / 30%);
    box-shadow: 0 2px 3px rgb(56 44 55 / 30%);
}