
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

body {
 font-family: "Merriweather" !important;
font-weight: 300;
	font-size: 10pt; 
	font: 10pt/1.75em;
	color: #6c6c6c; 
}

h1, h2, h3, h4, h5 {
	font-family: "Fira Sans", sans-serif !important; 
}

h1 {
	font-size: 26pt;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 800 !important;
	color:#1c1c1c;
}

h3.title {
	text-align: center;
	font-weight: 400;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}


.dropdown-menu .custom-product-description-color {
	color: #ffffff !important;
	
}

 .cta-item {
	position: relative;
	padding:25px;
	min-height: 250px;
	background:#000;
	margin-bottom:0px;
}
 .cta-item:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background:linear-gradient(transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5));
}
 .cta-item .background {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size:cover;
	z-index:1;
	opacity: 1;
}
.cta-item .content {
	position: absolute;
	bottom:25px;
	left:25px;
	right:25px;
	z-index: 100;
}
 .cta-item h6 {
	font-size:10pt;
	margin-bottom: 0;
	 color: #fff;
}
.cta-item h2 {
	font-size:17pt;
	margin-bottom: .75em;
	margin-top: 0;
	color: #fff;
}

 .cta-item a.btn {
	background-color:#807f83;
	border-color:#807f83;
font-family: "Fira Sans", sans-serif  !important;
	text-decoration: none;

}


.btn {
	text-transform:uppercase;
	font-size: 12px;
	font-family: "Fira Sans", sans-serif  !important;


}
.glyphicon { 	margin-top: 0px !important;
	margin-right: 0px !important;}

/* Additions */

.col-md-4 h4:nth-child(3), .col-md-4 h4:nth-child(3) span, .col-md-4 h5, .col-md-4 h5 span {
	font-size: 14px !important;
	line-height: 18px;
}

div.product-details a.btn-success {
	line-height:2 !important;
}

.nav-container ul li.active a {color:#fff !important;font-weight:bold !important;}

/* Experimental */
.h4, h4 {
	font-size: 18px;
}
.col-md-4 h4 {
	font-size: 18px !important;
	margin: 10px 0 !important;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}


.btn-success, .btn-primary {
	background: #f7941e !important;
	border-color: #f7941e !important;
	color: #fff !important;
}
.btn-success:hover, .btn-primary:hover {
	background: #ca750f !important;
	border-color: #ca750f !important;
}