@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

body{
    font-family: 'Raleway', sans-serif;
}

nav a {
    color: #5D175A;
}

.purple {
    color: #D60084;
}

.dark-purple {
    color: #5D175A;
}

.bg-purple {
    background-color: #5D175A;
}

.text-gray {
    color: #808080;
}

.btn-blue {
    color: white;
    background-color: #0D73BA;
}

.about-us p, .features p {
    color: #808080;
}

.btn-purple {
    color: #FFFFFF;
    background-color: #D60084;
    border-radius: 25px;
    font-weight: bold;
}

.btn-dark-purple {
    color: #FFFFFF;
    background-color: #5D175A;
    border-radius: 25px;
    font-weight: bold;
}

.banner {
    background: linear-gradient(

            rgba(0, 0, 0, 0.4),

            rgba(0, 0, 0, 0.4)

    ), url(../img/banner.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
}

.banner .banner-title {
    padding-top: 50px;
}

.banner .banner-title h1{
    font-weight: bold;
    font-size: 58px;
}

.banner-menu{
    height: auto;
}

.banner-menu .banner-title{
    padding-top: 40px;
    padding-bottom: 40px;
}

.features h4 {
    color: #D60084;
}

.features img {
    height: 50px;
}

.skull-know {
    background: linear-gradient(
            rgba(93, 23, 90, 0.95),
            rgba(93, 23, 90, 0.95)
    ), url(../img/flower-path.png) center;
}

.skull-know h1 {
    font-weight: bold;
    font-size: 48px;
}

.about-us .container-fluid {
    padding-left: 0;
}

.about-us h1 {
    color: #5D175A;
    font-weight: bold;
}

/* MENU */
.menu h1 {
    color: #5D175A;
    font-weight: bold;
}

.gallery {
    background: #5D175A;
}

.gallery h1 {
    color: #FFFFFF;
    font-weight: bold;
}

.contact .title-purple {
    color: #5D175A;
    font-weight: bold;
}

.carousel-indicators {
    margin: -15px 0;
}

.carousel-indicators li {
    width: 14px;
    height: 15px;
    border-radius: 30px;
    border: 1px solid #D60084;
    background-color: #FFF;
}

.carousel-indicators .active {
    background-color: #D60084;
    border-color: #D60084;
}

.form-control {
    border-radius: 15px;
}

.help-bubble {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.875rem;
    text-align: center;
    border-radius: 100%;
    transition: all 0.2s;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    z-index: 2;
}

.help-up {
    position: fixed;
    bottom: 5.7rem;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.875rem;
    text-align: center;
    border-radius: 100%;
    transition: all 0.2s;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    z-index: 2;
}

footer {
    background-color: #331252;
}