@charset "UTF-8";
/* CSS Document */

.banner-FOD {
	background: linear-gradient(
      rgba(43,47,54,0.75),
      rgba(43,47,54,0.75)
    ),
    url("images/FODbanner.jpg") center / cover no-repeat;
	
}

.banner-EBB {
	background: linear-gradient(
      rgba(43,47,54,0.75),
      rgba(43,47,54,0.75)
    ),
    url("images/EBBbanner.jpg") center / cover no-repeat;
	
}

.banner-TAH {
	background: linear-gradient(
      rgba(43,47,54,0.75),
      rgba(43,47,54,0.75)
    ),
    url("images/TAHbanner.jpg") center / cover no-repeat;
	
}