@charset "UTF-8";
@font-face {
	font-family:'Helvetica';
	src:url("Fonts/Helvetica.ttc")		
}
@font-face {
	font-family:'Helvetica Neue';
	src:url("Fonts/HelveticaNeue.ttc")		
}
@font-face {
	font-family:'Helvetica Compressed';
	src:url("Fonts/Helvetica Compressed Regular.otf")

}
body,td,th {
}
body {
    background-color: #000000;
	margin-left:15%;
	margin-right:15%;
	/*display:flex;
	align-content: center;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	align-self: center;
	width:70%*/
}
a {
    font-style: normal;
    font-weight: normal;
  
    color: #FFF2A6;
    font-family: 'Helvetica';
}
a:visited {
    color: #EBE6C8;
    text-decoration: underline;
}
a:hover {
    color: #B500FF;
    text-decoration: none;
}
a:active {
    color: #F3E600;
    text-decoration: underline;
}
a:link {
    text-decoration: underline;
}
.Body{
	color: #FFFFFF;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
	
}
.PgHead {
	color: #FFFFFF;
    font-family: 'Helvetica Compressed';
    font-style: normal;
    font-weight: normal;
    font-size: 60pt;
	
}
.Bodyhead{
	color: #FFFFFF;
    font-family: 'Helvetica';
    font-style:normal;
    font-weight: bolder;
    font-size: 26pt;
	
}
.Footer{
	color: #FFFFFF;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;background-color: #000000;
	display: flex;
	align-items:center;
	align-content: center;
	flex-direction:row;
	height:280px;
	width:110%;
	margin-left:-5%;
	margin-right:-5%;
	padding:10px;
}
.leftfoot{
	display: flex;
	flex-flow: column;
	align-content: space-between;
	align-items:left;
	margin-right:67%
}
.rightfoot{
	display: flex;
	flex-flow: column;
	align-content: space-between;
	align-items: flex-end;
	margin-right:5%;
}
.Featured{
	color: #FFFFFF;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: bolder;
    font-size: 18pt;
	
}
.navbox{
	align-content: center;
	align-items: center;
}
.Nav{
	font-size: 30pt;
	background-image: url(assets/navbar.png);
	background-size: 100% 100%;
	display: flex;
	align-content: center;
	align-items:center;
	justify-content: space-around;
	flex-direction: row;
	height:220px;
	width:110%;
	margin-left:-5%;
	margin-right:-5%;
}
.homeb{
	height:150px;
	width:auto;
	margin-top:-30%;
}
.Hidden{
	color: #0F0F0F;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    font-size: 12pt;
	margin-left: 70%
}
c {
    font-style: normal;
    font-weight: normal;
    color: #FFF2A6;
    font-family: 'Helvetica';
}
c:visited {
    color: #B7AF82;
    text-decoration: underline;
}
c:hover {
    color: #B500FF;
    text-decoration: none;
}
c:active {
    color: #F3E600;
    text-decoration: underline;
}
c:link {
    text-decoration: underline;
}
.Block1{
	background-color:#4A4A4A;
	padding:7%;
}
.sec1{
	background-color: #393939;
	padding:4%;
}
.sec2{
	background-color: #4A4A4A;
	padding:4%;
		
}

