body {
  color: #FFF;
  background: url('../images/bg.jpg') bottom center/cover no-repeat #002e3e;
}
a, a:visited {
  color: #00a65e;
}
a:hover {
  color: #da018b;
}
h1 {
  color: #d60a8a;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  font-family: 'Arizonia', cursive;
}
nav.navbar {
  color: #FFF;
}
#navbarSupportedContent {
  text-align: right;
}
.navbar-toggler {
  margin-top: 15px;
  float: right;
  border: none;
  background-color: #da018b;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
#logo {
  margin-top: 15px;
  width: 100%;
  height: auto;
  max-width: 300px;
  position: absolute;
}
#header {
  background: url('../images/header.jpg') top center/cover no-repeat #002e3e;
}
#greenbar {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 5px 5px 8px #000;
  background-image: linear-gradient(rgba(0, 166, 94, 0.4), rgba(1, 135, 77, 0.4));
}
.greenbox {
  padding: 20px;
  box-shadow: 5px 5px 8px #000;
  background-image: linear-gradient(rgba(0, 166, 94, 0.4), rgba(1, 135, 77, 0.4));
}
.greenbox a, .greenbox a:visited {
  color: #da018b;
}
.greenbox a:hover {
  color: #FFF;
}
.row-spacer > .row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%;
}
.video-box-playlist {
  margin-bottom: 10px;
}
.video-box a.activevid {
  background-color: rgba(0, 166, 94, 0.4);
  display: block;
  box-shadow: 1px 2px 3px #333;
  padding: 8px;
}
.video-box a.activevid #vid-title {
  color: #FFF;
  font-weight: bold;
}
div#results {
  margin-top: 20px;
}
#vid-title {
  text-align: center;
}
#footer {
  padding: 10px;
  background-image: linear-gradient(rgba(0, 166, 94, 0.4), rgba(1, 135, 77, 0.4));
}
#footer a, #footer a:visited {
  color: #da018b;
}
#footer a:hover {
  color: #FFF;
}
.wg-footer img {
  max-height: 110px;
}
.race-record-table table {
  margin-bottom: 20px;
  width: 100%;
}
.race-record-table thead {
  color: #FFF;
  font-weight: bold;
  background-color: #da018b;
}
.race-record-table tbody {
  background-color: #002e3e;
}
.race-record-table th, .race-record-table td {
  padding: 10px;
  text-align: center;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  .row-spacer > .row {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h1 {
    font-size: 28px;
  }
}
