﻿
.pic2 {
    position: relative;
}

.cardColumn {
    width: 75px;
}

.ozbg {
    background-color: black;
    width: 100%;
}

.cardtablebg {
    background-image: url('/iStock-1299608766.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
    width: 100%;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
    font-weight: bold;
}

a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

.tablecardtable {
    color: white !important;
}

.mymodalcolor {
    color: black;
}

.rountedbtn {
    border-radius: 50%;
}

a.outreach:link {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

a.outreach:visited {
    color: dodgerblue;
    background-color: transparent;
    text-decoration: underline;
}

a.outreach:hover {
    color: deepskyblue;
    background-color: transparent;
    text-decoration: underline;
    font-weight: inherit;
}

a.outreach:active {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}
