@font-face
	{
	font-family: "Aller";
	src: url("../fonts/Aller_Rg.ttf");
	}

@font-face
	{
	font-family: "Aller";
	src: url("../fonts/Aller_Bd.ttf");
	font-weight: bold;
	}

@font-face
	{
	font-family: "Minion Pro";
	src: url("../fonts/MinionPro-Regular.otf");
	}

body
	{
	font-family: Aller;
	margin: 0px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 18px;
	}

.text_red
	{
	color: rgb(189,33,46);
	}

.text_green
	{
	color: rgb(143,197,63);
	}

.text_teal
	{
	color: rgb(40,123,154);
	}

.text_orange
	{
	color: rgb(238,130,45);
	}

.text_yellow
	{
	color: rgb(254,201,37);
	}

.text_reddot
	{
	color: rgb(189,33,46);
	}

.page_header
	{
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	}

.mainmenu_item
	{
	font-size: 13px;
	display: inline-block;
	position: relative;
	margin: 0px 16px;
	line-height: 1.5em;
	}

.mainmenu_item:hover
	{
	cursor: pointer;
	text-decoration: underline;
	}

.circlemenu_item
	{
	display: inline-block;
	position: relative;
	top: 0px;
	background-color: rgb(33,124,155);
	width: 96px;
	height: 96px;
	border-radius: 50%;
	margin: 0px 6px;
	color: white;
	}

.circlemenu_item:hover
	{
	cursor: pointer;
	}

.icon
	{
	width: 24px;
	height: 24px;
	background-color: rgb(33,124,155);
	border-radius: 50%;
	}

.iconlink:hover
	{
	cursor: pointer;
	}

.contact_field, .upload_field
	{
	width: 428px;
	min-width: 428px;
	max-width: 428px;
	background-color: rgb(255,255,255);
	border-radius: 5px;
	font-size: 20px;
	padding: 3px 6px;
	color: inherit;
	font-family: inherit;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	}

.upload_field
	{
	width: 575px;
	min-width: 575px;
	max-width: 575px;
	}

.form_button
	{
	display: inline-block;
	min-width: 60px;
	background-color: rgb(33,124,155);
	border-radius: 5px;
	font-size: 20px;
	padding: 4px 16px;
	color: white;
	font-family: inherit;
	}

.form_button:hover
	{
	background-color: rgba(33,124,155,0.8);
	cursor: pointer;
	}

.link
	{
	display: inline-block;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
	border-color: rgb(189,33,46);
	}

.link:hover
	{
	cursor: pointer;
	border-style: solid;
	}

.bottom_tile
	{
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 23%;
	top: 0px;
	}

.slidecontroller:hover
	{
	cursor: pointer;
	opacity: 0.7;
	}

.socialicon
	{
	width: 25px;
	border: none !important;
	}