/* 
Colours:
#CB9935 - gold
#E2E2E2 - Light grey
#707070 - Dark grey
*/

body {
    margin: 0;
	padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000;
}

html {
    scroll-behavior: smooth;
  }
  

img {
	width: 100%;
	height: auto;
}

h1,h2, h3,h4,h5,h6 {
	margin-top: 0;
}

p,
li,
a {
	font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

.border-bottom {
    border-bottom: 1px solid #000!important;
}

.logo img {
    width: 60%;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 10px 15px!important;
    line-height: 20px;
    background-color: #CB9935;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    border:none;
    border-radius: 5px;
    text-transform: uppercase;    
}

.btn-primary:hover {
    background-color: #CB9935;
    color: #fff;
    border: none;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding-left: 80px;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    color: #000000;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item .nav-link:focus, .navbar-nav .nav-item .nav-link:hover {
    color: #CB9935!important;
    border-bottom: 2px solid #CB9935!important;
}

.header-links a {
    color: #CB9935;
}

.header-links i {
    color: #000;
    margin-right: 15px;
}

.hover-overlay {
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    /* bottom: 10%; */
    left: 0;
    right: 0;
    padding: 30% 30px 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.products .card:hover .hover-overlay {
    opacity: 1;
}

/* Home */
.home-header .card-img-overlay {
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    left: 10%;
    padding: 7% 20% 0 20%;
}

.home-header h1, .home-services h2, .home-cats h3, .page-header h1, .products h2 {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}

.home-header h1:after {
    content: '';
    padding-bottom: 20px;
    border-bottom: 4px solid #CB9935;
    width: 164px;
    position: absolute;
    top: 100%;
    text-align: center;
    display: block;
    left: 40%;
}

.home-header p {
    font-size: 20px;
}

.home-services h2 {
    text-transform: uppercase;
}

.home-services h2:after {
    content: '';
    padding-bottom: 20px;
    border-bottom: 4px solid #CB9935;
    width: 164px;
    position: absolute;
    top: 90%;
    text-align: center;
    display: block;
    left: 0;
}

.home-services img {
    border-radius: 5px;
}

.home-services .card-img-overlay p {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
}

.home-services a {
    color: #fff;
}

.home-services .card-img-overlay {
    position: absolute;
    top: 36%;
    right: 4px;
    bottom: 36%;
    left: 4px;
    padding: 1.25rem;
    background-color: #cb99359d;
    width: auto;
}

.home-cats .card-img-overlay {
    position: absolute;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0% 3% 3%;
}

.skip-hire {
    background-image: url('https://place-hold.it/1920x500'); 
    background-position: center; 
    background-size: cover; 
    height: 300px;
    padding: 15% 2% 2%
}

/* About */
.page-header .card-img-overlay {
    position: absolute;
    top: 50%;
    right: 10%;
    bottom: 0;
    left: 10%;
    padding: 7% 25% 0 25%;
}

.page-header h1:after {
    content: '';
    padding-bottom: 20px;
    border-bottom: 4px solid #CB9935;
    width: 164px;
    position: absolute;
    top: 90%;
    text-align: center;
    display: block;
    left: auto;
    right: 36%;
}

.page-header.product-page .card-img-overlay {
    position: absolute;
    top: 40%;
    right: 10%;
    bottom: 0;
    left: 10%;
    padding: 7% 25% 0 25%;
}

.page-header.product-page h1:after {
    content: '';
    padding-bottom: 30px;
    border-bottom: 4px solid #CB9935;
    width: 164px;
    position: absolute;
    top: 150%;
    text-align: center;
    display: block;
    left: auto;
    right: 36%;
}

/* Products */
.carousel-control-next i, .carousel-control-prev i {
    background-color: #CB9935;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.products a {
    color: #000;
}

.see-more {
    background-color: #CB9935;
    padding: 3% 0;
}

.see-more h2 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

.see-more span {
    float: right;
    vertical-align: middle;
}

.see-more span> a>i {
    color: #CB9935;
    background-color: #fff;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 10px;
    font-size: 40px;
}

/* Contact */
.contact-details i {
    background-color: #CB9935;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 15px 10px;
    font-size: 30px;
    margin: auto;
}

.contact-details p, .contact-details a {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

form .btn-primary {
    width: 150px;
    border-radius: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #9F9F9F;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Oswald', sans-serif;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #9F9F9F;
    outline: 0;
    box-shadow: none;
}

#map {
    width: 100%;
    height: 400px;
}

.gm-style img {
    max-width: 50%;
    margin-bottom: 10px;
}

#map-content {
    text-align: center;
}

/*Placeholder text*/

input::placeholder, textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000!important;
	opacity: 1;
    font-family: 'Oswald', sans-serif;
	/* Firefox */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000!important;
    font-family: 'Oswald', sans-serif;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000!important;
    font-family: 'Oswald', sans-serif;
}

/* Footer */

footer {
    background-color: #000;
    padding: 30px 0;
}

footer p {
    color: #fff;
    margin-bottom: 0;
}

.copyright {
    text-transform: uppercase;
}

.copyright a {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #CB9935;
}

footer .footer-links a {
    color: #CB9935;
}

footer .footer-links i {
    color: #fff;
    margin-right: 15px;
}