  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  /* Remove the navbar's default margin-bottom and rounded borders */
  
  .navbar {
      margin-bottom: 0;
      border-radius: 0;
  }
  
  .navbar-nav {
      margin: 0 5%;
  }
  
  .navbar-nav > li {
      font-size: 18px;
      /*text-transform: uppercase;*/
  }
  
  .navbar-brand {
      font-size: 18px;
  }
  
  .committee li {
      list-style-type: none;
  }
  
  #sponsors li {
      display: inline-block;
      width: 13vw;
  }
  
  #sponsors img {
      width: 100%;
      padding: 10px 30px;
  }
  
  h2{    
      padding: 10px 0;
  }

  body {
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
  }
  
  p {
      padding: 5px 0 10px 0;
  }
  
  @media screen and (max-width: 480px) {
    h2{
      font-size: 22px;
    }
      img {
          width: 100%;
      }
      .row {
          margin: 0;
      }
      .committee li {
          list-style-type: square;
          text-align: left;
      }
      #sponsors li {
          display: block;
          width: 100%;
      }
      #sponsors img {
          width: 80%;
          padding: 10px 0;
      }
  }
