

.footer {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height: 92px;
  background-color: #333333;
}

.footer-text-left {
  font-size:20px;
  padding-left:40px;
  float:left;
  word-spacing:10px;
}

a.menu:hover {
  background-color:#000000
}

.footer-content-left {
  padding-right:40px;
  margin-top:20px;
  float:right;
}

.icon-style {
  height:46px;
  margin-left:40px;
  margin-top:10px;
  margin-right: -22px;
}

.icon-style:hover {
  background-color:#000000
  padding:10px;
}




