/* COLORS */
.smokey-text {
  color: #b2b2b2;
}

.gold-text {
  color: #c89224;
}

.blackish-text {
  color: #2b2b2b;
}

.kodiak-orange-text {
  color: #c18914;
}

.blackish-bg {
  background-color: #2b2b2b;
}

.smokey-bg {
  background-color: #b2b2b2;
}

nav.navbar a.nav-link.active {
  color: #c18914 !important;
}
nav.navbar .navbar-collapse ul li {
  margin-right: 15px;
}
nav.navbar .navbar-collapse .logo-right > img.img-fluid {
  max-height: 80px;
}

body {
  background-color: #4B515D;
}
body p {
  color: whitesmoke;
}

.btn {
  background-color: #c89224 !important;
  color: black !important;
  font-weight: 300 !important;
}

.top-banner {
  min-height: 425px;
  background-color: #b2b2b2;
  margin-top: 114px;
}
.top-banner img {
  max-height: 260px;
}
.top-banner p {
  color: #2b2b2b;
}

/*.jumbo-cta {
  color: $gold !important;
}*/
.carousel .carousel-item .view {
  height: 360px;
}
.carousel .carousel-item .carousel-caption.caption-left {
  right: 50% !important;
}

.card .card-body {
  background-color: #2b2b2b;
  color: whitesmoke;
}
.card .card-body p {
  color: #a2a2a2;
}

footer p {
  color: whitesmoke;
  font-size: 0.8rem;
}
footer h3 {
  color: whitesmoke;
  margin-bottom: 10px;
}
footer hr {
  border-color: goldenrod;
  margin-bottom: 10px;
}

.sub {
  margin-top: 110px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  min-height: 600px;
}
.sub h1 {
  color: whitesmoke;
}
.sub hr {
  border-top: 1px solid rgba(255, 255, 255, 0.66);
}

section.sub.blackish-bg p, section.sub.blackish-bg input, section.sub.blackish-bg textarea {
  color: whitesmoke;
}

/* NEW PRODUCTS - HOME */
.card.new-product {
  background-color: #4B515D;
  /*border-radius: 0 15px 15px 0;
  border: $dgrey solid 5px;
  border-left: $dgrey solid 15px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25), 0 2px 10px 0 rgba(0,0,0,0.25) !important;*/
  border: none;
  box-shadow: none;
}
.card.new-product img.rounded-circle {
  border: 3px solid rgba(0, 0, 0, 0.25) !important;
}
.card.new-product h3 {
  color: #c89224;
}
.card.new-product p {
  color: #b2b2b2;
}
.card.new-product img.brand-logo {
  max-width: 250px;
}
.card.new-product a.new-product-link {
  color: whitesmoke;
  position: absolute;
  bottom: 5px;
  left: 25%;
}

.card.new-product::after {
  content: "";
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  border-bottom: 1px solid rgba(178, 178, 178, 0.35);
  width: 75%;
}

/* LATEST NEWS - HOME */
.news-feed {
  border-left: 2px solid rgba(178, 178, 178, 0.35);
  margin-left: 20px;
  padding-left: 20px;
}
.news-feed .news-item {
  margin-bottom: 20px;
}
.news-feed .news-item .news-date {
  position: relative;
  left: -40px;
  background-color: #b2b2b2;
  float: left;
  padding: 0 5px;
  border-radius: 10px;
  margin: 9px 0;
  font-size: 0.8rem;
  color: #2b2b2b;
}
.news-feed .news-item .news-headline {
  font-size: 1.4rem;
  color: #c89224;
}
.news-feed .news-item .news-text {
  clear: both;
}
.news-feed .news-item .news-text p {
  color: #b2b2b2;
  font-size: 0.9rem;
}
.news-feed .news-item .news-text img {
  max-width: 100%;
}

/* VEHICLE COLLECTION */
.page-nav {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: whitesmoke;
}
.page-nav a {
  margin: 10px;
  color: #c89224;
}

.vehicle-collection h5 {
  font-size: 1rem;
}
.vehicle-collection .carousel.slide {
  background-color: #fff;
}
.vehicle-collection .carousel.slide .carousel-item {
  padding-top: 75%;
}
.vehicle-collection .carousel.slide .carousel-item img.product-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: scale-down;
}
.vehicle-collection .carousel.slide .carousel-item div.product-logo {
  position: absolute;
  bottom: 2px;
  right: 2px;
  max-width: 150px;
  min-width: 100px;
}
.vehicle-collection .carousel.slide .carousel-item div.product-logo img {
  max-height: 50px;
}
.vehicle-collection .carousel.slide .carousel-control-prev span.carousel-control-prev-icon {
  background-image: url("../img/chevron-left.png");
}
.vehicle-collection .carousel.slide .carousel-control-next span.carousel-control-next-icon {
  background-image: url("../img/chevron-right.png");
}

/* KODIAK DIFFERENCE */
.team-gallery .card-up.gold {
  background-color: #c89224 !important;
}
.team-gallery h4.card-title {
  color: #c89224;
}
.team-gallery h5.card-subtitle {
  font-size: 1rem;
  font-style: italic;
}

/* CONTACT FORM*/
#modalContactForm .modal-header {
  background-color: #c89224;
}
#modalContactForm .field-error {
  border-bottom: 2px solid #6d0000 !important;
}

/*# sourceMappingURL=styles.css.map */
