/*
Theme Name: Dice Master Theme
Author: Willy Bergsnov
Author URI: http://dice.no
Version: 1.0
*/


@font-face {
    font-family: 'DiceSansRegular';
    src: url("fonts/dicesans-regular-webfont.woff2") format("woff2"), url("fonts/dicesans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'DiceSansMedium';
    src: url("fonts/dicesans-medium-webfont.woff2") format("woff2"), url("fonts/dicesans-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

body {
	background-color: #21354A;
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: DiceSansRegular, sans-serif;
}

a, a.active, a.visited {
	color: #FF4343;
	text-decoration: none;
}

a.hover {
	color: #E60000;
}

div {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

a.logo-top {
	display: block;
	width: 90px;
	height: 61px;
	background-image: url(img/logo@2x.png);
	background-size: 90px 61px;
	text-indent: -9999px;
}

h1 {
	text-align: center;
	font-size: 22px;
	vertical-align: middle;
	margin-top: 80px;
	font-family: DiceSansRegular, sans-serif;
}
