@font-face {
    font-family: 'theme-font';
    src: url('fonts/american_captain-webfont-webfont.eot');
    src: url('fonts/american_captain-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/american_captain-webfont-webfont.woff2') format('woff2'),
         url('fonts/american_captain-webfont-webfont.woff') format('woff'),
         url('fonts/american_captain-webfont-webfont.ttf') format('truetype'),
         url('fonts/american_captain-webfont-webfont.svg#american_captainregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body
{
	font-family:'theme-font','source sans pro',sans-serif;
}

.theme-bg
{
	background-image:radial-gradient(#fbd447,#fd8122);
 	background-image:-webkit-radial-gradient(#fbd447,#fd8122);
}
.theme-logo
{
	background-image:url(../media/tmp/festival-logo.jpg);
}
.theme-branding
{
	background-image:url(../media/3fm-logo.png);
}

.theme-light-1 
{
	/* yellow */
	color:#fbd447;
}
.theme-light-1-bg
{
	background-color:#fbd447;
}
.theme-light-1-border
{
	border-color:#fbd447;
}

.theme-light-2
{
	/* orange */
	color:#fd8122;
}
.theme-light-2-bg
{
	background-color:#fd8122;
}
.theme-light-2-border
{
	border-color:#fd8122;
}

.theme-dark-1
{
	/* dark blue */
	color:#053446;
}
.theme-dark-1-bg
{
	background-color:#053446;
}
.theme-dark-1-border
{
	border-color:#053446;
}