@charset "UTF-8";
/* CSS Document */

.footer-band {
	text-align:center;	
	background: #beb6ac;
	margin-left: 0;
	margin-right: 0;
	width:100%;
 	z-index:99999;
	padding-top:100px;
	padding-bottom:50px;
	width:100%;
}
.footer-band img {
	max-height:150px;	
}
.footer-band h1 {
	font-size: 25px;
  font-family: 'Carter One', cursive;
	color: #000000;	
	text-shadow: none;
	text-align: left;
}
.footer-band ul {
  font-family: 'Carter One', cursive;
    font-size: 17px;
    background: none;
    margin: 0;
    padding: 0;
    list-style: none;
	display: grid;
	text-align: left;
 	z-index:99999;
}
.footer-band ul li {
    display: block;
    position: relative;
    float: left;
  font-family: 'Roboto', sans-serif;
}
.footer-band ul li i {
	text-align:center;
}
.footer-band li ul {
    display: block;
}
.footer-band ul li a {
	display: block;
    text-decoration: none;
    color: #000000;
    border-bottom: none;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    background: none;
    margin-left: 1px;
    white-space: nowrap;
    font-size: 17px;
}
.footer-band h1:hover{
	color: #b6452c;
}
.footer-band ul li a:hover {
    background: none;
	color:#b6452c;
	list-style-type: square;
}
.footer-band li:hover ul {
    display: block;
    position: absolute;
}
.footer-band li:hover li {
    float: none;
    font-size: 11px;
}
.footer-band li:hover a {
    background: #000000;
}
.footer-band li:hover li a:hover {
    background: #000000;
}





