.body{
  background-color: rgb(246, 248, 248);
    padding-top: 185px;
}

#ItemControls1{
   height: 450px;
   
}

#ImgControls1{
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
    /* image-rendering: crisp-edges; */
    image-rendering: optimizeQuality;
}

.nowrap {
    white-space: nowrap ;
  }
.ExpCovrImg{
  width: 100%;
  height: 100%;
}

#GearWheel{
  width:  35px;
  height: 35px;
}

#textbkg{
  background-color: #004b8d;
  color: white;
}

.textbkg{
  background-color: #004b8d;
}

a{
  text-decoration: none;
  color: #004b8d;
}