/*-------------DESKTOP SETTINGS-------------*/

.foooter-headline{
  font-weight: bold !important;
}

footer{
  font-weight: lighter;
  font-size: 18px;
  background-color: black;
  color: white;
}

footer a{
  color: white;
  text-decoration: underline;
}

.row-footer{
  margin-top: 5%;
  margin-bottom: 5%;
}

.col-sm-3{
  text-align: left;
}

/*-------------TABLET SETTINGS-------------*/

@media only screen and (max-width : 991.98px) {

}

/*-------------SMARTPHONE SETTINGS-------------*/

@media only screen and (max-width : 575.98px) {
  .foooter-headline{
    margin-top: 30px;
  }
}
