.col-12 h3{
  color: rgb(162, 82, 82);
}
.col-12 h6{
  color: rgb(162, 82, 82);
}
.container-fluid .row{
  border: 1px solid rgba(255, 240, 0, 0.1);
  background-color: rgba(255, 240, 0, 0.1);
}
.background{
  background: url(images/back-img.jpg) top center;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  

}
.overly{
height: 100%;
background-color: rgba(255, 255, 255, 0.25);
}



