
/* 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: #000000;
}

.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;
	z-index: -1;
	
}
@media (max-width: 992px){
	
	.header-image{
		background-image: url("../img/hero@2x-small.jpg") ;
		min-height: 50vh;
		
	}
}



.logo{
	
	background-image: url("../img/chubby-logo.png");
	background-repeat: no-repeat;
  width:297px;
  height:317px;
	position: absolute;
	left: 50%;
	top:85%;
	transform: translate(-50%,-50%);
	z-index: 2;
	
}
@media (max-width: 992px){
	
	.logo{
		background-image: url("../img/Chubby-logo-small.png");
		width: 155px;
		height: 115px;
		top:50%;
	}
	
}

.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;
	line-height: 1;
}

@media (max-width: 992px){
	.text-header{
		font-size:3em;
		
	top:25%;
	}
	
}

@media (max-width: 350px){
	.text-header{
		font-size:3em;
		
	top:20%;
	}
	
}

#middle{
	
	background-image: url("../img/Group 2436.jpg");
	background-size: cover;
	background-repeat:no-repeat;
	
	min-height: 75vh;
	z-index: 0;
	position:relative;
}


@media (max-width: 992px){
/*
	#middle{

		margin-top:-100px;
		min-height: 75vh;
	}
	
	#middle .container-fluid{
	margin-top: 50px;
}
*/
	
	#middle{
		min-height: 65vh;
		background-position: center;
	}
	
}


.order{
/*
	float: right;
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	margin-right: 50px;
	padding: 5px 30px;
	margin-top: 130px;
	background-color:#F05B2A; 
	border: 3px solid #F05B2A;
	border-radius: 50px;
*/
	position: absolute;
	right: 5%;
	top:10%;
	transform: translate(-50%,-50%);
	padding: 5px 30px;
	font-family: 'Bebas Neue', cursive;
	font-size: 40px;
	background-color:#F05B2A; 
	border-radius: 50px;
}

@media (max-width: 992px){
	.order{
/*
		margin-right:0px;
		padding: 10px 15px;
		
		text-align: center;
		float: none;
		 display:block;
*/
		top:20%;
		left: 50%;
		text-align: center;
		padding: 0px;
	}
	
}

.middle-content{
	 margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	
}

.middle-content h1{
	font-size:60px;
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	
}

.middle-content p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 21px;
	color: #ffffff;
	padding:0px 150px;
	text-shadow: 0 0 3px #000000;
}
/*
.heading h1{
	
	font-size:60px;
	font-family: 'Bebas Neue', cursive;
	padding-top:225px;
	color: #ffffff;
}
*/

@media (max-width: 992px){


	.middle-content{
		 margin: 0;
	  position: absolute;
	  top: 65%;
	  left: 50%;
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);

	}

	.middle-content h1{
		font-size:35px;
		font-family: 'Bebas Neue', cursive;
		color: #ffffff;

	}

	.middle-content p{
		font-family: "Open Sans", arial, sans-serif;
		font-size: 16px;
		color: #ffffff;
		padding: 0px;

	}
}
.hotline{
	
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size:40px;
	background-color: #2BAAE2;
	padding: 5px;
}

@media (max-width: 992px){
	.hotline{
/*		margin-top: 30px;*/
		position: relative;
	}
	
}

.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{
	
}
