@font-face {
	font-family: CustomFont;
	src: url("../content/font.eot");
}

@font-face {
	font-family: CustomFont;
	src: url("../content/font.ttf");
}

html {
  height: 100%;
}

body {
	min-height: 100%;
	overflow: hidden;
	background-image: url("../content/background.jpg");
}

img {
	border-style: none;
}

.left {
    position: fixed;
	display: inline;
    height: 100%;
	width: 300px;
    left: 0;
    top: 0;
	bottom: 0;
    background: #282828;
    z-index: 10;
	overflow: hidden;
	float: left;
}

.right {
    position: fixed;
	display: inline;
    height: 100%;
	max-width: calc(100% - 300px);
	min-width: calc(100% - 300px);
	width: calc(100% - 300px);
    left: 300px;
    top: 0;
	bottom: 0;
    z-index: 10;
	overflow-y: scroll;
	float: right;
	max-width: 100% !important;
    overflow-x: hidden !important;
}


.sidebar {
    -moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	position: fixed;
    height: 100%;
    left: 0;
    top: 0;
	bottom: 0;
	overflow-y: scroll;
    background: #282828;
}

.iframeMain {
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	margin-right: 0px; 
	max-width: 100%;
    overflow-x: hidden;
}

.bubble {
    list-style: none;  
    background-color: white;
	background-color: rgba(40, 40, 40, 0.25);
    border-radius: 50px;
    box-shadow: 0 2px 1px #9c9c9c;
	margin-right: 340px;
	margin-left: 50px;
	width: 90%;
}

.bubbleContent {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.images {
	margin-left: 5px;
	margin-right: 5px;
	max-width: 90%;
}

.redBackground {
	background-color: red;
}

.title {
	color: white;
	font-family: CustomFont;
	font-size: 200%;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}

.credits {
	color: black;
	font-family: CustomFont;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 0px;
}

h1 {
	font-family: CustomFont;
	font-size: 200%;
	margin-bottom: 0px;
}

p {
	font-family: CustomFont;
}

a {
	text-decoration: none;
}

th {
	font-family: CustomFont;
	font-size: 150%;
}

td {
	font-family: CustomFont;
	font-size: 150%;
	text-align: center;
}

li {
	font-family: CustomFont;
}

.slogan {
	color: white;
	font-family: CustomFont;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.item {
	color: white;
	font-family: CustomFont;
	font-size: 80%;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.itemArrow {
	color: white;
	font-family: CustomFont;
	font-size: 80%;
	margin-left: 35px;
	margin-top: 0px;
}

.itemText {
	color: white;
	font-family: CustomFont;
	font-size: 80%;
	margin-left: 10px;
	margin-top: 0px;
}