
#sticky-contact .button.is_stuck {
	display: none;
}

#header {
	background-image: linear-gradient(to right, rgba(0,0,0,0.8) 20%, transparent 50%), url(../images/headerhome.jpg);
	background-size: cover;
	height: 80vh;
}

#header .container, #header .row {
	height: 100%;
}

#header p {
	font-size: 1.2em;
}

h1.jumbo {
	text-align: left;
}

#header p {
	color: #fff;
}

#motto img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

#products {
	position: relative;
}

#for-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#for-background:hover h8 {
	background-color: #3f3f3f;
}

.section-header.border-top {
	border-bottom: 1px solid #dcdddf;
}

.tab:nth-child(1) img {
	border-right: unset;
}

.tab:nth-child(1) .copy {
	border-right: 1px solid transparent;
}

.tab:nth-child(3) img, .tab:nth-child(3) .copy {
	border-left: 1px solid transparent;
}

.jumbotron .yellow-button {
	width: 300px;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}

.yellow-button img {
	margin-left: 0;
}

.jumbotron.promo {
	background: url(../../../../../../s3.amazonaws.com/ba-en-us/includes/home/promo.jpg);
	height: 500px;
	position: relative;
	background-size: cover;
	color: #fff;
	background-position: top right;
}

.jumbotron.promo .overlay {
	background: rgba(0,0,0,0.7);
	display: none;
}

.jumbotron.promo .container {
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
}

.jumbotron.promo .container {
	z-index: 2;
	position: relative;
}

.jumbotron.promo .row {
	width: 100%;
}

.jumbotron.promo h1, .jumbotron.promo p {
	color: #242424; 
}

.jumbotron.promo h1 {
	margin-bottom: 0.2em;
}

.jumbotron.promo p {
	font-size: 1.1em;
}

.jumbotron.promo .flag {
	background: #242424;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0.2em 0.5em;
	width: auto;
	display: inline-block;
	line-height: unset;
	margin-bottom: 1em;
}



@media only screen and (max-width: 1200px) {
	#header p {
		font-size: 1.1em;
	}
	
	#products .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	#for-background {
		display: none;
	}
	
	.jumbotron.promo {
		height: 400px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

@media only screen and (max-width: 991px) {
	#header {
		height: 60vh;
	}
	
	.jumbotron .yellow-button {
		width: 250px;
	}
	
	img.hidden-lg {
		display: block;
		width: 100%;
	}
	
	.jumbotron.promo {
		height: auto !important;
		text-align: center;
		background-image: unset;
	}
	
	.jumbotron.promo .overlay {
		display: block;
	}
	
	.jumbotron.promo h1, .jumbotron.promo p {
		color: #ffffff;
		text-align: center;
	}
}

@media only screen and (max-width: 800px) {
	.jumbotron .yellow-button {
		width: 230px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#header {
		background-position: center;
	}
	
	.grid-item-hover .yellow-button {
		width: 80%;
	}
	
	.jumbotron.promo {
		height: 400px;
	}
	
	.jumbotron.promo h4 {
		font-size: 1.3em;
	}
	
	.jumbotron.promo h2 {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		height: 400px;
		background-image: linear-gradient(to right, rgba(0,0,0,0.6) 100%, transparent), url(../images/headerhome.jpg);
	}
	
	.jumbotron .yellow-button {
		width: 80%;
	}
	
	.jumbotron .white-button {
		width: 300px;
	}
	
	.jumbotron.promo h4 {
		font-size: 1.3em;
	}
	
	.jumbotron.promo h2 {
		font-size: 2.5em;
	}
	
	.jumbotron.promo .yellow-button {
		width: 100%;
	}
}

@media only screen and (max-width: 374px) {
	.jumbotron .white-button {
		width: 100%;
	}
}