header{
	background: #000000
}
footer{
	background: #000000;
	color: #ffffff;
}
footer h3{
	font-family: 'Oswald', sans-serif;
	color: #ed7625;
}
body .dropdown-menu{
	border-radius: 0px
}
body .dropdown-menu .dropdown-item:hover{
	color: #ed7625
}
body .dropdown-menu .dropdown-item{
	text-transform: initial;
	color: #777777
}
.footer-nav a{
	color: #ffffff
}
.footer-nav{
    padding: 0px;
    list-style: none
}
.footer-col-2 p{
	margin-top: 40px
}
.tagline{
	margin-left: 220px;
    height: auto;
    max-width: 520px;
    width: 100%
}
.navbar-brand img{
	max-width: 204px;
	width: 100%;
	height: auto;
}
.navbar-brand {
	position: absolute;
	display: block;
	top: 0
}
.nav-item > a:hover{
	color: #ed7625;
	border-bottom: 5px solid #ee7623
}
.nav-item > a{
	color: #ffffff;
	border-bottom: 5px solid transparent;
	text-transform: uppercase
}
#hero{
	background-color: #000000;
	background-image: url('/images/hb-fuller-bg.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	height: calc(100vh - 234px);
	resize: both;
}
#slogan .container{
	padding: 25px 0px;
}
#slogan h3{
	font-family: 'Oswald', sans-serif;
	font-size: 3.5rem;
	font-weight: 500;
	color: #ee7623
}
#orange-banner{
	background: #ed7625;
	color: #ffffff
}
#orange-banner .container{
	background-image:  url('/images/gorilla-stamp.svg');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat 
}
.products-wrap{
	position: relative;
	display: block;
}
.my-auto{
	margin-top: auto;
	margin-bottom: auto;
}
.gorilla-pro{
	height: auto;
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    margin-bottom: 45px
}
.descriptor{
	height: auto;
	width: 100%;
	max-width: 715px;
    margin: 0 auto;
    margin-top: 15px;
    display: block
}
.group-products{
    width: 100%;
    height: auto;
    max-width: 610px;
    margin: 0 auto;
    display: block
}
.go-pro {
	max-width: 300px;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    margin-bottom: 25px
}
/* SCALABILITY FIX FOR HERO */
@media screen and (max-height:669px) {
	.scalable-container{
		transform: scale(0.4) translateY(-62%);
	}
}
@media screen and (min-height:670px) and (max-height:739px) {
	.scalable-container{
		transform: scale(0.5) translateY(-35%);
	}
}
@media screen and (min-height:740px) and (max-height:819px) {
	.scalable-container{
		transform: scale(0.6) translateY(-20%);
	}
}
@media screen and (min-height:820px) and (max-height:919px) {
	.scalable-container{
		transform: scale(0.7) translateY(-13%);
	}
}
@media screen and (min-height:920px) and (max-height:1040px) {
	.scalable-container{
		transform: scale(0.8);
	}
}
/* MOBILE MEDIA QUERIES */
@media screen and (min-width: 768px) and (max-width:1024px) {
	#hero .row{
		background: rgba(0,0,0,0.5);
	}
	.go-pro{
		max-width: 240px;
	}
	#orange-banner .col-md-8.pt-5.pb-5 h3{
		font-size: 1.5rem;
	}
	#orange-banner .col-md-8.pt-5.pb-5{
		padding: 1.5rem 0px !important;
		transform: translateX(70px)
	}
	.navbar-toggler.collapsed{
		padding: 0px;
		margin-top: 15px;
	}
	.navbar-toggler-icon{
		color: #ffffff;
		font-size: 2rem;
	}
	#hero{
		background-size: cover;
		height: calc(100vh - 190px);
	}
	.tagline{
		margin-left: 170px;
		max-width: 410px
	}
	.navbar-brand img{
		max-width: 180px
	}
	.navbar-brand{
		left: -15px
	}
}
/* MOBILE MEDIA QUERIES */
@media screen and (max-width:767px) {
	
	#orange-banner .container{
		position: relative
	}
	#orange-banner .container::before{
		top: 0px;
		left: 0px;
		position: absolute;
		height: 100%;
		width: 100%;
		content: "";
		background: rgb(234 116 36 / 0.75)
	}
	.navbar-collapse .nav-item,
	.navbar-collapse .col{
		padding: 0px !important
	}
	.navbar-collapse{
	    margin-top: 24px;
	    text-align: right;
	    padding: 0px !important
	}
	.container-fluid.pt-3.pb-3{
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 1.8rem !important
	}
	#orange-banner .container{
		background-size: cover
	}
	.navbar-toggler{
		z-index: 111;
		padding: 0px;
		position: absolute;
		right: 0px;
		top: 0px;
		color: #ffffff
	}
	#slogan h3{
		font-size: 1.5rem;
	}
	#hero .row{
		background: rgb(0 0 0 / 0.5);
	}
	#hero{
		background-size: cover;
		height: 100%;
	}
	.navbar-brand{
		left: -6px;
		top: -12px;
	}
	.tagline{
		margin-left: 0px;
		display: none;
	}
	.scalable-container {
		transform: scale(0.8) translateY(0%);
		margin-top: 40px;
	}
	.navbar-brand img{
		max-width: 90px;
	}
}
