#header {
	text-align: center;
}

.bg-main {
	background: #e8bf61;
}

.dropdown-menu {
	margin-top: 0;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar a {
	font-weight: bold;
}

.nav-link.current {
	color: #000 !important;
}

header {
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-bottom: 15px;
}

header h1 {
	width: 100%;
	text-align: left;
	color: #fff;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.overlay-80 {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
}

.overlay-60 {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}

.overlay-40 {
	background: rgba(0, 0, 0, 0.4);
	opacity: 0.4;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

.zoom-slow img {
	transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
	-o-transition: all 5s;
}

.zoom-slow:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.link-block{
	display: block;
	padding: 3px 15px;
	background-color: #e8bf61 !important;
	color:#000 !important;
	font-weight: bold;
	transition: 0.2s;
}
.link-block:hover{
	background-color: #e8aa1a !important;

}

.page-link{
	color: #e8bf61;
}

.page-link:hover{
	color: #e8aa1a;
}

.page-item.active .page-link {
	color: #000;
	background-color: #e8aa1a;
	border-color: #e8aa1a;
}

.center{
	text-align: center;
}

footer{
	border-top:3px solid #e8aa1a;
	margin-top:35px;
}

.footer-copyright{
	background-color: #e8ce80;
}

.footer-copyright * {
	color:#000;
}
.blank{
	height: 40px;
}

.slider-item {
	height:500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-item .link-block{
	font-size:24px;
	margin-top:50px;

}

.carousel h2{
	color:#fff;
	font-size:60px;
}
.padding-v-100{
	padding-top:100px;
	padding-bottom: 100px;
}

