
    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      padding-bottom: 40px;
    background-image: url('../images/background.jpg');
      color: #5a5a5a;
    }
    p{
      line-height: 1.75em;
    }
    h1, h2, h3, h4, h5, h6 {
      color:#CC2229;
    }
    a{
      color:#08C;
      text-decoration:underline;
    }
    a:hover{
      color:#CC2229;
    }
    a.btn,a.carousel-control
    {
      text-decoration:none;

    }
    div.memopad
    {
    background: #020031;
    background: -moz-linear-gradient(45deg, #2E435E 0%, #08C 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2E435E), color-stop(100%,#08C));
    background: -webkit-linear-gradient(45deg, #2E435E 0%,#08C 100%);
    background: -o-linear-gradient(45deg, #2E435E 0%,#08C 100%);
    background: -ms-linear-gradient(45deg, #2E435E 0%,#08C 100%);
    background: linear-gradient(45deg, #2E435E 0%,#08C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E435E', endColorstr='#08C',GradientType=1 );
    }

    img#memopad{
    min-width: 10%;
    max-width: 100%;
    position: relative;
    top: 0px;
    }
    div#memo-caption
    {
    position: absolute;
    top: 150px;
    left:350px;
    }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
      font-weight: bold;
      font-size: 16px;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }
    a.icon, a.icon:hover
    {
      text-decoration:none;
    }

    .memopad::after {
content: '';
display: block;
position: absolute;
top: 80px;
right: 0;
bottom: 0;
left: 0;
background: url(../images/diymusic_outrage_title_bg.png) no-repeat center center;
opacity: .45;
}



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      margin-top: 60px;
      height: 80px;
      border: 0;
      background-color: transparent;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      font-size: 120px;
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;

    }

    .carousel-caption {
      position: static;
      margin-top: 150px;
      padding: 0 20px;
      max-width: 650px;
      background-color: transparent;
    }
    .carousel-caption h1,
    .carousel-caption h2,
    .carousel-caption .lead {
      margin: 0;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      line-height: 1.25;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }


    /* Featurettes
    ------------------------- */

    .hr-divider {
      margin: 40px 0; /* Space out the Bootstrap <hr> more */
      height:0;
      border:0;
      border-top:1px solid #CC2229;
      border-bottom:1px solid #fff;
    }
    .hr-divider2 {
      margin: 40px 0; /* Space out the Bootstrap <hr> more */
      height:0;
      border:0;
      border-top:1px solid #ddd;
      border-bottom:1px solid #fff;
    }
    .featurette {
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      letter-spacing: -1px;
      font-weight: 300;
      font-size: 50px;
      line-height: 1;
    }
    .featurette-files
    {
      margin-top: 110px;
    }
    .featurette-files2
    {
      margin-top: 160px;
    }


    /* MISC
    ------------------------- */
  #fb-root { display:none; }
    .bold
    {
      font-weight:bold;
    }
    .navbar-inner .container
    {
      background-color:#2E435E;
    }
    .navbar-inverse .navbar-inner,.navbar-inverse, .navbar-inner {
    border-color: #2E435E;
    background-color: #2E435E;
    background-image: -moz-linear-gradient(top,#2E435E,#2E435E);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2E435E),to(#2E435E));
    background-image: -webkit-linear-gradient(top,#2E435E,#2E435E);
    background-image: -o-linear-gradient(top,#2E435E,#2E435E);
    background-image: linear-gradient(to bottom,#2E435E,#2E435E);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E435E',endColorstr='#2E435E',GradientType=0);
    }
    .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #2E435E;
    color: white;
    }

  .navbar-inverse .nav2nd  li  a
  {
    color:#fff;
  }
  .navbar-inverse .nav2nd  li  a:hover
  {
    color:#CC2229;
  }
  .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  -moz-box-shadow: none;
  box-shadow: none;
  }

  .featurette h2{
      color:#08C;
  }

  .icon_heading{
  float:left;
  padding-right:5px;
  font-size: 32px;
  }
  h1
  {
    margin:20px 0px 20px 0px;
  }

  li.lead
  {
  margin-bottom: 10px;
  line-height: 1.2em;
  }
  .navbar-fixed-top {
  margin-bottom: 0px;
  }
  .event_title
  {
  margin: 0px 0px 10px;

  }
  .author li
  {
  margin-left: -25px;
  list-style-type:none;
  line-height:25px;
  }

  #event,#book,#timetable,#lineup,#access,#ticket,#sponsors
  {
  margin: -120px 0 0;
  padding: 120px 0 0;
  }
  .tooltip-inner
  {
  background-color:#CC2229;
  color:#fff;
  font-weight:bold;
    }
  .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #CC2229;
  }
  .navbar .nav > li > a {
  padding: 15px 10px;
  }
  .fb-like,.twitter-tweet
  {
  margin-top: 15px;
  margin-left: 16px;
  }
  blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #DDD;
  }


    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        margin: -5px 0;
        border-radius: 0;
      }
      .carousel-caption {
        margin-top: 30px;
        padding: 0 70px;
        width: 65%;
      }

      .carousel .item {
      }
      .carousel img {
        width: auto;
      }

      .featurette {
        padding: 0;
        height: auto;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        margin: 0 auto 20px;
        max-width: 40%;
      }
    div#memo-caption {
    position: absolute;
    top: 30px;
    left: 400px;
    }

    }


    @media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }

  iframe {
    max-width: 100%;
    height: auto;
  }

      .navbar-inner {
        margin: -5px 0px;
      }

      .carousel {
        margin-right: -20px;
        margin-left: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: auto;
      }
      .carousel-caption {
        margin-top: 10px;
        padding: 0 70px;
        width: 65%;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }
    .featurette-files,.featurette-files2
    {
      margin-top: 50px;
    }
        .carousel-caption {
      position: static;
      margin-top: 0px;
      padding: 0 20px;
      max-width: 650px;
      background-color: transparent;
    }
        div#memo-caption
    {
    position: absolute;
    top: 30px;
    left:400px;
    }


}