body {
	position: relative;
	/* margin-top: 4rem; */
}


.footerCookie {
    position: fixed;
    bottom: 6.5rem;
    left: 0;
    right: 0;
	z-index: 1000;
}
.footerCookie .content {
    display: none;
}


.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    /* background-color: #7c565f; */
    background-color: #f6a734;
	color: #fbfbfb;
    border-radius: 5px;
}


.jarallax {
	/* min-height: 600px; */
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


@media (min-width: 768px) {
.navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}


.alertSlider {
	display: none;
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2001;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
    min-width: 150px;
	max-width: 50%;
}


#scrollDownConrainer a {
	font-size: 3rem;
	cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    -webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
    /* color: #f6a734;  */
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }


#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 45px;
	height: 45px;
	display: none;
	border-radius: 50%;
	padding: 0;
}

/*
.navbar {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.navbar.scrolled {
    background-color: rgba(255, 255, 255, 1) !important;
}
*/

section {
    /* padding: 6rem 0; */
}


.bg-primary-2 {
    background-color: #581f2c !important;
}
.bg-primary-3 {
    background-color: #494f54 !important;
}
.bg-primary-4 {
    background-color: #a17330 !important;
}

.overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
}


.section-overlay {
    display: table;
    width: 100%;
    background-color: rgba(39, 35, 51, 0.6);
}
/*
.section-overlay-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
*/


@media (max-width: 768px) {
	.navbar-nav {
		margin-top: 1rem;
		text-align: center;
	}
	
	.py-6 {
		padding-top: 3rem!important;
		padding-bottom: 3rem!important;
	}
}