﻿
span.text-danger{
    font-weight: 600;
    color: #990000;
    background-color: #FFFF99;
}

div.errortxt, .errortxt {
    font-weight: 600;
    color: #990000;
}

div.txtBlueBold, .txtBlueBold {
    color: #166298;
    font-weight: 600;
}

div.txtGreenBold, .txtGreenBold {
    color: #249c34;
    font-weight: 600;
}

.txtGreen {
    color: #249c34;
    font-weight: 500;
}

.txtgraysmall {
    font-weight: 500;
    font-size: .9em;
    color: #999;
}

span.formlabel{
    font-weight: 600;
    color: #166298;
}

a.txtunderline {
    text-decoration: underline;
}

.txtstrong, span.txtsttong{
    font-weight: 500 !important;
}

div.servcard {
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.2);
}


div.hometitle {
    padding: 0 0 16px 0;
    color: #243a5b;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

div.homesubtitle, div.homesubtitle2 {
    color: #243a5b;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

div.homesubtitle2 {
    font-size: 1em;
}

div.hometitleLight {
    padding: 0 0 22px 0;
    color: #add4ee;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

div.cardheader {
    color: #243a5b;
    font-size: 1.2em;
    font-weight: 600;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0 0 12px 0;
    text-align: left;
}

div.cardimg {
    padding: 0 0 12px 0;
    text-align: center;
}

    div.cardimg img {
        max-width: 200px;
    }

div.cardtxt {
    font-size: .9em;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 0 0 16px 0;
    text-align: left;
}

div.contactdiv {
    position: absolute;
    bottom: 8px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*div.aboutimgdiv{
    margin-top: -30px;
    max-width: 400px;
}*/

div.contactrightcol {
    border: 1px solid #a5bed0;
    background-color: #dbedf9;
    /*background-color: #b9cfde;*/
    border-radius: 5px;
    padding: 14px;
}

div.contactleftcol {
    border: 1px solid #a5bed0;
    background-color: #dbedf9;
    /*background-color: #b9cfde;*/
    border-radius: 5px;
    padding: 14px;
}


h1.listh1 {
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 1.3em;
    font-weight: 500;
    color: #035c94;
}

h1.abouth1 {
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 1.3em;
    font-weight: 600;
    color: #035c94;
}

h2.listh2 {
    padding: 8px 0 0 0;
    margin: 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #035c94;
}

/*--------------------------------------------------------------
# Button stuff
--------------------------------------------------------------*/

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


