html {
  scroll-behavior: smooth;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.jumbotron {
  background: #008ad2 url("../img/top_img.jpg") fixed no-repeat;
  background-size: cover;
  height: 600px;
  padding-top: 200px;
  text-align: center;
  margin-bottom: 0px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bolder;
}

.jumbotron h1 small {
  color: #d52f37;
}

.navbar-default {
  background: none;
  background-color: #008ad2;
  border-color: #008ad2;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
  background: #d52f37;
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  margin-right: 20px;
}

.navbar-brand img {
  width: 150px;
}

.green {
  background-color: #8ac640;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.green h2 {
  text-transform: uppercase;
}
.green p {
  font-size: 16px;
  line-height: 32px;
}

.prices {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #fff url("../img/wash.jpg") fixed no-repeat;
  background-size: cover;
}

.prices h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.prices tr td {
  font-size: 16px;
}

.special img {
  width: 100%;
}

.specials {
  background-color: #008ad2;
  padding-top: 80px;
  padding-bottom: 30px;
}

.specials h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
}

.special h3 {
  padding: 20px;
  text-align: center;
  background-color: #d52f37;
  color: #fff;
  height: 90px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.special p {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.contact {
  padding-top: 80px;
}
.contact h2 {
  font-size: 70px;
}
.contact h3 {
  text-align: center;
  color: #fff;
}

.gallery {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gallery img {
  width: 200px;
  margin: 10px;
}

footer {
  text-align: center;
  background-color: #008ad2;
  padding: 10px;
  color: #fff;
}

footer a {
  color: #d52f37;
}
