/* This CSS file is generated */
/* ****************************** */
/* template header-left */

:root{
    --font-main-title: "Akaya Kanadaka", serif;
    --font-text: "Funnel Sans", sans-serif;
}
body{
	font-family: var(--font-text);
	background-color: black;
}
h1, h2, h3, h4, h5{
	font-family: var(--font-main-title);
}
.font-main-title{
    font-family: var(--font-main-title);
}

#header-left_1{
	width: 100%;
	min-height: 100vh;
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
	
	--bs-heading-color: white;
	color: white;
}
#header-left_1::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url(./img/section-header-01.jpg);
    background-size: cover;
    background-position: center;
}
#header-left_1 a{
	--bs-link-color: #ddd;
	--bs-btn-hover-color: white;
}

#features-flat_2{
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
	--bs-heading-color: white;
	color: white;
}
#features-flat_2::before{
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image:url(./img/guess.jpeg);
    background-size: cover;
    background-position: center;
}

#faq{
	background-color: rgba(0, 0, 0, 0.6);
	
	--bs-heading-color: white;
	color: white;

}
#faq .accordion{
	--bs-accordion-border-color: #555;
}
#faq .accordion-button::after{
	filter: brightness(0.5);
}

#faq .accordion-header, #faq .accordion-button{
	background-color: #573939c5;
	color: #eee;

	--bs-accordion-btn-focus-border-color: #888;
	--bs-accordion-btn-focus-box-shadow: #888aa;
}
#faq .accordion-item{
	background-color: #141414a0;
	color: #eee;
}

#screenshotsModal{
	color: #eee;
}

/* ****************************** */
/* template cta-1 */

#cta-1_4 {
	position: relative;
	color: #eee;
	background: rgba(0, 0, 0, 0.6);
}
#cta-1_4::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://prium.github.io/slick/assets/images/26.jpg);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	z-index: -1;
}
		

/* ****************************** */
/* template black-footer-2 */

#black-footer-2_5{
	background-color: #141414;
	color: #949494;
	font-size: 0.8em;
}
#black-footer-2_5 a{
	color: #949494;
	text-decoration: none;
}
#black-footer-2_5 .brand{
	font-size: 1.5em;
	color: #ccc;
}
#black-footer-2_5 .brand strong{
	color: #fff;
}

#black-footer-2_5 .signature{
	color: #ccc;
}	
#black-footer-2_5 .signature a{
	color: #fff;
	font-weight: bold;
}
		
