@font-face {
        font-family: 'Voster Typeface';
        src: url('../files/Voster.eot'); /* IE9 Compat Modes */
        src: url('../files/Voster.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../files/Voster.woff') format('woff'), /* Pretty Modern Browsers */
             url('../files/Voster.ttf')  format('truetype'); /* Safari, Android, iOS */
      }

      body {
        background: url(../img/rimels_bg.jpg) #262626;
        background-repeat: no-repeat;
        background-position: top center;
        
      }
      .center {
        width: 100%;
        text-align: center;
      }
      .logo {
        width: 600px;
        margin: 30px 0 45px 0;
      }
      @media screen and (max-width: 800px) {
        .logo {
          width: 330px;
        }
      }
      .full {
        border: 10px solid #EEE;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 40px;
      }
      #menu {
        display: none;
        background: #F8F8F8;
      }
      h2 {
        width: 100%;
        text-align: center;
        font-family: 'Voster Typeface';
        color: #FFF;
        margin-bottom: 30px;
        font-size: 36px;
      }
      h3 {
        width: 100%;
        text-align: center;
        font-family: 'Voster Typeface';
        width: auto;
        color: #000;
        font-size: 24px;
        margin-bottom: 0px;
      }
      h4 {
        width: 100%;
        text-align: center;
        font-family: 'Voster Typeface';
        width: auto;
        color: #000;
        font-size: 20px;
        margin-bottom: 10px;
      }
      p {
        color: #E0E0E0;
        line-height: 26px;
      }
      .section {
        width: 100%;
        padding: 50px 0 30px 0;
      }
      .section-light {
        width: 100%;
        background: #DDD;
        padding: 50px 0 30px 0;
      }
      .section-light h2 {
        color: #000;
      }
      .section-light p {
        color: #000;
      }
      audio {
        width: 100%;
        margin-bottom: 30px;
      }
      .card {
        background: #DDD;
        padding: 20px;
        margin: 0 0 30px 0;
      }
      .thumb {
        width: 100%;
        margin-bottom: 30px;
      }
      .main {
        padding-right: 30px;
      }
      .sidebar {
        background: #DDD;
        color: #000;
        padding: 25px;
        border-radius: .25rem;
      }
      .sidebar h2, .sidebar h3, .sidebar p {
        color: #333;
        text-align: center;
      }
      .sidebar h2 {
        margin: 10px 0 15px 0;
      }
      .sidebar .row {
        margin-bottom: 15px;
      }
      .sidebar .show_date {
        background-image: radial-gradient(#444, #222); 
        padding: 18px 20px 10px 20px;
        color: #EEE;
        text-align: center;
        font-family: 'Voster Typeface';
        width: auto;
        font-size: 18px;
        line-height: 20px;
      }
      .sidebar .show_date .month {
        font-size: 24px;
        line-height: auto;
      }
      .sidebar .show_details {
        padding-top: 10px; 
        background: #EEE; 
        border: 1px solid #c8c8c8;
      }
      .sidebar .show_details i {
          font-size: 0.85rem;
          line-height: 0.85rem;
          color: #555;
      }
      .past {
        opacity: 0.7;
      }
      .nav-buttons {
        margin: 20px 0 0 0;
        text-align: center;
      }
      .nav-buttons .btn {
        padding: 8px 12px;
        margin: 0 5px 5px 0;
        border: 1px solid #444;
      }
      .nav-buttons .btn i {
        padding-right: 5px;
      }
      .nav-buttons .btn:hover {
        background: #191919;
        color: #FFF;
      }
      .nav-buttons .btn .badge {
        background: #E0E0E0;
      }
      .odd-row {
        background: #F6F6F6;
        padding: 15px 0;
        margin: 0 0 20px 0;
      }
      .odd-row p {
        margin: 0;
        padding: 0;
      }
      .video {
        max-width: 800px;
        margin: 0 auto;
      }