@charset "UTF-8";
section.section {
  padding: 30px 0;
}
/*===========Nav Styles================*/
#proav-nav{
    width: 100%;
	background-color: #f1f1f1;
	
}

#nav-ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

#nav-ul .nav-item {
    display: flex;
    min-height: 80px;
    width: 20%;
    background-color: #013d48;
    border-radius: 6px;
}

#nav-ul .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;

    width: 100%;       
    height: 100%;
    text-align: center; 
}

#nav-ul .nav-item a:hover,
#nav-ul .nav-item a:focus,
#nav-ul .nav-item a:active {
    background-color: #025c6a;
    border-radius: 6px;
}

@media (max-width: 768px) {
    #nav-ul {
        flex-direction: column;
    }

    #nav-ul .nav-item {
        width: 100%;
        min-height: 80px;
    }
}

#proav-nav #nav-ul .nav-item a,
#proav-nav #nav-ul .nav-item .no-a {
    text-decoration: none;
    color: black;
    font-weight: normal;
    border: 2px solid #ccc;  
    border-radius: 7px;
    width: 100%;
    display: block;
    padding: 8px 10px;
	background-color: #fff
}
#proav-nav #nav-ul .nav-item a:hover {
    background-color: #e6000d;
    color: white;
    border: 2px solid #ffffff;   
}
#proav-nav #nav-ul .nav-item a:focus {
     background-color: #ffffff;
    color: #e6000d;
    outline: 4px solid white;
    padding: 2px 4px;
    border-radius: 1px;
    margin: 6px;
    width: calc(100% - 12px);
    border: 1px solid #000000;
}

#proav-nav #nav-ul .nav-item .no-a{
   /*    border: 4px solid white;*/
    padding: 6px 8px;
    background-color: #ffffff;
    color: #000000;
}

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;
}