html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#111111;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#111111}


::-webkit-scrollbar-track-piece {
    background-color: #111111;
}

::-webkit-scrollbar-thumb {
    width:14px; height:10px;
    background-color:#ffffff;
    border: 10px solid #111111;
}

#site-footer {
	position: relative;
	width: 80%;
	margin-top: 150px;
	padding: 40px 20px;
	text-align: center;
	font-family: 'Tahoma', sans-serif;
	font-weight: 700;
	color: #e0f7ff;
	border-radius: 20px 20px 0 0;opacity:0.2;
}

#site-footer .footer-content p {
	margin: 10px 0;
	font-size: 15px;
	color: #e0f7ff;
}

#site-footer a {
	color: #e0f7ff;
	text-decoration: none;
	font-weight: 600;
	padding: 5px 10px;
	border-radius: 8px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.05);
}

#site-footer a:hover {
	color: #ffffff;
	background: linear-gradient(to right, #0055ff, #0011aa);
	box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}


#navigation {
	position: relative;
	width: 65%;
	right: 0;
	top: -150px;
	padding: 50px 20px;
	margin: auto;
	text-align: center;
	opacity: 0.95;
	background: linear-gradient(to right, #000000, #0a0a23);
	border-top: 8px solid #00bfff;
	border-radius: 60px;
	font-family: 'Tahoma', sans-serif;
	font-weight: 700;
	box-shadow: 0 0 20px rgba(0, 191, 255, 0.3); opacity:0.4;
}

/* Shared styles for all link states */
#navigation a {
	text-decoration: none;
	color: #e0f7ff;
	line-height: 43px;
	font-family: 'Alumni Sans Pinstripe', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 29px;
	padding: 10px 50px;
	border-radius: 12px;
	background: linear-gradient(to right, #003366, #001f3f);
	box-shadow: 0 4px 15px rgba(0, 191, 255, 0.3);
	transition: all 0.3s ease;
	display: inline-block;
	margin: 0 10px;
}

#navigation a:visited {
	color: #e0f7ff;
}

#navigation a:active {
	transform: scale(0.98);
	background: linear-gradient(to right, #002244, #00132e);
}

#navigation a:hover {
	color: #ffffff;
	background: linear-gradient(to right, #0055ff, #0011aa);
	box-shadow: 0 0 20px rgba(0, 191, 255, 0.6);
}


#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:775px;
        width:100%;
        margin-top:-5px;
}


a:link, a:visited, a:active {
	text-decoration: none;
	color: #CCA499;
	font-size: 13px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600 !important;
	transition: all 0.3s ease;
	padding: 4px 8px;
	border-radius: 6px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
}

a:hover {
	color: #ffffff;
	background: linear-gradient(to right, #5c6bc0, #7e57c2);
	box-shadow: 0 0 8px rgba(126, 87, 194, 0.5), 0 0 16px rgba(92, 107, 192, 0.3);
	animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
	from {
		box-shadow: 0 0 5px rgba(126, 87, 194, 0.4);
	}
	to {
		box-shadow: 0 0 15px rgba(126, 87, 194, 0.8);
	}
}


b { 
        color: #4C83AE;         font-weight: 400!important;
}

i { 
        color: #4C83AE;         font-weight: 400!important;
}


#content {
	margin: -160px;
	position: relative;
	float: center;
	width: 64%;
}

.contentx{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#ffffff;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.7;
}

.highlight-text {
	background-color: black;
	padding: 4px 8px;
	border-radius: 6px;
	color: #ffffff;opacity:0.6
}

h1 {
	position: relative;
	color: #E0F7FF;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: linear-gradient(to right, #001F3F, #0055FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 60px auto 40px auto;
	padding: 30px 20px;
	text-shadow: 0 0 10px rgba(0, 191, 255, 0.4);
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.6); /* glowing banner */
	box-shadow: 0 0 20px rgba(0, 191, 255, 0.2);
	width: fit-content;
}

/* Decorative Underline */
h1::after {
	content: '';
	display: block;
	margin: 10px auto 0 auto;
	width: 60%;
	height: 4px;
	background: linear-gradient(to right, #00bfff, #7e57c2);
	border-radius: 2px;
	box-shadow: 0 0 10px rgba(0, 191, 255, 0.5);
}


blockquote {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(10, 25, 47, 0.8));
	border-left: 8px solid #00bfff;
	border-radius: 15px;
	padding: 20px 30px;
	margin: 40px auto;
	color: #E0F7FF;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 191, 255, 0.2);
	max-width: 70%;
	text-align: justify;
	letter-spacing: 1px;
	opacity: 0.65;
}

/* Optional decorative quote mark */
blockquote::before {
	content: "“";
	font-size: 60px;
	color: #00bfff;
	position: absolute;
	left: 20px;
	top: 10px;
	font-family: Georgia, serif;
	opacity: 0.3;
}


.contentx input,
.contentx textarea,
.contentx select {
	background: rgba(0, 0, 0, 0.6); /* dark glassy background */
	color: #E0F7FF;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #00bfff;
	border-radius: 10px;
	padding: 10px 14px;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: inset 0 0 5px rgba(0, 191, 255, 0.2);
	transition: all 0.3s ease;
	resize: vertical;opacity:0.6;
}

/* Focus glow effect */
.contentx input:focus,
.contentx textarea:focus,
.contentx select:focus {
	outline: none;
	border-color: #7e57c2;
	box-shadow: 0 0 10px rgba(126, 87, 194, 0.6);
	background: rgba(20, 30, 60, 0.8);
}

/* Optional placeholder styling */
.contentx ::placeholder {
	color: #b3cde0;
	opacity: 0.7;
	font-style: italic;
}

button,
input[type="submit"],
input[type="button"] {
	background: linear-gradient(to right, #003366, #0055ff);
	color: #E0F7FF;
	font-family: 'Libre Baskerville', serif;
	font-size: 15px;
	font-weight: 600;
	padding: 12px 30px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(0, 191, 255, 0.3);
	letter-spacing: 1px;
	margin-top: 10px;
}

/* Hover & Focus Effects */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: linear-gradient(to right, #0055ff, #7e57c2);
	box-shadow: 0 0 20px rgba(126, 87, 194, 0.5);
	color: #ffffff;
}

/* Active Press */
button:active,
input[type="submit"]:active,
input[type="button"]:active {
	transform: scale(0.97);
	box-shadow: 0 0 10px rgba(0, 191, 255, 0.4) inset;
}