body {
  background: black url(/img/2017/background.jpg) no-repeat fixed top center;
  background-size: cover; }

#primary {
  position: relative;
  font: bold 11em Ubuntu;
  color: rgba(150, 150, 150, 0.4); }
  #primary #bg-title {
    height: 1.3em;
    overflow: hidden; }
  #primary #title {
    position: absolute;
    left: 0.4em;
    top: 0.2em;
    font-size: 0.85em;
    color: #00f000; }
  #primary #data {
    width: 1.6em;
    height: 1.6em;
    border-radius: 0.8em 0 0.8em 0.8em;
    background-color: rgba(0, 255, 0, 0.8);
    top: 0;
    right: 0; }
    #primary #data #giorno {
      font-size: 0.9em;
      margin: 0;
      margin-top: 0.15em; }
    #primary #data #mese {
      font-size: 0.3em;
      margin: 0;
      margin-top: -0.5em; }
  #primary #loghi {
    float: right;
    margin-top: 0.2em;
    width: 2em; }
  #primary #description {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgba(0, 210, 0, 0.4);
    font-size: 0.18em;
    font-weight: 300; }
  #primary #where {
    clip-path: polygon(0 0, 94% 0, 87% 100%, 0% 100%);
    background-color: rgba(110, 210, 0, 0.4);
    font-size: 0.18em;
    font-weight: 300; }
    #primary #where > a {
      background-color: rgba(0, 210, 0, 0.4);
      font-size: 4em;
      width: 1.2em;
      height: 1.2em; }

#program {
  color: lime;
  font: bold 16px Ubuntu;
  border-collapse: collapse;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.6); }
  #program td {
    padding: 4px; }

.hour {
  color: lime;
  vertical-align: top; }

.session {
  font-size: 20px;
  color: white; }

.speaker {
  font-weight: 300;
  color: #d2ff00; }
  .speaker:visited, .speaker:hover, .speaker:active {
    color: #00c800; }

.talk {
  color: lime; }
  .talk:visited, .talk:hover, .talk:active {
    color: #00c800; }

#secondary {
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px; }
  #secondary #triangle {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: rgba(0, 240, 0, 0.3); }

#sponsor {
  position: absolute;
  bottom: 10px;
  right: 10px; }

@media all and (max-width: 1200px) {
  #primary {
    font-size: 10rem;
    margin: 0.4rem 0; } }
@media all and (max-width: 1100px) {
  #primary {
    font-size: 9rem;
    margin: 0.5rem 0; } }
@media all and (max-width: 1000px) {
  #primary {
    font-size: 8rem;
    margin: 0.6rem 0; } }
@media all and (max-width: 900px) {
  #primary {
    font-size: 7rem;
    margin: 0.7rem 0; } }
@media all and (max-width: 800px) {
  #primary {
    font-size: 6rem;
    margin: 0.8rem 0; } }
@media all and (max-width: 680px) {
  #primary {
    font-size: 5rem;
    margin: 0.9rem 0; } }
@media all and (max-width: 570px) {
  #primary {
    font-size: 3.5rem;
    margin: 1rem 0; } }
@media all and (max-width: 450px) {
  #primary {
    font-size: 3rem;
    margin: 1.2rem 0; } }
@media all and (max-width: 350px) {
  #primary {
    font-size: 2.5rem;
    margin: 1.4rem 0; } }

/*# sourceMappingURL=ld_2017.css.map */
