body {
  background: #f7f7f7;
  background: linear-gradient(180deg, rgba(199,199,199,1) 0, rgba(255,255,255,1) 400px);

}
body.front {
  background: #fff;
}
a {
  color: #0b1184;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.card-header {
  background-color: rgba(0,0,0,.05);
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.about-img {
  max-width: 350px;
  margin: 5px 20px 20px 0;
}
.topbar {
  background:#b21b3c;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 8px 0 9px;
}
.topbar a {
  color: #fff;
  font-weight: 600;
}
.navigation {
  background: #0a153e;
  border-bottom: 1px solid #777;
}
body.front .navigation {
  border-bottom: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff
}
.nav-item a {
  font-weight: bold;
  text-transform: uppercase;
}
.nav-item a.active {
  color: #000;
  border-bottom: 3px solid #b21b3c;
}
img.logo {
  max-width: 220px;
  height: auto;
  margin: 0 auto 5px;
}
.carousel-caption {
  top: 60%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel-item {
  height: 60vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron {
  background-color: transparent;
  padding: 2rem 3rem;
  margin: 3rem 4rem;
}
.features {
  color: #fff;
  padding: 40px;
  background-image: url(/images/bg-cars.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.callouts {
  background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgb(255, 255, 255) 100%);
}
a p.smcallout {
  color: #000;
}
.icon-callouts {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.icon-callouts h3 {
  font-weight: 700;
  margin-top: 10px;
}
.btn-primary {
  background-color: #b21b3c;
  border-color: #b21b3c;
}
hr.light { 
    border:0px none white; 
    border-top:1px solid rgba(255,255,255,.2); 
}
#main-content {
  margin-bottom: 30px;
}
.servicesmenu {
  margin-bottom: 20px;
}
.list-group-item {
  padding: .55rem 1.25rem;
  color: #044c83;
}
.services .row {
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.services h5 {
  font-weight: bold;
}
#footer {
  background: #0a153e;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  color: #fff;
  padding: 30px 0 50px;
}
#footer .line {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1rem; 
}
.footer a {
  color: #fff;
  text-transform: capitalize;
}
.footer .title {
  margin-bottom: 20px;
}
.footer .title h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.footer ul, .footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #212123;
  background: #111111;
}
.bottom-bar p {
  margin: 0;
  color: #4D5054;
}
.icon-box {
  float: left;
  margin: 0 10px 15px 0;
}
.bg-light {
  background-color: #fafafa !important;
}
.btn-primary:hover {
  background-color: #044c83;
  border-color: #044c83;
}
.page-item.active .page-link {
  background-color: #044c83;
}
.page-link {
  color: #044c83;
}
/*Coupons*/

.couponDiv {
  background: #fafafa;
    border: 2px dashed #ccc;
    border-radius: 8px 8px 8px 8px;
    color: #1d3772;
    font-size: 34px;
    font-weight: 600;
    margin: 10px;
    padding: 35px 50px 25px;
    position: relative;
    text-align: left;
    width: auto;
}
.coupon-disclaimer {
  font-size: 14px;
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  color: #333;
  font-weight: normal !important;
}
.coupon-address {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-top: 20px;
  font-weight: 700;
}
.print_section .printbutton {
  clear:left;
}
.print_section .printbutton a {
  text-decoration:none;
  display:block;
  margin:3px;
  padding:10px;
}
@media print {
.noprint, .printbutton, .sidebar, .topbar, .footer, h1.mt-4, p.lead, aside, footer {
  display:none;
}
body,
#page,
#section-content,
#zone-content-wrapper {
  background:#fff;
  background-image:none;
}
.print {
  display:block;
}
}
@media only screen and (max-width: 768px) {
  .carousel-item {
  min-height: 400px;
  }
  .display-4 {
  font-size: 3rem;
  line-height: 1.2;
  }
  .jumbotron {
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-item {
  min-height: 300px;
  }
  .display-4 {
	font-size: 2.5rem;
	line-height: 1.2;
	}
  .jumbotron {
	padding: 1rem 1rem;
	margin: 1rem 1rem;
	}
  .services .img-fluid {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
  }
  .footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 15px;
  margin-bottom: 20px;
  }
  .footer-links ul, .footer-links ul li {
  display: inline-block;
  }
  .footer-links ul li a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 10px;
  }
  .footer-links ul li:last-child a {
  border-right: none;
  }
}