html {
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

section {
    /*background-image: url('/images/vwb_home_bg_gs.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    min-height: 250px;
    /*border: 1px solid #ccc;*/
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    section h1 {
        color: #000;
        padding: 20px 0 20px 0;
        text-align: center;
        font-size: 62px;
        font-weight: 600;
    }

        section h1 span {
            font-size: 40px;
        }

    section h4 {
        color: #000;
        text-align: center;
        font-size: 29px;
        font-weight: 600;
        padding: 20px 0 0 0;
    }

    section hr {
        margin: 10px 40px;
        padding: 2px;
        color: #000;
        opacity: 0.6;
    }

.logo-colour {
    color: #8d15c9;
}

.main-text {
    font-size: 18px;
}

    .main-text ul li {
        padding-bottom: 12px;
    }

    .main-text h5 {
        font-weight: 600;
    }

a {
    text-decoration: none;
}

/* Card Styles */

.card-sl {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-sidebar {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border-color: #8d15c9;
    border-width:1px!important;
    border-style: solid;*/
}



.card-image img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 8px 8px 0px 0;
}

.card-action {
    position: relative;
    float: right;
    margin-top: -25px;
    margin-right: 20px;
    z-index: 2;
    color: #E26D5C;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    font-size: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

    .card-action:hover {
        color: #fff;
        background: #40095d;
        -webkit-animation: pulse 1.5s infinite;
    }

.card-heading {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color: #8d15c9;
    padding: 10px 15px;
}

.card-heading-home {
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    color: #8d15c9;
    padding: 10px 15px;
}

.card-text-home {
    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;
}

.card-text {
    /*    padding: 10px 15px;
    background: #fff;
    font-size: 14px;
    color: #636262;*/
}

.card-button {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    width: 100%;
    background-color: #8d15c9;
    color: #fff;
    border-radius: 0 0 8px 8px;
}

    .card-button:hover {
        text-decoration: none;
        background-color: #40095d;
        color: #fff;
    }


@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

img.gs {
    filter: grayscale(1);
    -webkit-filter: grayscale(.9);
}

    img.gs:hover {
        filter: none;
        -webkit-filter: grayscale(.2);
    }

img.page-feature {
    float: right;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    border: 1px solid #8d15c9;
    max-width: 40%;
    height: auto;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* menu options */

.logo-colour {
    color: #8d15c9 !important;
}

.side-box-text {
    font-weight: 600;
}

.privacy:hover {
    color: #8d15c9 !important;
}
