@charset "UTF-8";
section.section {
  padding: 30px 0;
}

h2.main-heading {
  border-left: 15px solid #CE112B;
  padding-left: 15px;
  border-radius: 4px;
  line-height: 2em;
  margin-bottom: 24px;
}
/*===========Hero Styles==============*/
.displays-projectors #hero {
  background-color: #ffffff;
box-shadow: 1px -10px 14px -1px rgba(215,215,215,0.42) inset;
-webkit-box-shadow: 1px -10px 14px -1px rgba(215,215,215,0.42) inset;
-moz-box-shadow: 1px -10px 14px -1px rgba(215,215,215,0.42) inset;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}
.displays-projectors #hero h1 {
  color: #001F4E;
  line-height: 1.2em;
}
.displays-projectors #hero #hero-text {text-align: center;}


@media handheld, only screen and (min-width:768px) {
  .displays-projectors #hero {
    background-image: linear-gradient(90deg,  #EEEDE9 0%, #54545400 40%, #ffffff 100%);
      background-size: cover;
	    min-height: 300px;
  }

  section .container .flex .text { 
    align-self: center;
  }
}
@media handheld, only screen and (min-width:992px) {
	.displays-projectors #hero #hero-text {text-align: left;}
}

@media handheld, only screen and (min-width:1600px) {
  
  .displays-projectors #hero h1 {
    width: 100%;
  }
}
/*=================Pro AV Product styles============*/
#proav-products ul.flex {
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#proav-products .card {
  flex-basis: 30%;
  margin: 5px;
}
/*technologies styles*/
#proav-tech .card h3 {
  margin: 0;
  font-size: 16px;
}
@media handheld, only screen and (min-width:550px) {
	#proav-products ul li {flex-basis: 45%;}
}
@media handheld, only screen and (min-width:992px) {
	#proav-products ul li {flex-basis: 30%;}
}
/*=================Pro AV Tech styles============*/
@media handheld, only screen and (min-width:768px) {
	#proav-tech .card {flex-basis: 45%; margin-bottom: 15px;}
}
@media handheld, only screen and (min-width:992px) {
	#proav-tech .card {max-width: calc(25% - 30px);}
}
/*=================proavnews styles================*/
#proav-news {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
}
#proav-news h2 {color: #ffffff;}
#proav-news .card-body {
  background-color: #000000;
  color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
