@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}
@font-face {
    font-family:MISSE;
    src: url('Webfonts/MISSE.ttf') format('opentype');
}
/* Mobile Layout: 480px and below. */
a:link {
	color: #777;
	font-style: normal;
	text-decoration:none;  
}
a:visited {
	color: #777;
	font-style: normal;
	text-decoration:none;  
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.SmallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.Blocks{
	Width:49%;
	margin:0.1%;
	float: left;
}
#Menu {
	mix-blend-mode: difference;
	top: 0px;
	left:0px;
	position:fixed;
	clear: both;
	float: left;
	width: 120px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:40px;
}
#Misse {
	padding-top:15px;
	line-height:1;
	font-size:60px;
	font-family:"MISSE";
	color: #777;
	cursor:pointer;
}
#Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:0px;
	color: #585858;
	text-justify: distribute;
}
#Black {
	background-color:#000;
	color:#000;
}
#footer {
	position:fixed;
	float:left;
	bottom:0px;
	left:15px;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.SmallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Blocks {
	Width:49%;
	margin:0.1%;
	float: left;
}
#Content {
	position: inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top: 0px;
	color: #585858;
	text-justify: distribute;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.SmallText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.Blocks {
	Width:24%;
	margin:0.1%;
	float: left;
}
#Content {
	position: inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:0px;
	color: #585858;
	text-justify: distribute;
}
}