/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */


 /*============ CUSTOM STYLES START =============*/



.image-shadow {
  box-shadow: 30px 30px 0px rgba(189, 189, 189, 0.25);
}

.uk-text-bold {
  font-weight: bold;
} 

.uk-text-italic {
  font-style: italic;
}

.services_label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #62A5AE!important;
  font-size: 0.8em;
}

.quote_nav_text {
  padding:5px 0px 5px 0px;
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}

.uk-contrast {
  color: #ffffff;
}

.thumb-images {
    height: 165px;
    width: 100%;
    object-fit: cover;
}

.background-texture {
    /*background-image:url('/assets/Carrara-marble-quartz-worktops-granit-worktops.jpg');*/
    background-color: #cac8c8;
    background-size: cover;
    -moz-box-shadow:    inset 0 0 20px #797979;
    -webkit-box-shadow: inset 0 0 20px #797979;
    box-shadow:         inset 0 0 20px #797979;

}

.background-logo {
  background-image:url('/assets/Stockgrove-Crest-grey.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*width: 100%;*/
  height: auto;
}

.uk-navbar-nav > li > a {
  font-size: 1.1rem!important;
  text-shadow: 2px 2px 5px #353333;
}

@media only screen and (max-width: 600px) {
  h2, .uk-h2 {
    font-size: 1.5rem;
  }

  h3, .uk-h3 {
    font-size: 1.4rem;
  }
  .mobile-slider-height {
    min-height: calc(70vh)!important;
  }
}


  /*============ CUSTOM STYLES END =============*/