
/* CSS Document */
#mainContainer{
	background:url(../images/sveospssBg.png) no-repeat center center fixed #000;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sveospssBg.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sveospssBg.png', sizingMethod='scale')";
}
.content{
	position:fixed;
	right:24px;
	top:24px;
	width:42%;
	height:88%;
	background-color:rgba(0,0,0,0.8);
	padding:2%;
}
h1{ color:#e53935; font-size:28px !important;}
.space20{width:100%; height:20px;}
.tAlignCenter{text-align:center !important;}
.quote{font-weight:400; color:#e57373; font-style:italic;}
.paragraph{ color:#e0e0e0; font-size:18px; padding-top:16px; line-height:1.2em; text-align:justify; font-weight:300;}
.paragraph img{ width:24%; margin-left:4%}
@media screen and (orientation:portrait) { 
#mainContainer{
	background-position:-400px 0px;
	
		 }

@media screen and (min-width: 1181px) and (max-width: 2400px) {
}

 @media screen and (max-width: 1180px) {

}



