  ﻿#app-start {
    margin-top: 25px;
}

h1.app-heading {
    background-image: url(https://www.albertahealthservices.ca/assets/info/pf/cc/if-pf-cc-icon-trees.png);
    background-repeat: no-repeat;
    background-position: right;
    color: #6c3a5d;
    border-bottom: 2px solid #6d3a5d;
    line-height: 90px;
    height: 78px;
}

#app-nav {
    overflow: hidden;
    color: #6d3a5d;
    background: #f0ebef;
    font-size: 18px;
    margin: 5px 0 5px 0;
    padding: 12px 10px;
}

    #app-nav a {
        color: #333;
        font-weight: 600;
        font-size: 18px;
        text-decoration: none;
    }
#ccfd li {
    font-family: Arial;
    font-size: 16px;
}

.darkmauve {
    color: #6c3a5d;
}

.green {
    color: #7a9c49;
}

.darkblue {
    color: #123960;
}

.lightblue {
    color: #64A1B7;
}

i.fa-check-circle {
    font-size: 26px;
}

i.fa-info-circle {
    font-size: 26px;
}

.alert-danger {
    box-shadow: 5px 5px 0px #dfdfdf;
}

#report-error {
    border-top: 2px solid #6d3a5d;
    margin-top: 30px;
    padding-top: 10px;
    text-align: right;
    color: #6d3a5d;
}

@media screen and (max-width:600px) {
    h1.app-heading {
        background-image: none !important;
    }
}
