/*
  Almani-Rot: #8D2031
*/

.footer {
  background: #8D2031;
  color:white;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  color:#da7887!important;
}

.sm-footer a {
  
  margin-right:15px;
}

.sm-footer i {
  font-size:48px!important;
}

.footer ul {
  list-style-type: none;
}

.location i {
  font-size: 20px!important;
  margin-top: 10px;
}

.links ul{
  list-style-type: none;
}

.links li a {
  color: white;
  transition: color .2s;
}

.links li a:hover {
  text-decoration:none;
  color:#4180CB;
}


.about-company i {
  font-size: 25px;
}

.about-company  a {
  color:white;
  transition: color .2s;
}  

.about-company  a:hover {
  color:#4180CB
}


.location i {
  font-size: 18px;
}

.copyright p {
  border-top:1px solid rgba(255,255,255,.1);
} 

