/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 body {
  padding-top: 93px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.topbar {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 1030;
  width: 100%;
}

.dealer {
  float: right;
  font-size: 25px;
}

.carousel-item {
  height: 30vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

a.navbar-brand img {
  position: absolute;
  overflow: visible;
  top: -36px;
  width: 234px;
}

.sub-title {
  float: right;
  margin-left: 217px;
  color: #fff;
}

.pro-title {
  background-color: #1a1f32;
  color: #fff;
  padding: 3px;
  text-align: center;
  height: 50px;
}

.row {
  margin-bottom: 80px;
  clear: both;
}

h2.center {
  text-align: center;
  padding: 30px;
}

.pro-title p {
  font-weight: 500;
}

.col-lg-4 img {
  width: 100%;
}

.text {
  font-family: sans-serif;
    color: #91784b;
    font-size: 11px;
    font-weight: bolder;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 34%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* text-align: center; */
}

.col-lg-4:hover .image {
  opacity: 0.3;
}

.col-lg-4:hover .middle {
  opacity: 1;
}

iframe {
  width: 100%;
  height: auto;
  min-height: 315px;
}

.coxReels h2 {
  margin: 39px 3px 10px;
  float: left;
  font-weight: 900;
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
}

.coxReels img {
  float: left;
}

.coxReels p {
  padding-top: 20px;
}

footer {
  color: #fff;
  padding: 20px 0px;
}

footer a {
  color: #fff;
}

.fixed-top {
  top: 37px;
}

a.button {
  float: right;
  padding: 10px;
  background-color: #1a1f32;
  clear: both;
  border-radius: 16px;
  color: #fff;
}

.carousel-caption p {
  float: right;
  clear: both;
  font-size: 21px;
  margin-bottom: 0px;
}

.carousel-caption img {
  float: right;
  width: 35px;
  margin: 9px;
}

.carousel-caption a {
  float: right;
  color: #fff;
  font-size: 35px;
  clear: both;
}