@charset "UTF-8";
/* Simple fluid media*/
img, object, embed, video {
	max-width: 100%;
}
a:link {
	color: #777;
	font-style: normal;
	text-decoration:none;  
}
a:visited {
	color: #777;
	font-style: normal;
	text-decoration:none;  
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
@font-face {
    font-family:MISSE;
    src: url('MISSE.ttf') format('opentype');
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#Menu {
	mix-blend-mode: luminosity;
	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 {
	color: #777;
	padding-top:15px;
	line-height:1;
	font-size:60px;
	font-family:"MISSE";
	cursor:pointer;
}
#Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	right:20px;
	color: #585858;
	text-justify: distribute;
	text-align:right;
	margin-top:200px;
	margin-right:10%;
}
#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%;
}
#Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	right:20px;
	color: #585858;
	text-justify: distribute;
	margin-top:200px;
	margin-right:15%;
}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	right:20px;
	color: #585858;
	text-justify: distribute;
	margin-top:200px;
	margin-right:15%;
}
}