@charset "utf-8";
/* 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;
	overflow-x: hidden;
	
}
html{
	margin: 0;
	padding: 0;
	
}

a{
	color: #eb2b41;
	text-decoration: none;
	transition:color 1s ease-in-out;
}

a:hover{
	color: #000000;
}

.header-image{
	
	background: url("../img/hero@2x.jpg");
	filter: brightness(0.7);
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 80vh;
	position: relative;
	z-index: -1;
}

@media (max-width: 992px){
	
	.header-image{
		min-height: 50vh;
	}
	
}




.header-text{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	font-family: 'Bebas Neue', cursive;
	font-size: 6rem;
	color: #ffffff;
	text-align: center;
	line-height: 1;
}

@media (max-width: 992px){
	
		
	.header-text{
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	font-family: 'Bebas Neue', cursive;
	font-size: 4rem;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	}
}

.logo-brand{
	background-color: #ffffff;
	width: 300px;
	height: 160px;
	position: relative;
	margin: -50px auto;
	z-index: 1;
	
}

.logo{
	background: url("../img/junkyard-logo.png");
	background-repeat: no-repeat;
	width: 250px;
	height: 110px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	
}

#middle{
	position: relative;
	min-height: 40vh;
}

.order{
	position: absolute;
	right: 5%;
	top: 5%;
	transform: translate(-50%, -50%);
	
	padding: 5px 30px;
	font-family: 'Bebas Neue', cursive;
	font-size: 3rem;
	color: #eb2b41;
	border: 2px solid #000000;
	z-index: 50;
}

@media (max-width: 992px){

	
	.order{
		left: 50%;
		top: 25%;
		padding: 5px;
		font-size: 2.5rem;
		text-align: center;
		
	}
	
	.middle-text{
	padding-top: 150px;
}
	h1{
	padding-top: 30px;
	font-size: 45px;
	}
	
	#middle{
	position: relative;
	min-height: 50vh;
}

	
}

.middle-text{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

h1{
	
	font-size: 60px;
	font-family: 'Bebas Neue', cursive;
}

p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 21px;
}
@media (max-width: 992px){
	p{
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	padding: 10px;
}
}

.hotline{
	
	font-family: 'Bebas Neue', cursive;
	color: #ffffff;
	font-size:40px;
	background-color: #000000;
	padding: 5px;
}

@media (max-width: 992px){
	.hotline{
		
		font-size:30px;
		padding: 5px;
	}
	
}

.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;
}
	}