

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  src: url("fonts/Franklin_Gothic_Demi_Cond_Regular.ttf");
  font-family: "Franklin Gothic Demi Cond Regular";
}

body {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 20px;
}

h1, h2, h3, .subtitle {
  font-family: 'Franklin Gothic Demi Cond Regular', sans-serif;
}

.jumbotron {
  color: white;
  /*background-color: #752f2e;*/
  background-color: #222131;
}

.well {
  color: #222131;
}

.subtitle {
  font-size: 20px;
}

.subtitle * {
  /* color: #7dc2c6; */
  color: #9690df;
}

.btn-primary {
    color: #fff;
    background-color: #2e384c;
    border-color: #4f5560;
}

.white, .white a {
  color: #fff;
}

.spacer {
    margin-top: 40px;
}

small {
  font-size: 75%;
}

.description p {
  font-size: 120% !important;
}

a, a:hover {
	text-decoration: none;
}

.sponsors img {
    width: 100%;
    margin: 30px 0;
}