.bg-color {
  background-color: #193e9b;
}

.bg-image {
  background-image: url(../../assets/img/blue-back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 800px;
}

.logo-header {
  background-image: url(../../assets/img/rt_logo.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.logo-wheels {
  background-image: url(../../assets/img/rw_logo.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 170px;
}

.headerPad {
  margin: 20px 0 20px 0;
}

.buttonClass {
  background-color: var(--white);
  opacity: .75;
  padding: 15px 10px 0px 10px;
  margin: 10px;
  width: 400px;
  /*height: 70px;*/
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;	
  display: inline-block;
  border-radius: 3px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #232c64;
  font-size: 24px;
}

.copyRight {
  text-align: center;
  font-family: 'Raleway';
  color: var(--white);
  font-size: 12px;
  margin: 15px;
  padding-top: 100px;
}

.maxWidth {
  max-width: 460px;
}

