.uk-overlay-primary.lighter {
  background-color: rgba(40, 40, 40, 0.4);
}

.hero-wrapper {
  height: 86vh;
  min-height: 460px;
}

.logo {
  height: 150px;
}

.rent-button {
  margin: 10px 0 0 0;
  padding: 8px 48px;
  border: 2px solid #ffffff80;
}

.rent-button:hover {
  cursor: pointer;

  border-color: #ffffff;
  transition: 0.4s;
}

.service-illustration {
  max-height: 180px;
  max-width: 180px;
}

.service-price {
  margin: -20px 0 16px 0;
  color: #969696;
}

.service-price span {
  font-size: 1.2em;
}

.vehicles-image {
  max-height: 220px;
}

.bg-default-black {
  background-color: #222222 !important;
}

.primary {
  color: #009cdf !important;
}

.bg-black {
  background-color: #323232 !important;
}

.bg-primary {
  background-color: #009cdf;
}

.nav {
  position: absolute;
  top: 15px;
  z-index: 99;
  left: 0;
  right: 0;
}
.uk-sticky-placeholder {
  height: 0 !important;
}
.top-wrap::before,
.overlay-wrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
.top-wrap-height {
  height: 100vh;
  min-height: 460px;
  transition: height 0.25s;
}
.uk-subnav-pill > * > :first-child {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.04);
}
.top-container {
  z-index: 2;
}
.uk-logo img {
  height: 38px;
}
.subtitle-text {
  font-size: 1.2em;
  opacity: 0.7;
  font-weight: 300;
}
.logos-grid img {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.25s;
}
.logos-grid img:hover {
  display: block;
  width: 60px;
  margin: 0 auto;
  filter: grayscale(0);
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 3em;
}

.hero-subtitle {
  font-family: "Open Sans", sans-serif;
  color: #dcdcdc !important;
  font-size: 1.2em;
  width: 50%;
}

.logo-sub {
  margin-left: 8px;
  color: #f0f0f0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.7em !important;
}

.service-img {
  border-radius: 8px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.service-include {
  font-size: 0.9em;
  color: #199cdd;
  margin-top: 8px;
}

.service-exclude {
  font-size: 0.9em;
  color: #a9a9a9;
}

.service-icon-wrapper {
  margin-right: 12px;
}

.service-icon {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}

.reason-wrapper h3 {
  margin-bottom: 0;
  font-size: 1.4em;
}

.reason-wrapper p {
  margin: 0;
}

.reason-icon {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}

.contact-icon {
  height: 120px;
  width: 120px;
}

.contact-info {
  font-size: 1.1em;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 16px;
}

.social-media-icon {
  height: 20px;
  width: 20px;
}

a.guide-preview {
  color: #282828;
  text-decoration: none;
}

a.guide-preview:hover .guide-title {
  color: #1e87f0;
}

.guide-preview .hero-preview-wrapper {
  height: 160px;
  width: 160px;
}

.guide-preview img.hero-preview {
  height: 100%;
  width: auto;
  object-fit: cover;
  border-radius: 8px;
}

.guide-preview .guide-title {
  margin: 0;
  font-size: 1.4em;
}

.guide-preview .guide-content-preview {
  margin-top: 16px;
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  color: #808080;
}

.guide-preview .guide-content-preview p {
  margin: 0;
}

.guide-hero-wrapper {
  max-height: 66vh;
}

.guide-hero {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.guide-date {
  margin-top: -15px;
}

.guide-content,
.guide-preview-wrapper {
  /*margin-left: 80px;
	margin-right: 80px;*/
  max-width: 700px;
  margin: auto;
}

.guide-content h1,
.guide-content h2,
.guide-content h3,
.guide-content h4,
.guide-content h5,
.guide-content h6 {
  margin-bottom: 15px;
}

.guide-content h1 {
  font-family: "Merriweather", serif;
  font-weight: bold;
}

.guide-content p,
.guide-content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.guide-content .img-wrapper {
  text-align: center;
}

.guide-content .img-wrapper img.w-75 {
  width: 75%;
  height: auto;
}

.guide-content .img-wrapper img.w-100 {
  width: 100%;
  height: auto;
}

.guide-content .img-wrapper p.img-caption {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 0.9em;
  color: #969696;
}

.guide-content .share-wrapper {
  margin-top: 64px;
  padding-top: 16px;
  border-top: 1px solid #c0c0c0;
}

.guide-content .share-wrapper a {
  text-decoration: none;
}

.guide-content .share-wrapper .share-caption {
  font-family: "Merriweather", serif;
}

.guide-content .share-wrapper .share-icon {
  height: 24px;
  width: 24px;
}

/* Utilities */
.m-h-90vh {
  min-height: 90vh;
}

.margin-none {
  margin: 0 !important;
}

.margin-top-80p {
  margin-top: 80px !important;
}

.margin-right-4p {
  margin-right: 4px !important;
}

.margin-left-2p {
  margin-left: 2px !important;
}

.margin-left-4p {
  margin-left: 4px !important;
}

.margin-left-8p {
  margin-left: 8px !important;
}

.margin-left-16p {
  margin-left: 16px !important;
}

.padding-top-120p {
  padding-top: 120px !important;
}

.padding-bottom-16p {
  padding-bottom: 16px !important;
}

.padding-left-16p {
  padding-left: 16px !important;
}

.testimony-flag {
  height: 24px;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-1p1em {
  font-size: 1.1em;
}

.text-lightgray {
  color: #d3d3d3 !important;
}

.text-white {
  color: #ffffff !important;
}

/* Extra Small */
@media only screen and (max-width: 639px) {
  .hero-title {
    font-size: 2em;
    text-align: center;
  }

  .hero-subtitle {
    font-size: 1em;
    width: 100%;
    text-align: center;
  }

  .contact-icon {
    height: 80px;
    width: 80px;
  }

  .contact-info {
    font-size: 1.1em;
  }

  .guide-hero-wrapper {
    max-height: 33vh;
    margin-left: -15px;
    margin-right: -15px;
  }

  .padding-top-80p\@s {
    padding-top: 80px !important;
  }

  .guide-preview .hero-preview-wrapper {
    height: 100px;
    width: 100px;
  }

  .guide-preview .guide-title {
    font-size: 1.2rem;
  }

  .guide-content h1 {
    font-family: "Merriweather", serif;
    font-weight: bold;
    font-size: 1.75rem;
  }

  .service-detail-container {
    padding-top: 8px;
  }

  .service-list {
    flex-direction: row;
    margin-left: 0 !important;
  }
}

/* Small */
@media only screen and (min-width: 640px) {
  .uk-margin-small-horizontal\@s {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .uk-margin-large-horizontal\@s {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .hero-subtitle {
    width: 75%;
  }

  .contact-icon {
    height: 100px;
    width: 100px;
  }

  .guide-preview .hero-preview-wrapper {
    height: 140px;
    width: 140px;
  }
}

/* Medium */
@media only screen and (min-width: 960px) {
  .uk-margin-remove\@m {
    margin: 0 !important;
  }

  .uk-padding-small-left\@m {
    padding-left: 15px !important;
  }

  .uk-padding-small-right\@m {
    padding-right: 15px !important;
  }

  .uk-margin-large-horizontal\@m {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .hero-subtitle {
    width: 50%;
  }

  .service-img {
    border-radius: 0;
  }

  .service-description {
    font-size: 0.9em;
  }
}
