/*
Template Name: Pillarix - Multipurpose Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Classes 
-- Navbar
-- Homepage
-- About Page
-- Contact 
-- Mobile media 
*/

/* Body */
body {
	font-family: 'Manrope', sans-serif;
	letter-spacing: 0.05rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400 !important;
	letter-spacing: 0.05rem;
}
.fw-bold {
	font-weight: 400 !important;
}
p {
	letter-spacing: 0.05rem;
}
a {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	color: #a8977b;
}

/* Custom classes */
.bg-warning-subtle {
	background-color: #efebe2 !important;
}
.furniture-nav.p-0.w-100.bg-black {
	background: #eeebe2 !important;
}
.furniture-nav  a.nav-link {
	padding-top: 29px !important;
	padding-bottom: 29px !important;
}
.h-4 {
	height: 1rem;
}
.w-4 {
	width: 1rem;
}
.btn {
	border-radius: 0;
}
.btn-secondary {
	background-color: #a8977b !important;
	border-color: #a8977b !important;
}
.btn-secondary:hover {
	background-color: #7f715c !important;
	border-color: #7f715c !important;
}
.text-bg-secondary {
	background-color: #a8977b !important;
}
.text-secondary {
	color: #a8977b !important;
}
.bg-secondary {
	background-color: #a8977b !important;
}

/* Navbar */
.furniture-nav .navbar-nav .nav-link {
	text-transform: uppercase;
	padding: 27px 0;
	font-size: 14px;
	margin: 0px 12px;
	letter-spacing: 0.06rem;
}
.furniture-nav .navbar-nav .nav-link:hover {
	color: #a8977b;
}
.furniture-nav .navbar-nav .nav-link.active {
	color: #a8977b;
}

/* Homepage */
.bg-homepage {
	/* background-image: url(/images/hero.png); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.qualities {
	margin-top: -5rem;
}
.dropdown-cart-img {
	width: 100px;
}

/* About Page */
.terminal-profile {
	width: 70px;
}

/* Contact */
.send-message {
	margin-top: -7rem;
}

/* Mobile Media  */
@media (max-width:992px) {
	.m-none {
		display: none;
	}
}