/* General ================== */
html {scroll-behavior: smooth;}

body, html {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 112%;
	line-height: 1.75;
	color: #444;
}
strong {font-weight:700;}

a {color: #C1A25E;}

a:hover, a:focus {color: #111; text-decoration: none;}

img {max-width: 100%;}

.breadcrumb {
	font-family: 'Poppins', sans-serif;
	background-color: transparent;
	margin: 0;
	font-size:80%;
}
.fs-tiny {font-size:75%;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1.3;
}
.letter-spacing {letter-spacing: .3em;}

.handwriting {font-family: 'Reenie Beanie', cursive; line-height: 1 !important;}

.btn {
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.btn-success {background-color: #C1A25E; border-color: #C1A25E;}

.btn-success:hover, .btn-success:focus, .btn-dark {background-color: #111; border-color: #111;}

.btn-outline-success {color: #C1A25E; border-color: #C1A25E;}

.btn-outline-success:hover, .btn-outline-success:focus {background-color: #C1A25E; border-color: #C1A25E;}

.btn-block {padding-left: 0; padding-right: 0;}

.text-success {color: #C1A25E !important;}

.bg-success {background-color: #C1A25E !important;}

a.bg-success:hover, a.bg-success:focus {background-color: #111 !important;}

.border-success {border-color: #C1A25E !important;}

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

.border-3 {border-width: 3px !important;}

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

.border-5 {border-width: 5px !important;}

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

.border-7 {border-width: 7px !important;}

.border-8 {border-width: 8px !important;}

.border-9 {border-width: 9px !important;}

.border-10 {border-width: 10px !important;}

.hr-2 {border-top: 2px solid;}

.hr-3 {border-top: 3px solid;}

.hr-4 {border-top: 4px solid;}

.hr-5 {border-top: 5px solid;}

.hr-sm {width: 50px;}

.hr-md {width: 100px;}

.hr-lg {width: 150px;}

.w-20px {width: 20px !important;}

.w-30px {width: 30px !important;}

.w-40px {width: 40px !important;}

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

.w-60px {width: 60px !important;}

.w-70px {width: 70px !important;}

.w-80px {width: 80px !important;}

.w-90px {width: 90px !important;}

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

.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;}

.z-1 {z-index:-1;}

.z0 {z-index:0;}

.z1 {z-index:1;}

.z2 {z-index:2;}

form, legend, table {font-family: 'Helvetica', Arial, sans-serif;}

legend {
	font-size: 110%;
	font-weight: 600;
}
.blockquote cite {font-size: 80%;}

.blockquote {font-size: 100%;}

/* Header
==================================== */
#header {
	z-index: 999;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-size: 93%;
}
#header .dropdown-item, #header .dropdown-header {
	font-size: 85%;
	padding: .2rem .8rem;
}
#header .navbar-toggler {
	z-index: 9999;
	position: absolute;
	right: 1em;
}
/* Slider
==================================== */
.index-slider {
	height: 100vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.index-slider .slick-list, 
.index-slider .slick-track, 
.index-slider .slick-slide,
.index-slider .slick-slide>div{
	height: 100%;
	position: relative;
}
.index-headline h1, .index-headline p {
	text-shadow: 4px 4px 25px rgba(0,0,0,.8);
}
.articles-slider .slick-slide {
	padding-left: 10px;
	padding-right: 10px;
}
/* Slider Arrows */
.slick-prev, .slick-next {
	position: absolute;
	top:50%;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-color: transparent;
	border-color: transparent;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	z-index: 1;
	cursor:pointer;
}
.slick-prev {left: 20px;}

.slick-next {right: 20px;}

.slick-prev:hover, .slick-next:hover,
.slick-prev:active, .slick-next:active,
.slick-prev:focus, .slick-next:focus {
	background-color: transparent;
	border: none;
}
.slick-prev:before, .slick-next:before {
	content:'';
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	margin: 15px;
	width: 20px;
	height: 20px;
	border-color: rgba(255,255,255,.5);
}
.slick-prev:before {border-width: 0 0 4px 4px;}

.slick-next:before {border-width: 4px 4px 0 0;}

.bg-white .slick-prev:before, .bg-white .slick-next:before {
	border-color: rgba(0,0,0,.2);
}
/* Slider Dots */
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 10px 0 0;
	z-index:5;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	opacity: .25;
	background-color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-radius: 20px;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	background-color: #333;
}
/* Parallax Banner
==================================== */
.bcg-parallax {
	color: #fff;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.bcg {
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 150%;
	top: 0;
	z-index: 1;
	opacity: 0.7;
}
.bcg-content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:2;
}
.bcg-content a {color: #fff;}

/* BOOTSTRAP CARDS
-------------------------------------------------- */
.card {
	height: 100%;
	position: relative;
}
a.card {color: #333;}

.card-title {font-weight: 600;}

p.card-text {
	font-size: 107%;
	line-height: 1.3;
}
.card-img {transition: all 0.4s ease-in-out;}

/* CONTENT SECTIONS
-------------------------------------------------- */

article p, article div {margin-bottom: 1em;}

article p, article div, article li {
	font-size: 108%;
	line-height: 1.6;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	margin: .5rem 0 1em;
}
article li {margin-bottom: 1em;}

article ul, article ol {margin-bottom: 2em;}

article table {width: 100%;}

article figure {display: block !important;}

article figure>figure {margin: 0 !important;}

article div>br {display: none;}

.alert {margin: 0;}

/* PAGES ----------------------- */
.page-title h1 {
	line-height: 1.2;
	font-size: 190%;
}
.page-title h1.handwriting {
	line-height: 1;
	font-size: 350%;
}
.page-title p>span:first-child:before {
	content: '';
	padding: 0;
}
.page-title p>span:before {
	content: '•';
	padding: 0 .65em 0 .3em;
}
/* Pagination ------------------ */
.pagination {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	font-family: 'Poppins', sans-serif;
}
.pagination a:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.pagination a, .pagination span {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0;
	line-height: 1.25;
}
.pagination .disabled span, .pagination .active span {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	border-color: #dee2e6;
}
/* User Page Profile ----------------------- */
.profile .social-links a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/* FOOTER
-------------------------------------------------- */
#footer {
	background-color: #fff;
	font-size: 90%;
	letter-spacing: -.01em;
	font-family: 'Poppins', sans-serif;
}
#footer a {color: #686868;}

#footer a:hover, #footer a:focus {color: #686868; text-decoration: underline;}

#footer .credits {font-size: 80%;}

.social-links .nav-link {
	background-color: #C1A25E;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0;
	color: #fff !important;
}
.social-links .nav-link:hover, .social-links .nav-link:focus {background-color: #111;}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) {
	.navbar-brand img {
		max-height: 50px;
	}
}
@media (min-width: 768px) {
	
}
@media (min-width: 768px) and (max-width: 1199px) {
	.navbar-brand img {
		max-height: 60px;
	}
}
@media (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	.navbar-brand img {
		max-height: 100px;
	}
}
/* print styles */
@media print {
	
}