@font-face
{
	font-family: riesling;
	src: url("./fonts/riesling-webfont.woff") format("woff");
}
@font-face
{
	font-family: comando;
	src: url("./fonts/commando-webfont.woff") format("woff");
}

#weather-panel {
	font-size: 3em;
}

#weather-panel h3 {
	font-size: 1em;
}

.springfling {
    font-family: 'riesling';
    font-size: 60px;
    color: #4FF;
    text-shadow: 1px 1px 2px #000;
}

.ecpc{
	font-family:'comando';
	font-size:60px;
	color:#F90;
	text-shadow: 1px 1px 2px #000;
}

h4 small {
	color: #fff;
}