body {
  padding-top: 90px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
h1, h2, h3, h4 {
  font-family: 'Anton', sans-serif;
}
.lead {
    font-weight: bold;
}
a {
  color: #000;
  font-weight: bold;
}
a:hover {
  color: #444;
}
a .fa {
    font-size: 1.75em;
}


/* navbar */

.navbar-inverse {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a71a16;
    border-color: #a71a16;
}
.navbar-inverse .navbar-nav>li>a {
    font-weight: 700;
    color: #f0d4be;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ffe302;
}
.navbar-inverse .navbar-nav>.active>a {
/*    color: #000; */
}
.navbar-inverse .navbar-nav>.insta>a, .navbar-inverse .navbar-nav>.face>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background-color: transparent;
}

/* page elements */

.big-top {
  background-image: url(img/big-top.jpg);
  height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.big-top > .container > .row > div {
    margin-top: 10%;
}
h1 {
    font-size: 7.5em;
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
  .big-top {
    background-image: url(img/767pix.jpg);
  }
  h1 {
    font-size: 5em;
  }
}

@media only screen and (max-width : 480px) {
  .big-top {
//    background-image: url(img/480pix.jpg);
  }
  h1 {
    font-size: 5em;
  }
}

.big-yellow {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #ffd202;
}

.big-racing {
  background-image: url(img/racing.jpg);
  height: 760px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.big-racing h2 {
    font-size: 10em;
}

@media only screen and (max-width : 480px) {
  .big-racing {
    background-image: url(img/480pic_racing.jpg);
  }
  .big-racing h2 {
    font-size: 7.5em;
  }
}

.big-white {
  padding-top: 75px;
  padding-bottom: 75px;
}
#gal {
  border-top: 1px solid #000;
  padding-top: 60px;
}
#carousel {
  margin-bottom: 75px;
}
.carousel-control {
    background-image: none !important;
}

.big-black {
  color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #383838;
  border-top: 1px solid #838383;
}
.big-black a {
  color: #fdfdfd;
}
.big-black strong {
  color: #ffd202;
}
.big-black h2 {
  color: #ffd202;
}
.big-black h3 {
  margin-bottom: 3px;
}
