
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);
body{
	margin: 0;
	padding: 0;
}
html{
	margin: 0;
	padding: 0;
	
}

a {
    color: #000000;
    text-decoration: none;
	 transition:color 1s ease-in-out;
}

a:hover{
	color: #3E3E3E;
}

.header-image{
	background-image: url("../img/hero@2x.jpg") ;
	filter: brightness(.70);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 80vh;
	position: relative;
	
	
}
@media (max-width: 992px){
	
	.header-image{
		background-image: url("../img/hero@2x-small.jpg") ;
		min-height: 50vh;
		
	}
}



.logo-brand{
	background-color: #ffffff;
	width:400px;
	height: 250px;
	padding: 25px;
	z-index: 1;
	margin: -150px auto;
	position: relative;
	border:1px solid #ffffff;
	border-radius: 5px;
	
}

.logo{
	
	background-image: url("../img/BFF-logo.png");
	background-repeat: no-repeat;
  width:297px;
  height:204px;
	margin: 0px auto;
}
@media (max-width: 992px){
	.logo-brand{
		width: 225px;
		height:175px;
		margin: -90px auto;
		
	}
	
	.logo{
		background-image: url("../img/BFF-logo-small.png");
		width: 155px;
		height: 108px;
	}
	
}

@media (max-width: 350px){
	.logo-brand{
		width: 200px;
		height:150px;
		margin: -100px auto;
		
	}
	
	
	
}
.text-header{
	position: absolute;
	left: 50%;
	top:40%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	font-size: 6em;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
}

@media (max-width: 992px){
	.text-header{
		font-size:4em;
		
	top:25%;
	}
	
}

@media (max-width: 350px){
	.text-header{
		font-size:3em;
		
	top:20%;
	}
	
}




.order{
	float: right;
	font-family: 'Bebas Neue', cursive;
	color: #DE001A;
	font-size: 40px;
	margin-right: 50px;
/*	background-color: #AF661A;*/
	padding: 20px 30px;
	margin-top: 100px;
	position: relative;
	z-index: 50;
	text-decoration: none;
	border: 3px solid #000000;
	
}

@media (max-width: 992px){
	.order{
		margin-right:0px;
		padding: 10px 15px;
		clear: both;
		text-align: center;
		float: none;
		margin: 100px 60px;
		
	}
	
}



.heading h1{
	z-index: 100;
	position: relative;
	font-size:65px;
	font-family: 'Bebas Neue', cursive;
	margin-top: 245px;
	color: #000000;
}

@media (max-width: 992px){
	.heading h1{
		margin-top: -50px;
		font-size:50px;
	}
	
}
.heading p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 21px;
	margin-bottom: 75px;color: #000000;
}

.hotline{
	
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size:40px;
	background-color: #000000;
	padding: 5px;
}

@media (max-width: 992px){
	.hotline{
		margin-top: -30px;
	}
	
}

.carousel-control-prev-icon{
	width:75px !important;
	height: 100px !important;
}

@media (max-width: 992px){
	.carousel-control-prev-icon{
	width:25px !important;
	height: 50px !important;
	}
		
}

.carousel-control-next-icon{
	width:75px !important;
	height: 100px !important;
}

@media (max-width: 992px){
	
	.carousel-control-next-icon{
	width:25px !important;
	height: 50px !important;
}
	}
.footer{
	text-align: center;
	padding: 45px;
}

.insta{
	text-align: center;
}

.copyright{
	font-size: 12px;
	text-align: center;
}

@media (max-width: 992px){
	
	.copyright{
	font-size: 10px;
}
	}
.logo-klc{
	
}
