/**
 * Base CSS
 *
 * @package   Freecaster website
 * @author    Yannick Delwiche
 * @copyright (c) 2013-2020 Freecaster SPRL
 */
@import url(//fonts.googleapis.com/css?family=Terminal+Dosis:400,700);

@-ms-viewport { width: device-width; }

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #202020;
	font-family: "Terminal Dosis", Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
}
body.empty {
	margin: 12px;
}
body.empty.embed {
	background: transparent;
	margin: 0;
	overflow: hidden;
}
a {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #72BF44;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
	margin: 12px;
	padding: 0;
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
}
h2 {
	color: #FFF;
	font-size: 28px;
	text-shadow: 1px 1px 3px #000, -1px -1px 0 rgba(255,255,255,0.5);
}
h3 {
	font-size: 18px;
	margin: 20px 0 20px 0;
}
