﻿@charset "utf-8";

body, html { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica !important;
	font-size: 24px;
	font-weight:100;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}

h1 {
	font-size: 40px;
	color: #0092c7;
	margin-top: 0px;
	font-weight: lighter;
	font-family: "Segoe UI Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 		Verdana, sans-serif;	
}

h2 {
	font-size: 28px;
	color: #0092c7;
	margin-top: 0px;
	font-weight: normal;
	font-family: "Segoe UI Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 		Verdana, sans-serif;	
}

h3 {
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	font-family: "Segoe UI Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", 		Verdana, sans-serif;	
	color: #1F1F1F;
}

h4 {
	font-size: 14px;
	color: #575757;	
	font-weight: normal;	
    font-family: "Segoe UI Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
}

p {
	font-size: 16px;
	color: #575757;
	font-family: "Segoe UI Light", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 
}

a {
	text-decoration: none;
	color: #f8ad29;
}

a:hover {
	text-decoration: underline;
	color: #0092C7;
}

ul {
	margin-left: 10px;
	padding: 0;
}

/* Hide video title element for direct links */

.bmpui-label-metadata-title {
	visibility: hidden !important;
}

#activity-container {
	
}
