/* General ----------------------- */

html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #444;
	background-color: #F7F7F7;
}
.img-cover {object-fit: cover;}

strong {font-weight: 600;}

a {text-decoration: none;}

.breadcrumb {
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.sans-serif, label, select, textarea, input {font-family: 'Helvetica', sans-serif;}

.tracking-tighter {letter-spacing: -.1em;}

.tracking-wider {letter-spacing: .1em;}

.fs-tiny {font-size: 80%;}

.fw-bold {font-weight: 600 !important;}

.fw-bolder {font-weight: 700 !important;}

.btn {
	font-family: 'Helvetica', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.btn, .form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn:hover {text-decoration: none !important;}

.h-200px {height: 200px;}

.h-150px {height: 150px;}

.h-100px {height: 100px;}

.h-50px {height: 50px;}

.w-200px {width: 200px;}

.w-150px {width: 150px;}

.w-100px {width: 100px;}

.w-50px {width: 50px;}

.minw-100 {min-width:100%;}

.minh-100 {min-height:100%;}

.mw-0 {max-width: none;}

.vh-75 {height: 75vh;}

.vh-50 {height: 50vh;}

.vh-25 {height: 25vh;}

.bg-cover {
  background-size: cover;
  background-position: center;
}
.bg-overlay-light {background-color: rgba(255, 255, 255, .65);}

.border-2 {border-width: 2px;}

.border-4 {border-width: 4px;}

.border-6 {border-width: 6px;}

.form-control, .form-select {
	background-color: #efefef;
	border-color: #efefef;
	border-radius: 0;
}
cite {
	display: block;
	font-size: .8125rem;
	margin: 5px 0;
}
.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

/* Header ----------------------- */

/* ARTICLES ----------------------- */

/* Supplier Page ----------------------- */


/* PAGES ----------------------- */

/* Pagination ------------------ */

/* FOOTER ----------------------- */


/* RESPONSIVE CSS ----------------------- */

@media (max-width: 767px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	
}
@media (max-width: 991px) {
	
}
@media (min-width: 992px) {
	
}
@media (max-width: 1200px) {
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	
}
@media (min-width: 1201px) {
	
}
@media (min-width: 2300px) {
	
}
/* print styles */
@media print {
	
}