﻿html, body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
}

body.unyktv {
	color: #eee;
	background-color: #0f1921;
	background-repeat: no-repeat;
	-ms-background-size: cover;
	background-size: cover;
	background-image: url(images/home-background.svg);
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding: 50px 15px 20px 15px;
}

body.unyktv .navbar {
	font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-weight: 300;
}

body.unyktv .navbar a {
	color: rgb(0,132,112);
	background: transparent;
}

@font-face {
	font-family: 'Banda';
	src: url('fonts/banda.eot');
	src: url('fonts/banda.eot?#iefix') format('embedded-opentype'), url('fonts/banda.woff') format('woff'), url('fonts/banda.ttf') format('truetype'), url('fonts/banda.svg#Banda') format('svg');
	font-weight: normal;
	font-style: normal;
}

#home-page {
	height: 100%;
	color: rgb(0,132,112);
}

.menu-container {
	cursor: default;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.wellcome-container {
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	font-size: 40px;
}

.brand-name {
	font-family: 'Banda';
	font-size: 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.brand-name > sup {
	font-size: 20px;
	top: -1.5em;
}
