@import url("luciadFrame/assets/css/palamir.css");

a{
	padding: 10px;
	border-radius: 10px;
	background: #334047;
	color: #ccc;
	text-decoration: none;
	white-space: nowrap;
}
.footerFiller {
	height: 60px;
	background: transparent;
}
.indexFooter a:hover {
	color: #ccc;
	text-decoration: none
}
.indexFooter:empty{
	display: none;
}
.indexFooter {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-top: blue solid thin;
	background: #00C6FF;
}
.indexFooter.admin{
	border-top: red solid thin;
	background: #FFDDDD;
}

@media (max-width: 768px){ 
	.indexFooter {
		padding-top: 1.2em;
		padding-bottom: 1.2em;
	}
	body .indexFooter a { 
		font-size: 1em; 
	}
}
.mobile .indexFooter{
	padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.mobile .indexFooter a { 
	font-size: 1em; 
}