/*
//  *********************************************************
//  ****                                                  ***
//  ****    created by and copyright to Nicky Ellakirk    ***
//  ****  ck26 technical services, 2018, nicky@ck26.net   ***
//  ****                                                  ***
//  *********************************************************
*/  
/*
// racp logo dark blue        #03507C
// racp logo light blue       #227D99
// racp logo dark turquoise   #3B9D98
// racp logo light turquoise  #7BB5A1
*/

footer {
    text-align:center;
    font-family: sans-serif;
    margin:10px 0 0 0;
    font-size:90%;
    clear:both;
    background-color:#03507C;
}
a.social img {
    height:62px;
    margin: 0 0 -4px 0;
}
a.social {
    display:inline-block;
    padding:0px;
    margin: 0;
}
.text_space {
    vertical-align:top;
    display: inline-block;
    color:#000000;
    padding:17px;
    text-align:left;
    border-radius:4px;
    background-color:#227D99;
    margin:1%;
}
.text_space a {
    padding:1px 2px;
    border-radius:2px;
}
.text_space a:link {
    color:#000000;
}
.text_space a:visited {
    color:#000000;
}
.text_space a:hover {
    color:#000000;
    background-color:#3B9D98;
}