@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
body {
  background: #232323;
  font-family: 'Roboto Condensed', sans-serif;
  color: white; }

a {
  color: #FFB700; }
  a:hover {
    color: #cc9200; }

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

.yellow {
  color: #FFB700; }

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

.ipad-container {
  background: url("images/bg-ipad.svg") no-repeat 0px 200px/cover;
  color: #282828; }

ul {
  padding: 0;
  list-style-type: none; }
  ul li::before {
    content: "•";
    font-weight: bold;
    color: #FFB700;
    margin-right: 10px; }
