@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
body {
  background: #292929 url("images/gradient-radial.jpg") no-repeat center top;
  font-family: 'Roboto Condensed', sans-serif;
  color: white; }

a {
  color: #FFCC00; }
  a:hover {
    color: #cca300; }

.light {
  font-weight: 300 !important; }

.text-muted {
  color: rgba(255, 255, 255, 0.2) !important; }

.dark {
  color: #292929; }

.yellow {
  color: #FFCC00; }

.yellow-bg {
  background: #FFCC00; }

.dropshadow {
  filter: drop-shadow(0px 10px 20px black); }

ul {
  padding: 0;
  list-style-type: none; }
  ul li {
    float: right;
    display: inline-block;
    margin-left: 10px; }
