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

See README.license for license notices.
*/
/* Footer css properties */
/* 18 July 2018  */
#footer {
    background-color: #231F20;
    display: block;
    clear: both;
    text-align: right;
    left: 0;
    width: 100%;
    min-height: 100px;
    bottom: 0px;
}

.footer {
    bottom: 0;
}

#footer a,#footer a:visited {
    color: #666666;
    line-height: 1.5;
    text-decoration: none;
}

.footerlink {
    margin-left: 10px;
}

.footertext {
    color: #999999;
    line-height: 2;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.setwidth {
    margin: 0 auto;
    /*width: 1024px;*/
}

.setwidthsmaller {
    margin: 0 auto;
    width: 100%;
}

#main {
    overflow: auto;
    padding-bottom: 150px;
} /* must be same height as the footer */

/************* Footer **************/
footer {
	background-color: #000;	
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
	font-family: sans-serif;
	bottom:0;
	width:100%;
}

.gaain-footer-logo {
	background-image: url('../images/logo_gaain.png');
	width: 100%;
	height: 40px;
	background-size: 80px 40px;	
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	width: 80px;
}

.gaain-footer-logo a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.gaain-footer-title {
	font-size: 10px;
	line-height:14px;
}

.gaain-footer-funding {
	font-size: 10px;
	line-height:14px;
}

.gaain-footer-links {
	font-size: 10px;
	position: relative;
	top: 50%;
	padding: 0 10px;
}

.gaain-footer-copyright {
	font-size: 10px;
	display: inline-block;
}

.gaain-footer-copyright-logo {
	background-image: url('../images/loni_head.png');
	width: 50px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	top: 1px;
	margin: 5px auto;
}

footer a {
	text-decoration: none;
	color: #fff;
}

footer a:hover {
	color: #C2A6DD !important;
	text-decoration: underline;
}

footer a:visited {
	color: #fff;
}

.gaain-footer-left {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	width: 276px;
	text-align: center;
	padding-bottom:10px;
}

.gaain-footer-middle {
	display: inline-block;
	vertical-align: middle;
	width: 34%;
	height: 60px;
	width: calc(100% - 700px);
	min-width: 240px;
}

.gaain-footer-right {
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	height: 105px;
	width: 265px;
	text-align: center;
}

.footer-inner {
	/* 	max-width: 680px; */
	/* 	position: relative; */
	/* 	margin: auto; */
	/* 	height: 100%; */
	font-size: 0;
}
