@media (max-width: 768px) {
  h1,h3 {
    font-size: 3.2ex;
  }
  .jumbotron {
    font-size: 1.1ex;
  }
}

section.sponsors .list-inline > li {
  padding: 10px;
  vertical-align: middle;
}

section.sponsors img {
  max-width: 200px;
}

.img-responsive-50 {
  display: inline;
  max-width: 50%;
  height: auto;
}

/* http://colorschemedesigner.com/#2h51Tp78Ew0w0 */
a,a:hover {
  color: #549c40;
}

body {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 40px;
}

h1,h3 {
  font-family: Merriweather,Palatino;
  margin-top: 1.7ex;
}

.footer {
  border-top: 1px solid #000000;
  margin-top: 4ex;
  padding: 4ex;
  vertical-align: middle;
}

.jumbotron {
  background-color: #33410e;
  border-bottom: 1px solid #000000;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 3ex;
  text-align: center;
}

.jumbotron .container {
  max-width: 768px;
}

.jumbotron .location {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 3ex;
}

.jumbotron .title {
  color: white;
  font-family: Merriweather,Palatino;
  font-size: 7.3ex;
  text-shadow: 2px 2px 2px #000000;
}

.jumbotron .sponsors {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.8ex;
}

.jumbotron .btn-lg {
  background-image: none;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 2ex;
  text-shadow: none;
}

.jumbotron .btn-lg:hover {
  background-color: white;
  color: #33410e;
}

.list-group-item {
  border: 0;
}

.logo {
  margin: 0 auto;
  padding: 3ex 0em;
  width: 40ex;
}

.navbar-header .navbar-brand {
  color: white;
}

.navbar-toggle {
  color: white;
}

.table {
  margin-top: 3ex;
}

.table td, .table th {
  border-top: none !important;
}

.table-nonfluid {
   width: auto;
}
