@font-face {
	font-family: 'Nyala';
	src: url('/fonts/Nyala-Regular.eot');
	src: url('/fonts/Nyala-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Nyala-Regular.woff2') format('woff2'),
		url('/fonts/Nyala-Regular.woff') format('woff'),
		url('/fonts/Nyala-Regular.ttf') format('truetype'),
		url(/fonts/'Nyala-Regular.svg#Nyala-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, html {
  height: 100%;
  	background-image: url(../img/bg.png);
	background-size: 100%;
	background-repeat:  no-repeat;
	background-color: #d9e3ff;
}

.contentbg {
	background-image: url(../img/bg.png);
	background-size: 100%;
	background-repeat:  no-repeat;
}

.buttonbox { 
	background-image: url(../img/button.png);
	height: 60px;
	width: 190px;
}

.buttonbox h1 {
	text-align: right;
	line-height: 65px;
	color: white;
	font-family: 'Nyala';
	padding-right: 15px;
	padding-top: 5px;
	font-size: 2em;
}

p, li, td {
	font-family: 'Nyala';
	color: white;
	font-size: 2em;
	line-height: 2em;
	text-shadow: 2px 2px 4px #0f4388;
}

h1 a:link, h1 a:visited {	
	color: white;
}

.containernopadding {
	padding-right: 0px;
    padding-left: 0px;
}

.containerhands {
	background-color: white;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar {
	margin-bottom: 0px;
}