h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: "Playfair display", serif;
	font-weight: 900;
}

.stitle {
	border-top: 2px solid darkgoldenrod;
	border-bottom: 2px solid darkgoldenrod;
	background: rgba(0, 0, 0, 0.25);
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	padding: 1rem;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
}

.btn-big {
	border-width: 4px;
	font-family: "Poppins", sans-serif;
	font-size: 14pt;
	font-weight: bolder;
}

.btn-big:hover {
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}

.nav-tabs {
	border: none;
	border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-link {
	border: none;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	font-size: 11pt;
}

.nav-tabs .nav-link:hover {
	border: none;
	border-bottom: 1px solid lightgray;
}

.nav-tabs .nav-link.active {
	border: none;
	border-bottom: 1px solid lightgray;
	color: lightgray;
}

.nav-tabs .nav-link.active:hover {
	border: none;
	color: lightgray;
	border-bottom: 1px solid lightgray;
}

.tab-content {
	border-bottom: 1px solid #ccc;
}

.card {
	border-color: lightgray;
}

/**
BLOCQUOTE'S
 */
.blockquote {
	padding: 60px 80px 60px 80px;
	position: relative;
}

.blockquote h1 {
	font-family: "Playfair display", Serif;
	font-size: 48pt;
	text-align: center;
}

.blockquote:before {
	display: none;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	/* font-family: monospace; */
	top: 0px;
	font-weight: 900;
	content: "";
	font-size: 200px;
	color: rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.blockquote:after {
	display: none;
	position: absolute;
	font-family: "Font Awesome 5 Free";
	bottom: 80px;
	font-weight: 900;
	content: " ";
	font-size: 200px;
	color: rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	right: 60px;
}

.bracket {
	position: absolute;
	z-index: 10;
	height: 160px;
	width: 1px;
	top: 48px;
	background: #000;
}

.bracket:before,
.bracket:after {
	position: absolute;
	display: block;
	content: "";
	width: 25px;
	height: 1px;
}

.bracket.right:before,
.bracket.right:after {
	background: #000;
}

.bracket.left {
	left: 50px;
}

.bracket.left:before {
	top: 0;
	left: 0;
}

.bracket.left:after {
	bottom: 0;
	left: 0;
}

.bracket.left:before,
.bracket.left:after {
	background: #000;
}

.bracket.right {
	right: 50px;
}

.bracket.right:before {
	top: 0;
	right: 0;
}

.bracket.right:after {
	bottom: 0;
	right: 0;
}

.overlay-ajax {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}
