/*
COPYRIGHT NOTICE
Copyright (c) 2014  Scott C. Neu and Arthur W. Toga

See README.license for license notices.
*/
/* Footer css properties */
/* 18 February 2015 */
#footer a,#footer a:visited {
    color: #fff;
    line-height: 1.5;
    /*     text-decoration: none; */
    margin: 0;
}

.footerlink {
    margin-left: 10px;
}

#footer {
    padding: 20px 0;
    clear: both;
    background-color: #000;
    color: #fff;
    height: 80px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.first,.second {
    padding-top: 5px;
}

.first {
    text-align: left;
    margin-left: 10px;
}

.second {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.third {
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    width: 280px;
    margin: auto;
    bottom: 20px;
}

.powered-by-logo {
    height: 50px;
    width: 50px;
    background-image: url('../images/loni_head.png');
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    left: calc(100% - 65px);
    top: 5px;
}

.powered-by-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.second>a {
    position: relative;
    left: -75px;
    top: 40px;
    text-decoration: none;
}

#footer a:hover,a:focus,a:visited:hover,a:visited:focus {
    color: #65378F;
}

.filler-div {
    height: 70px;
}