html, body {
  font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik';
  font-weight: bold;
}

button, button:active, button:focus, button:hover, .btn, .btn:active, .btn:focus, .btn:hover {
  outline: none !important;
}

footer {
  padding-top: 50px;
  background-color: rgb(55,55,55);
  color: #fff;
  padding-bottom: 50px;
}

#intro {
  text-align: center;
}

#intro-background {
  padding: 2em;
}

@media (min-width: 992px) {
  #intro-background {
    padding: 6em;
  }
}

img#logo {
  max-height: 30px;
}

@media (min-width: 992px) {
  img#logo {
    max-height: 60px;
  }
}

.jumbotron {
  margin-bottom: 0rem;
}

@media (min-width:1200px) {
  .container {
    max-width: 1400px;
  }
}

#dealerships {
  background-color: #6a6363;
  padding-top: 30px;
}

.dealership-column {
  color: #fff;
  margin-bottom: 15px;
}

.phone-number {
  font-weight: bold;
  font-size: 1.5em;
}

img.dealership-image {
  border-bottom: 3px;
  border-color: #fff;
  margin-bottom: 20px;
}

.pic-line {
  height: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}

.dealership-address {
  margin: 15px;
}

.carsales-search {
  width: 100%;
  height: 1000px;
  border: none;
}

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

footer a:hover {
  color: #a0a0a0;
  text-decoration: none;
}

footer .h3, h3 {
  margin-bottom: 30px;
}

#dealership a {
  border: none;
  text-decoration: none;
}

#about-us a.btn, #dealerships a.btn {
  background-color: #777;
  border: none;
}

#about-us a.btn:hover, #dealerships a.btn:hover {
  background-color: #3e7da0;
  border: none;
}

footer h1, footer h2, footer h3 {
  color: #ccc;
}

.dealership-inner {
  background-color: #555555;
  padding-bottom: 5px;
}

.dealership-heading.smaller {
  font-size: 1.3em;
}

#web-specials {
  background-color: #165d98;
  padding-top: 30px;
  color: #fff;
}

#web-specials h1, #web-specials img {
  margin-bottom: 30px;
}

.specials {
  background-color: rgba(0,0,0,0.15);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

hr {
  border-color: #666;
}

