/*------------------SITE CSS----------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300,900);
body {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  padding-top: 45px;
}
body p {
  margin: 0 0 30px;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 10px 0;
  font-size: 34px;
  line-height: 1;
}

h2 {
  color: #ec0928;
  font-size: 28px;
}

h3 {
  color: #ec0928;
  font-size: 22px;
  font-weight: 400;
}

#elevate {
  background: #000;
  padding: 80px 0 240px 0;
}
#elevate img {
  max-width: 100%;
  height: auto;
  margin: 40px 0 25px;
}
#elevate h1 {
  font-size: 36px;
  color: #ec0928;
}
#elevate h1 span {
  color: #fff;
}
#elevate .content {
  background: url(images/blk55.png);
  padding: 45px 37px 15px 37px;
}

#footer {
  margin-top: -78px;
}
#footer #foot1 {
  height: 360px;
  background: url(images/redfooter.png) no-repeat top center;
  background-size: cover;
}
#footer #foot1 img {
  max-width: 100%;
  height: auto;
}
#footer #foot2 {
  background: #000;
  text-align: center;
  min-height: 116px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}/*# sourceMappingURL=style.css.map */