.card {
    border-radius: 20px;
    border-width: 0;
    box-shadow: 2px 3px 9px 0px #ccc;
    color: #808080;
}

.card.premium {
    background: linear-gradient(0deg, #5544d0, #30a7e2);
    color: white;
    box-shadow: none;
}

.card .btn-primary {
    background: #254f8f;
    color: white;
}

.card .btn-primary:hover {
    background: #426191;
}

.card.premium .btn-primary {
    background: linear-gradient(0deg, #d9421c, #e65836);
    color: white;
}

.card.premium .btn-primary:hover {
    background: linear-gradient(0deg, #e5522dff, #e76d4eff);
    color: white;
}

.feature-sub {
    background: linear-gradient(30deg, #5285d3, #7645da);
    color: white;
}

.feature-sub .header-image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    background-image: url(/assets/image/feature_01.png);
}

.feature-sub .header-image svg {
    height: 100%;
}

.feature-primary {
    background-color: #122749;
    color: #eee;
}

.feature-grey {
    background-color: #eceae7;
    color: #0084ab;
}

.wave {
    background: transparent;
    margin-bottom: -70px;
}

#slider {
    margin: auto;
    width: 50%;
}

#slider img {
    max-height: 400px;
}

.header-paralax {
    background-image: url("/assets/image/feature_01.png");
    /* Create a parallax effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    /*text-shadow: -1px -1px 1px rgb(240, 252, 255), 1px -1px 5px rgb(240, 252, 255), -1px 1px 1px rgb(240, 252, 255), 1px 1px 1px rgb(240, 252, 255);*/
}

.header-title-container {
    color: #eee;
    text-align: center;
    /* border-radius: 10px;
    background-color: #254f8fdd;
    clip-path: polygon(40px 0%, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
*/
}


.header-title-container h1 {
    font-size: 5vw;
    margin-right: 20px;
    margin-left: 20px;
}

.header-title-container h3 {
    font-size: 2vw;
    margin-right: 20px;
    margin-left: 20px;
}

.example {
    background-image: url("/assets/image/feature_01.png");
    /* Set the height */
    height: 150px;
    /* Create a parallax effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* XS */
@media (max-width: 575.98px) {

    .header-title-container {
        margin-top: 40px;
    }

    .header-title-container h1 {
        font-size: 6vw;
    }

    .header-title-container h3 {
        font-size: 4vw;
    }
}