/*-----------------------------------------------
 *
 *										bbs css
 *
 *-----------------------------------------------*/


/* overview intro */

/* product hardware */
#product-hardware{
	background-position: -304px bottom;
    background-size: 203% auto;
    height: 24rem;
}
#product-hardware .container-fluid{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

/* benefits */
.product-tile-lg{
	background-position: 0 -750px;
}

#product-benefits .product-tile{
	
}
#benefit-1 .col-md-4 img{
	width: 80%;
}
#benefit-2 .col-xs-12,
#benefit-2 .col-md-4{
	
}
#benefit-3 .col-md-4 img,
#benefit-4 .col-md-4 img{
	width: 90%;
}

/* gallery */
#quote-1 img{
	width: 9rem;
	margin-top: 1rem;
}


/* New changes in h1 tag for SEO purposes */
.jumbotron h1{
	font-size: 1.25rem;
	max-width: 62rem;
	line-height: 1.70rem;
	padding: 2.5rem 0 0 0.2rem;
	margin-bottom: 0;
}
.jumbotron h2{
	font-size: 3rem;
	padding-top: 1.5rem !important;
  margin-bottom: 0.65rem;
}
.jumbotron h3{
	font-size: 1.25rem;
	max-width: 62rem;
}

/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

	#product-hardware{
		background-position: -440px bottom;
	    background-size: 180% auto;
	    height: 23rem;
	    text-align: right;
	    padding-top: 3rem !important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	/* overview intro */
	#product-intro ul{
		margin-top: 0;
		background-color: #eee;
		padding: 1.5rem 1.5rem 1.5rem 3rem;
		border-left: #0088CE solid 2px;
    margin-left: 1rem;
	}

	/* product hardware */
	#product-hardware{
		background-position: -520px bottom;
    		background-size: auto 86%;
	}
	#product-hardware .container-fluid{
		max-width: 640px;
    		text-align: left;
    		padding-right: 4%;
	}

	/* benefits */
	#benefit-2 .col-md-8{
		
		padding-left: 10%;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	/* product hardware */
	#product-hardware{
		background-position: right bottom;
    	background-size: auto 75%;
	}
	#product-hardware .container-fluid{
		max-width: 738px;
	}

  #product-intro ul{
    margin-left: 0;
  }

  .jumbotron h1{
    font-size: 1.25rem !important;
    line-height: 27.2px !important;
  }

	
}	
@media (min-width: 1200px){

	/* product hardware */
	#product-hardware{
		background-position: right bottom;
    	background-size: auto 93%;
	}
	#product-hardware .container-fluid{
		max-width: 1140px;
		padding-top: 0;
	    padding-right: 27rem;
	}

	/* benefits */
	#benefit-4 .col-md-4 img{
		width: 75%;
	}

}
@media (min-width: 1600px){

	/* product hardware */
	#product-hardware{
		text-align: center;
		background-size: 100% auto;
	}
	#product-hardware .container-fluid{
		max-width: 1600px;
		padding-right: 1100px;
		margin: auto;
		float: none;
	}
}

