﻿@charset "UTF-8";
body {
	background-color: #000000;
	background: url(../../resources/images/background_dark_blue_grad.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.weather_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 70px;
}
.radiation_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 185px;
}
.air_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 300px;
}
.water_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 400px;
}
.biohazard_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 500px;
}
.blog_icon {
	position: fixed;
	/* bring your own prefixes */
  transform: translate(-50%, -50%);
	bottom: 10px;
	left: 290px;
}

.top_right_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	position: fixed;
	top: 10px;
	right: 10px;
}
