@font-face {
    font-family: 'ITCBenguaitGothicBold'; /*a name to be used later*/
    src: url('ITCBenguiatGothicBold.otf'); /*URL to font*/
}

.sidenav {
    position: fixed;
    z-index: 1;
    width: 350px;
	height: 30px;
    top: 0;
    right: 0;
	background-image: url("../images/starfield.jpg");
	background-color: Black;
	margin: 0 auto;
	font-size: 1rem;
	text-align: center;
    overflow-x: hidden;
	overflow: hidden;
	padding: 0px 0;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.5s;
	font-family: "TNGCredit", "Times New Roman", "Times", serif;
	color: #00FFFF;
    border-radius: 30px;
}

.navindex {
	font-size: 1.5rem;
	float:center;
	text-align: left;
    z-index: 0;
	top: 0;
	background-image: url("../images/paperred.jpg");
	background-color: Black;
	position : fixed;
	padding-top: 4px;
	padding-bottom: 4px;
	right: -30;
	width: 325;
	height: 30;
	text-align: left;
    float: right;
	clear: both;
	font-weight: bold;
	font-family: "ITCBenguaitGothicBold", "Times New Roman", "Times", serif;
	color: #00FFFF;
    border-radius: 30px;
}

@media print
{    
    .noprint, .noprint *
    {
        display: none !important;
    }
}


.clearfix {
    float: left;
	clear: both;
}
.sidenavtable {
    z-index: 1;
    overflow-x: hidden;
	overflow: hidden;
	padding: 5px 0;
	padding-left: 20px;
	padding-right: 20px;
    border-radius: 30px;
	transition: 0.5s;
	float:center;
	clear: both;
	font-weight: bold;
	font-family: "ITCBenguaitGothicBold", "Times New Roman", "Times", serif;
	color: #00FFFF;
}


.whitetable {
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "ITCBenguaitGothicBold", "Times New Roman", "Times", serif;
	color: #white;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: underline;
    font-size: 1.5rem;
	color: white;
}

.sidenav a:hover {
    color: #FF0000;
}

@media screen and (max-width: 400px) {
	.sidenav:hover {
		width: 80vw;
	}
}
