/*
* bads.tm
* NEW BETTER Modern Reality 2.0
* Note: Edited version (aka LITE) for Viddla and any other projects as BWS submodule
*/

body {
  font-family: 'Century Gothic';
  background: #1d1d1d; /*111*/
  color: white;
}

@font-face {
  font-family: 'Century Gothic';
  src: url(../fonts/CenturyGothic.ttf);
}

@font-face {
  font-family: 'Century Gothic';
  src: url(../fonts/CenturyGothic-B.ttf);
  font-weight: bold;
}

/* nicer links */
#footer a:link {
  color: white;
  font-weight: normal;
}

#footer a:visited {
  color: white;
}

#footer a:hover {
  color: white;
  text-decoration: none;
}

.fab {
  font-weight: normal !important;
}

a:active {
  color: white;
}

#footer {
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: #000;
  padding-top: 10px;
  margin-top: -20px;
}

.footerTitle {
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

.list-unstyled>li {
  padding-bottom: 5px;
}

.heart {
  color: #ff2800;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
