body {
  font-family: 'Source Sans Pro', sans-serif;
}
.bg-race {
    background: url(/site/templates/images/hero.jpg); 
    background-size: cover;        
}

.top-bar {
  padding-top: 20px;
  padding-bottom: 60px;
}
.top-bar .card {
  background-color: transparent;
  border: 1px solid #f7c51e;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.90)!important;
}
.top-bar .card-title a,
.top-bar .card-title {
  color: #ffffff;
}

.top-bar .ion,
.top-bar small {
  color: #999999;
}
.top-bar .card-text {
  color: #ffffff;
}
.top-bar a:hover { 
  text-decoration: none;
}
.top-bar h1 {
  color: #f7c51e;
  line-height: 1;
}
.top-bar h1 span {
  color: #f7c51e;  
  font-size: 1.55rem;
  text-transform: uppercase;
}
.top-bar .badge {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.bg-black {  
  padding: 10rem 0rem;
}

.hero {
  text-shadow: 3px 3px 4px #585858;
}

.hero h1 {
  font-size: 4rem;
}

.hero p {
  font-size: 1.75rem;
}

.jumbotron {
  background-color: #eeeeee;
}

.jumbotron-content {
  background: rgba(51, 51, 51, 0.9);
  padding: 2rem;
}

.bg-gray {
  background-color: #454545;
}

.bg-light {
  background-color: #eeeeee;
}

.bg-yellow {
  background-color: #e8b71f;
}

header {
  margin-top: 0;
}

.navbar {
  position: absolute;
  z-index: 999;
}
nav {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;  
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  left: 0;
  right: 0;
  top: -35px;
}

nav a {
  font-size: 1.25rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
nav li {
  margin-left: 2px;
  margin-right: 2px;
}
nav li:hover,
nav li.active {
  border-bottom: 2px solid #f7c51e;
  text-decoration: none;
}    
main {
  margin-top: 60px;  
}
.table .badge {
  padding: 10px;
  border-radius: 20px;
}
.table th {
  border: 0;
}

.logos img {
  margin: 15px 0;    
  transition: all 200ms ease-out;  
  max-width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logos img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.btn {
  font-weight: bold;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #b96320;
  border-color: #b96320;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cb8421;
    border-color: #cb8421;
}
a {
  color: #b96320;
}

footer {
  border-top: 2px solid #e6e6e6;
  background-color: #f2f2f2;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Single-colored icons can be modified like so */
.ion {
  display: inline-block;
  width: 22px;
  height: 22px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  vertical-align: bottom;
}

.ion-android-calendar {
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 4px;
}
.ion-android-time {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  margin-right: 0;
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
@media (min-width: 1366px) {
  main .container {
      max-width: 1360px;
  }
}
@media (max-width: 576px) {
  .top-bar .card-body {
    padding: 0.5rem;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .hero p {
    font-size: 1.5rem;
  }
  .table h2 {
    font-size: 1rem;
  }
}
