.header-img img {
  width: 100%;
}

.main-title h1{
  font-family: 'Lora', Georgia, serif;
  color: #fff;
  font-size: 3.4em;
}

.sponsors-list img {
  width: auto;
  height: 60px;
}

.sponsors-list h6 {
  font-family: 'Lora', Georgia, serif;
  color: #000;
  font-size: 1.4em;
  font-style: italic;
  margin: .2em 0 1.8em;
}

.comp-dates {
  background-color: #d30000;
}

.comp-dates h1 {
  font-size: 2.2em;
  color: #fff;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin-bottom: 1.2em;
  margin-top: 2em;
}

.comp-dates h3 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  color: #fff;
  position: relative;
  font-size: 2em;
  font-weight: 900;
  margin: 0 0 10px 0;
  line-height: 1em;
}

.comp-dates h4 {
  color: #ffff00;
  margin: 0 0 .3em 0;
  line-height: 1em;
}

.comp-dates h5 {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2em;
  font-weight: 900;
}

.comp-dates h6 {
  color: #ffff00;
  text-align: center;
  font-size: 1.4em;
  font-weight: 900;
}

.comp-dates h3:before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffff00;
  display: block;
}


.comp-dates .main-event h3 {
  font-size: 3.8em;
}

.comp-dates .main-event h4 {
  font-size: 3em;
}

.sponsors-list {
  padding-top: 3em;
}

.comp-dates h4 small{
  color: #fff;
}

.result-link {
  display: block;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.result-link:hover {
  color: #000;
  text-decoration: none;
}

.date-block {
  margin: 30px 0;
}

.president {
  border-radius: 50%;
  position: absolute;
  bottom:-50px;
  right: 50px;
  border: 5px solid #fff;
  overflow: hidden;
  width: 180px;
}

.president img {
  width: 100%;
  height: auto;
}

.main-title h5{
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.main-title h6{
  color: #ffff00;
  font-size: 18px;
}

.feature-item {
  display: block;
  position: relative;
}

.feature-item img{
  width: 100%;
}

.feature-item h3{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size:36px;
  line-height: 1.4em;
}

.feature-item h3 span{
  display: block;
  padding: 30px 20%;
}

.feature-item h3 i {
  font-size: 82px;
}

.feature-item h3 small {
  color: #fff;
  font-weight: bold;
}

.clear-sides {
  padding-left: 0;
  padding-right: 0;
  margin-left:0;
  margin-right:0;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  transition: .2s ease all;
}

.feature-item:hover .overlay {
  transition: .2s ease all;
  background-color: rgba(255,255,0,0.5);
}

.feature-item:hover .overlay h3, .feature-item:hover .overlay h3 small {
  color: #000;
}

.full-width {
  width: 100% !important;
  min-height: 800px !important;
  background-position: center !important;
}

.fastest-u18-sub{
  position: relative;
  vertical-align: top;
  height: 500px;
  background-position: center 60px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

#home .winners .fastest h5, .fastest-u18-sub h5{
  width: 100%;
  text-align: center;
  font-family:Abel, Arial, sans-serif;
  font-size:35px;
  color:rgb(0,0,0);
  padding: 10px;
  background-color:rgb(255,241,0);
  margin: 0;
  text-decoration: none;
  border-right: 1px solid rgb(0,0,0);box-sizing: border-box;
}

#home .winners .fastest h6, .fastest-u18-sub h6{
  width: 100%;
  text-align: center;
  font-family:Abel, Arial, sans-serif;
  font-size:35px;
  color:rgb(255,255,255);
  padding: 10px;
  background-color:rgb(0,0,0);
  margin: 0;
  border-right: 1px solid rgb(255,255,255);box-sizing: border-box;
}

.super-p {
  font-size: 18px;
  line-height: 2em;
}

.super-p a {
  color: #000000;
}

.news-row {
  background-color: #ffff00;
}