﻿:root {
    --theme_background: #01796F; /*/ #01796F; */
    --theme_footer: #01796F;
    --menu_border: #ccc; /* #E8AC41; /* #FADA5E; */
    --text_background: #fffef7;
    --text_background2: #fdfff7;
    --text_background3: #000;
}

* {
    margin: 0;
}

hr {
    padding: 0px;
    margin: 2px 0px 2px 0px;
    color: #c7c9c5;
}

html, body {
    height: 100%;
    font-family: "Lato", sans-serif;
    font-size: 0.9em;
    color: #444444;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
}

.wrapper {
    min-height: calc(100% - 50px);
    height: auto !important;
    position: relative;
    width: 100%;
    margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
    padding-bottom: 20px;
    text-align: left;
    border: 0px solid #fff;
    background-color: var(--text_background);
}

.footer {
    position: relative;
    background-color: var(--theme_footer);
    color: #fff;
    padding-top: 1px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    clear: both;
}


    .footer p {
        margin: 0;
        padding: 5px;
    }

    .footer h5 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

    .footer a {
        text-decoration: none;
        color: #edeab2;
    }

.header {
    border: 0px solid RebeccaPurple;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cmphoto {
    border: 0px solid red;
    margin-right: 40px;
    height: 150px;
    width: 200px;
    align-content: center;
}

.cmimg {
    height: 100%;
}

.minphoto {
    border: 0px solid blue;
    margin-left: 40px;
    height: 150px;
    width: 200px;
    align-content: center;
}

.minimg {
    height: 100%;
}

.govtlogo {
    border: 0px solid green;
    margin-right: 10px;
    margin-left: 10px;
    height: 104px;
    width: 110px;
    align-content: center;
}

.gcclogo {
    border: 0px solid magenta;
    margin-left: 10px;
    margin-right: 10px;
    height: 104px;
    width: 110px;
    align-content: center;
}

.gccname {
    border: 0px solid blue;
    align-content: center;
/*    height: 150px;*/
    width: 500px;
    background-image: url('../images/apmap1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35%;
}

    .gccname h4 {
        font-family: Geologica, sans-serif;
        font-weight: bold;
        font-size: 1.8em;
        color: var(--theme_background);
        margin: 0;
        padding: 0;
    }


.photo img {
    display: block;
    margin: auto;
    border-radius: 50%;
    border: 4px solid var(--text_background);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.photoname {
    position: relative;
    display: block;
    height: 50px;
    bottom: 47px;
    line-height: 1em;
    background-color: var(--text_background);
    opacity: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    padding-top:3px;
}

    .photoname > div:nth-child(1) {
        color: red;
        font-size: 1em;
        padding-bottom:2px;
    }

    .photoname > div:nth-child(2) {
        color: var(--theme_background);
        line-height:1.1em;
        font-size: 1em;
    }



.orgchart {
    width: 690px;
    margin: 5px auto 20px auto;
}

    .orgchart table {
        border-collapse: collapse;
        border-spacing: 0px !important;
    }

    .orgchart td {
        padding: 0em;
        border: 0px solid red;
    }

