html, body {
	font-family: 'Ubuntu', sans-serif;
	width: 100vw;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	font-weight: 700;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

:focus {
	outline: 0 !important;
}

img {
	max-width: 100%;
}

.navbar {
	z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.nav-item {
    margin: 0px 30px;
}

.nav-link {
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}

.home-banner {
	height: 100vh;
	background-image: url('../images/banner.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	width: 80%;
	font-size: 20px;
	z-index: 20;
}

.banner-content h1 {
	font-size: 5rem;
	font-family: 'Ubuntu';
	font-weight: 700;
	text-transform: uppercase;
}

.banner-content h3 {
	font-size: 2rem;
	font-family: 'Ubuntu';
}

.banner-cta {
	display: block;
    width: 300px;
    margin: 30px auto;
    text-shadow: none;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
    background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.huge-title {
	font-size: 3.5rem;
	background: -webkit-linear-gradient(#F2A65A, #772F1A);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.huge-title span {
	display: block;
	font-size: 30px;
	margin-bottom: 0px;
}

.white-title {
	font-size: 3.5rem;
	color: #fff;
}

.white-title span {
	display: block;
	font-size: 30px;
	margin-bottom: 0px;
}

.title-divider {
    display: block;
    height: 4px;
    width: 100px;
    background: #5d5d5d;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

#enquire {
    border: 2px solid #fff;
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 3px;
}

.countitems {
    font-weight: 700;
}

#browse-all svg {
	display: block;
	margin: 10px auto 0px;
	width: 50px;
	height: 50px;
	color: #F2A65A;
}

#about {
	background-image: url('../images/about-home.jpg');
	color: #fff;
	font-size: 18px;
}

#products figure {
	padding: 10px;
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 2px;
    font-size: 12px;
}

.contact-form input, .contact-form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	-webkit-appearance: none;
	border: 1px solid #772F1A;
	padding: 10px 20px;
	background-color: #3e3e3e;
    font-size: 13px;
}

::placeholder {
	color: #fff;
	opacity: 1;
}

#contactdetails::placeholder {
	color: #333;
	opacity: 1;
}

.contact-form input[type="submit"] {
	-webkit-appearance: none;
	background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

footer {
	background-color: #111;
	color: #fff;
}

footer a span {
	color: #fff;
}

.product-div a {
	background-color: #fff;
	border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    display: block;
    margin: 15px 0px;
    padding: 20px;
}

.product-div img {
	max-width: 100%;
    margin-bottom: 20px;
    max-height: 250px;
    display: block;
    margin: auto;
}

#products {
	background-image: url('../images/symphony.png');
}

.cat-desc img {
    width: 80px;
    display: block;
    margin: 20px auto;
}

.cat-desc h2 {
	margin-bottom: 30px;
}

.contant-col-inner {
	text-align: center;
    color: #fff;
}

#browse-all img {
	width: 240px;
    margin: 30px;
}

#mission {
	color: #fff;
	background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
}

.left-divider-white {
	display: block;
    height: 4px;
    width: 100px;
    background: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
	
}

.inner-banner {
	height: 40vh;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.inner-banner h1 {
	font-size: 3.5rem;
}

.item-name {
    display: block;
    margin: 20px auto 0px;
    font-weight: 700;
    font-size: 24px;
}

.item-material {
    display: inline-block;
    text-align: right;
    font-size: 12px;
    border: 2px solid #F2A65A;
    padding: 5px 15px;
    margin-top: 10px;
    color: #772F1A;
}

.inner-item-name {
	font-size: 3rem;
	font-weight: 700;
	
}

.inner-item-material {
    color: #F2A65A;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    top: -10px;
}

.specs span {
    display: block;
    border: 2px solid #212121;
    margin: 10px 0px;
    padding: 10px 20px;
}

.specs span b {
    width: 100px;
    display: inline-block;
    border-right: 2px solid #ccc;
    margin-right: 20px;
}

.add-to-cart-btn {
	display: inline-block;
    width: auto;
    margin: 30px 0px;
    text-shadow: none;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
    background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.cart-table {
	width: 100%;
	border: 1px solid #ccc;
}

.cart-table img {
    height: 160px;
    padding: 30px;
}

.cart-table tr {
    border-bottom: 1px solid #ccc;
}

.cart-send-box {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
    margin-bottom: 40px;
    padding: 30px;
}

#contactdetails {
    display: block;
    width: 80%;
    border-radius: 0;
    border: 2px solid #F2A65A;
    padding: 10px 30px;
    margin: 20px auto;
}

.view-more-btn {
	display: inline-block;
    width: auto;
    margin: 30px 0px;
    text-shadow: none;
    padding: 13px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
    border: 2px solid #ccc;
    margin-right: 30px;
}

.send-enquiry-btn {
	display: inline-block;
    width: auto;
    margin: 30px 0px;
    text-shadow: none;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
    background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
}

#contact {
	background-image: url('../images/socialsback.jpg');
	background-size: cover;
	background-position: 50% 80%;
}

#contact-icons {
	background-color: #212121;
}

#contact-form {
	background-color: #212121;
}

#category {
	background-image: url('../images/symphony.png');
}

#product {
	background-image: url('../images/symphony.png');
}

#product .row {
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

#about-inner {
	background-image: url('../images/symphony.png');
}

#about-inner .row {
	background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.social-links a {
    display: inline-block;
    margin-bottom: 30px;
    padding: 2px;
    font-size: 18px;
    background-color: #f2a65a;
    margin: 20px;
    border-radius: 7px;
}

.social-links a b {
	display: block;
	margin: auto;
	font-size: 16px;
}

.social-links a img {
	display: block;
    width: 40px;
    margin: 0px auto;
}

.contact-block {
	position: relative;
}

.contact-block a {
    display: block;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.contact-block a b {
	display: block;
	margin: auto;
	font-size: 16px;
}

.contact-block a img {
	display: block;
    width: 40px;
    margin: 0px auto 20px;
}

#map iframe {
	width: 100%;
	display: block;
}

#contact-social {
	background-color: #212121;
}

.middle-block {
	position: absolute;
    top: 20%;
    left: 0;
    width: 2px;
    height: 70px;
    background-color: #f2a65a;
}

#showroom-bar {
	cursor: pointer;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: rgb(242,166,90);
    background: linear-gradient(90deg, rgba(242,166,90,1) 0%, rgba(119,47,26,1) 100%);
    color: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
    box-shadow: 0px -4px 10px rgba(0,0,0,0.2);
}

.showroom-text {
    display: flex;
    align-items: center;
}

.showroom-text img {
    width: 40px;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	.huge-title {
    	font-size: 2rem;
    }
    
    .white-title {
    	font-size: 2rem;
    }
    
    .middle-block {
	    display: none;
    }
}