html{
	margin: 0;
	padding: 0;
	background:white;
	height:100vh;
}
body{
	color: rgba(0,0,0,0.70);
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bkgdTile6.png"), url("images/gradient6.png");
	background-repeat: repeat-y, repeat;	
	background-position: center top;
	background-attachment: fixed;
	text-align: justify;
	font-family: 'Open Sans', "sans-serif;";
	background-size: 85%, 25px;
	margin: 0;
	padding: 0;
	z-index: 999;
	min-height: 100vh;
	overflow: auto;
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-weight: lighter;
	color: rgba(0,0,0,.8);
	mix-blend-mode: overlay;
	will-change: opacity;
}
h2 {
	font-family: 'Oswald', "sans-serif;";
	color: rgba(0,0,0,1);
	mix-blend-mode: overlay;
	will-change: opacity;
	transform: translate3d(0,0,0);
}
.p2
	{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	clear: both;
	overflow: hidden;
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 50px;
		padding-bottom: 50px;
	}

#logo-bg
{
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/corpusLogo.light.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	height: 260px;
	width: 63%;
	filter: brightness(0%);
	mix-blend-mode: overlay;
	will-change: opacity;
}
.tag
	{
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: left;
	padding-left: 2px;
	color: rgba(0,0,0,1);
	mix-blend-mode: overlay;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-weight: 600;
}
#links-bg
{
	width:600px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
}
.toplinks
	{
	text-transform: uppercase;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	font-family: 'Oswald', "sans-serif";
	display: table;
	table-layout: fixed;
	width: 63%;
}
.toplinks ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: table-row;
}
.toplinks ul li {
	display: table-cell;
	text-align: center;
	line-height: 30px;
}
.toplinks ul li:first-child{
	/* [disabled]border-left: dotted 1px #666; */
}
.toplinks a
	{
	text-decoration: none;
	display: block;
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-ms-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}
.toplinks a:hover
	{
	text-decoration: none;
	background-color: rgba(255,255,255,0.5);
}

.sap
	{
	width: 1px;
	height: 16px;
	background-color: #F7E2CD;
	margin-top: 14px;
	float: left;
}
#rc4
	{
	width:125px;
	height:157px;
	float:left;
	font-size:1px;
}
#bg2
	{
	width: 70vw;
	text-align: left;
	margin: 0px auto 0 auto;
	min-height: 100%;
	overflow: auto;
}
#rc5
	{width:12px;
	height:157px;
	float:left;
	font-size:1px;
	background-image:url(images/rc3.jpg); background-repeat:no-repeat;}
#header-bg
{
	height:157px;
	width:779px;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
}
#heading
	{
	height:50px;
	line-height:50px;
	padding-left:20px;
	color:#ffffff;
	text-align:left;
	font-family:"trebuchet ms";
	background-repeat:no-repeat;
	background-position:center left;
}
#main
	{padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	clear:left;
	text-align:justify;}
.welcome
	{
	font-size: 3em;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "trebuchet ms";
	color: #666666;
	letter-spacing: -0.05em;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	line-height: 1em;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}
	
.intro{
	font-size: 2.8em;
	color: rgba(0,0,0,1);
	font-family: 'Oswald', "sans-serif;";
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0,1);
	padding: 5% 0px 7%;
	width: 90%;
	margin: 2% auto;
	line-height: 1.3em;
	mix-blend-mode:overlay;
	z-index: 999;
}
.productTitle {
	font-size: 2.2em;
	color: #000!important;
	font-family: 'Oswald', "sans-serif;";
	width: 90%;
	margin: 20px auto;
	line-height: 1.2em;
	mix-blend-mode: overlay!important;
	will-change: opacity;
}
#technology
	{
	width:600px;
	float:left;
	background-image:url(images/mp4.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:194px;
}
a, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: 500;
	mix-blend-mode: overlay;
	will-change: opacity;
	transform: translate3d(0,0,0);
}
	a:hover{
	color: rgba(0,0,0,.8);
	text-decoration: none;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.bottomlink
	{width:138px;
	text-align:center;
	float:left;}
.bottomlink a
	{color:#ffffff;
	font-weight:normal;
	text-decoration:none;}
.bottomlink a:hover
	{
	color: #5AB8BB;
	text-decoration: none;
}
.sap2
	{width:1px;
	float:left;
	color:#ffffff;}
#rc6
	{width:12px;
	height:68px;
	float:left;
	font-size:1px;
	background-image:url(images/rc1.gif); background-repeat:no-repeat;
	background-color:#7B5097;}
#bottom
	{width:755px;
	height:68px;
	float:left;
	background-image:url(images/bg3.jpg); background-repeat:repeat-x;}
#bottom1
	{height:20px;
	padding-top:15px;
	clear:left;
	width:705px;}
#rc7
	{width:12px;
	height:68px;
	float:left;
	font-size:1px;
	background-image:url(images/rc4.gif); background-repeat:no-repeat;
	background-color:#7B5097;}
.indexMenu ul {
	display: table-row;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.indexMenu {
	display: table;
	table-layout: fixed;
	width: 90%;
	margin: 5% auto 10%;
}
.indexMenu a {
	font-family: "trebuchet ms";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
.indexMenu ul li {
	padding: 20px;
	display: table-cell;
}
.indexMenu ul li p {
	font-size: 0.85em;
	font-weight: lighter;
	mix-blend-mode: normal!important;
}
.indexMenu ul li:last-child{
}

a img {
	margin:0 0 40px 60px;
	text-decoration: none;
	border-radius: 40px;
}
.p2 a{
	mix-blend-mode: normal!important;
}
input[type=text] {
	width: 100%;
	padding: 5px;
	margin: 5px 0 15px;
	box-sizing: border-box;
	border: 1px solid #CCC;
}
textarea{
	border: 1px solid #CCC;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
}
form{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.movie {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	background-color: rgba(0,0,0,1);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

