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

body {
  color: #FFFFFF;
  font-family: 'Abel', sans-serif;
  background: url(https://www.marriedtofootballpodcast.com/universalassets/mtfb_bg.svg) no-repeat fixed center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
	
}

.ultraFont
{
 	font-family: 'Ultra', serif;
}

.heptaFont
{
 	 font-family: 'Hepta Slab', serif;
}

.black_font
{
	color: hsla(0,0%,0%,1.00)
}

.black_trans_bg
{
	background-color: hsla(0,0%,0%,0.80)
}

.yellow_trans_bg
{
	background-color: hsla(48,100%,50%,0.60)
}