html { 
  background: url(./images/legacybaron.jpg) no-repeat center center fixed;
  background-size: cover;
}  

body {
   background-color:transparent;
   color: rgba(255,255,255,0);
   text-align:center
}

.nav ul {
    list-style-type: none;
    margin: auto;
	margin-top: -12px;
	margin-bottom: 30px;
    padding: 0px;
    overflow: hidden;
    background-color: transparent;
	height: 60px;
	line-height: 60px;
	vertical-align: top;
	width: auto;
}

.nav li {
    display: inline;
	margin-right: -4px;
	width: auto;
}

.nav li a {
	font-family: "Arial Black", Gadget, sans-serif;
    color: white;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
	background-color: rgba(102,102,102,1);
	height: 60px;
	font-size: 120%;	
	border-radius: 2px;
}

.valid {
	width: 88px;
	height: 31px;
	border: 0px;
}

li a:hover:not(.active) {
    background-color: rgba(0,0,0,1);
}

.dnav ul{
	margin: auto;
	background-color: transparent;
	height: 60px;
	overflow: hidden;
	list-style-type: none;
	text-decoration: none;
	padding: 0px;
}

.dnav li{
	display: inline-block;
	height: 60px;
	margin-left: -4px;
	padding: 0px;
	list-style-type: none;
}
.dnav li a {
	background-color: transparent;
	height: 60px;
	width: auto;
	padding: 0px;
}

div.nav .active {
    background-color: rgba(0,102,255,1);
}

div p {
	padding: 20px;
	text-indent: 50px;
	text-align: left;
	font-size: 115%;
	color: black;
}

.home {
	width: 625px;
	height: auto;
	margin: auto;
	background: rgba(223,218,218,0.9);
	position: relative;
	margin-top: -19px;
}

.herocard {
	background-color: rgba(255,225,51,0.8);
	width: 625px;
	height: 710px;
	margin: auto;
	text-align: left;
	position: relative;
	color: black;
}

.hdeck {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: rgba(255,225,51,1);
	color: black;
}

.herotext {
	background-color: rgba(255,225,51,0.8);
	width: 625px;
	height: auto;
	margin: auto;
	text-align: left;
	position: relative;
	margin-bottom: -18px;
	margin-top: -19px;	
}

.vilcard {
	background-color: rgba(200,0,0,0.9);
	width: 625px;
	height: 715px;
	margin: auto;
	text-align: left;
	position: relative;
}

.viltext {
	background-color: rgba(200,0,0,0.9);
	width: 625px;
	height: auto;
	margin: auto;
	text-align: left;
	position: relative;
	margin-bottom: -18px;
	margin-top: -19px;	
}

.vdeck {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: rgba(153,0,0,1);
	color: rgba(255,255,255,1);
}

.envcard {
	background-color: rgba(51,204,51,0.8);
	width: 625px;
	height: 670px;
	margin: auto;
	text-align: left;
	position: relative;
	color: black;
}

.edeck {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background: rgba(51,153,51,1);
	color: black;
}

.envtext {
	background-color: rgba(51,204,51,0.8);
	width: 625px;
	height: auto;
	margin: auto;
	text-align: left;
	position: relative;
	color: black;
	margin-bottom: -18px;
	margin-top: -19px;
}

table {
    border-collapse: collapse;
}

table, th {
	font: bold;
	font-size: 115%;
}

table, th, tr, td {
    border: 2px solid black;
	height: 30px;
}

div img {
	width: auto;
	height: auto;
	margin-bottom: -20px;
}

iframe {
	width: 100%;
	height: 340px;
	border: none;
	margin: auto;
	bottom: 0px;
	vertical-align: bottom;
}

h1 {
	line-height: 50px;
	height: 30px;
	background: transparent;
}

h2 {
	background-color: rgba(0,102,255,0.9);
	padding: 5px 10px 5px 10px;
	width: 150px;
	height: 25px;
	float: left;
	margin: 0px 5px -4px 0px;
	border: 2px solid black;
}

.ntop {
	background: rgba(223,218,218,1);
	margin: auto;
	width: 50px;
	line-height: 25px;
	color: black;
	text-decoration: none;
}

.glossary {
	background-color: rgba(223,218,218,0.9);
	width: 625px;
	height: auto;
	margin: auto;
	text-align: left;
	position: relative;
	color: black;
	margin-bottom: 0px;
	margin-top: -19px;
}

.glossary p {
	padding: 10px 50px 10px 50px;
	text-indent: 20px;
	margin: 0px 0px 10px 0px;
	line-height: 27px;
}

form {
	margin: 0px 30px;
	border: 2px solid black;
	border-radius: 5px;
	padding: 20px;
	background: radial-gradient(rgba(223,218,218,1), rgba(153,153,153,1));
}

input {
	border-radius: 4px;
}

.left {
	background-color: rgba(223,218,218,0.9);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: black;
	text-align: center;
	position:absolute;top:30%;left:0;
	cursor: pointer;
}

.right {
	background-color: rgba(223,218,218,0.9);
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: black;
	text-align: center;
	position:absolute;top:30%;right:0;
	cursor: pointer;
	
}