
/* 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: #ffffff;
    text-decoration: none;
	 transition:color 1s ease-in-out;
}

a:hover{
	color: #E9E7E7;
}

.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:300px;
	height: 250px;
	padding: 25px;
*/
	z-index: 1;
	margin: -200px auto;
	position: relative;
	border:1px solid #ffffff;
	border-radius: 5px;
	
}

.logo{
	
	background-image: url("../img/Humble-logo.png");
	background-repeat: no-repeat;
  width:302px;
  height:217px;
	margin: -100px auto;
	position: relative;
	
}
@media (max-width: 992px){
	.logo-brand{
		width: 225px;
		height:175px;
		margin: -90px auto;
		
	}
	
	.logo{
		background-image: url("../img/Humble-logo-small.png");
		width: 150px;
		height:110px;
		margin: -60px 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{
		line-height: 1;
		font-size:4em;
		top:25%;
	}
	
}

@media (max-width: 350px){
	.text-header{
		font-size:3em;
		
	top:20%;
	}
	
}




.order{
	width: 200px;
	height: 55px;
	float: right;
	font-family: 'Bebas Neue', cursive;
	
	font-size: 40px;
	margin-right: 50px;
	background-color: #27773B;
/*	padding:5px 20px;*/
	margin-top: 50px;
	position: relative;
	z-index: 50;
	text-decoration: none;
	border-radius: 50px;
/*	border: 3px solid #000000;*/
	
}

@media (max-width: 992px){
	.order{
		margin:80px auto;
/*		padding: 10px 5px;*/
		clear: both;
		text-align: center;
		float: none;
/*		margin-top: 100px;*/
		
	}
	
}



.heading h1{
	z-index: 100;
	position: relative;
	font-size:65px;
	font-family: 'Bebas Neue', cursive;
	margin-top: 175px;
	color: #000000;
}

@media (max-width: 992px){
	.heading h1{
		margin-top: 40px;
		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: #053E1C;
	padding: 5px;
	letter-spacing: 2.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{
	
}
