/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 26 2019 | 07:59:20 (am)
/*
/******* Do not edit this file *******/

.l-section-h.i-cf {
    background-color: #000 !important;
}
.fa-icon-facebook-square {
    font-size: 2.5em !important;
    color: white;
}
a {
    color: white !important;
}
a:hover {
    color: black !important;
}

.btn {
  background: #9c0000;
  background-image: -webkit-linear-gradient(top, #9c0000, #b82b2b);
  background-image: -moz-linear-gradient(top, #9c0000, #b82b2b);
  background-image: -ms-linear-gradient(top, #9c0000, #b82b2b);
  background-image: -o-linear-gradient(top, #9c0000, #b82b2b);
  background-image: linear-gradient(to bottom, #9c0000, #b82b2b);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #fc3c3c;
  background-image: -webkit-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -moz-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -ms-linear-gradient(top, #fc3c3c, #d93434);
  background-image: -o-linear-gradient(top, #fc3c3c, #d93434);
  background-image: linear-gradient(to bottom, #fc3c3c, #d93434);
  text-decoration: none;
}