@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Oleo+Script:400|Open+Sans:300,300italic,600,600italic,800");

/*
	Verti by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
	
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url("images/bg01.png");
		background-color: #054360;
		background-position: top left, top left;
		background-repeat: repeat-x, repeat;
		background-size: 100% 30em, auto;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #696969;
		font-weight: 300;
		line-height: 2.25em;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	input, select, textarea {
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		color: #696969;
		font-weight: 300;
		line-height: 2.25em;
	}

	a {
		color: #0090c5;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {
		color: #444;
		font-weight: 800;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
			outline: 0;
		}

	h2 {
		font-size: 2.25em;
		margin: 0 0 1.1em 0;
		line-height: 1em;
	}

	h3 {
		font-size: 1.35em;
		margin: 0 0 1em 0;
	}

	b, strong {
		font-weight: 600;
		color: #444;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #eee;
	}

	blockquote {
		border-left: solid 0.5em #eee;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 960px;
			}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 90%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
			}

		}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -10px;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 10px 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: -20px;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 20px 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: -40px;
			margin-left: -40px;
		}

			.row > * {
				padding: 40px 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: -60px;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 60px 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: -80px;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 80px 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: -60px;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 60px 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: -80px;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 80px 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -6.25px;
					margin-left: -6.25px;
				}

					.row.gtr-25 > * {
						padding: 6.25px 0 0 6.25px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -6.25px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 6.25px;
						}

				.row.gtr-50 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

					.row.gtr-50 > * {
						padding: 12.5px 0 0 12.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row {
					margin-top: -25px;
					margin-left: -25px;
				}

					.row > * {
						padding: 25px 0 0 25px;
					}

					.row.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-uniform > * {
							padding-top: 25px;
						}

				.row.gtr-150 {
					margin-top: -37.5px;
					margin-left: -37.5px;
				}

					.row.gtr-150 > * {
						padding: 37.5px 0 0 37.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -37.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 37.5px;
						}

				.row.gtr-200 {
					margin-top: -50px;
					margin-left: -50px;
				}

					.row.gtr-200 > * {
						padding: 50px 0 0 50px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 50px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 5px 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

					.row > * {
						padding: 20px 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 40px 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Section/Article */

	section, article {
		margin-bottom: 5em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	header {
		margin: 0 0 2em 0;
	}

		header h2, header h3 {
			margin: 0 0 0.25em 0;
		}

		header p {
			margin: 0;
		}

	

/* Forms */

	form label {
		display: block;
		font-weight: 800;
		margin: 0 0 1em 0;
		font-size: 0.8em;
		color: #444;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border-radius: 8px;
		border: solid 1px #eee;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			border-color: #0090c5;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"] {
		line-height: 3em;
		padding: 0 1em;
	}

	form select {
		line-height: 3em;
		padding: 0 1em;
	}

	form textarea {
		min-height: 9em;
		padding: 1em;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table tr {
			border-top: solid 1px #eee;
		}

			table tr:first-child {
				border-top: 0;
			}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table th {
			text-align: left;
			padding: 0.5em 1em 0.5em 1em;
			font-weight: 800;
			margin: 0 0 1em 0;
		}

		table thead {
			background: #404248;
			color: #fff;
		}

/* Image */

	.image {
		display: inline-block;
		outline: 0;
	}

		.image img {
			display: block;
			width: 100%;
			border-radius: 8px;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2.5em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2.5em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #2f5881;
		color: #fff;
		text-decoration: none;
		border-radius: 6px;
		font-weight: 800;
		outline: 0;
		border: 0;
		cursor: pointer;
		font-size: 1.35em;
		padding: 0.6em 1.5em;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			position: relative;
			margin-right: 0.5em;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #2f5881;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background: #2f5881;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background: #f1f1f1;
			background: rgba(0, 0, 0, 0.05);
			color: #444;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: #e8e8e8;
				background: rgba(0, 0, 0, 0.085);
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background: #e4e4e4;
				background: rgba(0, 0, 0, 0.15);
			}

		input[type="button"].large,
		input[type="submit"].large,
		input[type="reset"].large,
		button.large,
		.button.large {
			font-size: 2.25em;
			padding: 0.8em 0.9em;
		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.style2 {
			list-style: none;
			padding-left: 0;
		}

			ul.style2 li {
				padding-left: 0;
			}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 0.25em;
			margin: 0 0 0 0.25em;
		}

			ul.actions li:first-child {
				margin-left: 0;
				padding-left: 0;
			}

/* Menu */

	ul.menu {
		list-style: none;
		padding-left: 0;
	}

		ul.menu li {
			border-left: solid 1px #e0e0e0;
			display: inline-block;
			padding: 0 0 0 0.75em;
			margin: 0 0 0 0.75em;
		}

			ul.menu li:first-child {
				border-left: 0;
				margin-left: 0;
				padding-left: 0;
			}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
		padding: 2em;
	}

		.box.feature {
			padding: 0;
		}

			.box.feature .inner {
				padding: 4em 2em 3em 2em;
			}

			.box.feature h2 {
				font-size: 1.35em;
			}

			.box.feature p {
				margin: 0;
			}

			.box.feature .image {
				position: relative;
				margin: 0;
			}

				.box.feature .image img {
					border-bottom-left-radius: 0;
					border-bottom-right-radius: 0;
				}

/* Icons */

	.icon {
		text-decoration: none;
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon > .label {
			display: none;
		}

/* Widgets */

	.widget.thumbnails .grid {
		margin: 0 0 3em 0;
	}

	.widget.thumbnails .image {
		margin: 0;
	}

	.widget.contact ul {
		list-style: none;
		padding-left: 0;
		overflow: hidden;
		position: relative;
		left: -4px;
		top: 4px;
		margin-bottom: 1.5em;
	}

		.widget.contact ul li {
			display: inline-block;
			margin-right: 0.25em;
			padding-left: 0;
		}

			.widget.contact ul li a {
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				display: inline-block;
				width: 2.5em;
				height: 2.5em;
				text-align: center;
				line-height: 2.5em;
				border-radius: 0.35em;
				outline: 0;
				opacity: 0.75;
				text-decoration: none;
				background: #222222;
			}

				.widget.contact ul li a:before {
					color: #f3f3f3;
					font-size: 1.5em;
					line-height: inherit;
				}

				.widget.contact ul li a:hover {
					background: #444444;
				}

				.widget.contact ul li a:active {
					background: #666666;
				}


/* ======== NAVIGATION ======== */

#nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #002845; /* deep navy */
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 2rem;
	box-shadow: 0 2px 12px rgba(0, 40, 70, 0.8);
	z-index: 10000;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	user-select: none;
	border-bottom: 2px solid #00fff7;
	backdrop-filter: saturate(180%) blur(12px);
	transition: background-color 0.3s ease;
  }
  
  /* Nav List */
  #nav ul {
	list-style: none;
	display: flex;
	gap: 1.2rem;
	margin: 0;
	padding: 0;
  }
  
  /* Nav Items */
  #nav ul li {
	position: relative;
  }
  
  /* Nav Links */
  #nav ul li a,
  #nav ul li span {
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #a3f0ff;
	padding: 0.8rem 1.3rem;
	border-radius: 8px;
	text-decoration: none;
	transition:
	  color 0.25s ease,
	  background-color 0.25s ease,
	  box-shadow 0.3s ease;
	cursor: pointer;
	text-shadow: 0 0 5px #00e6ff44;
  }
  
  /* Hover & Active */
  #nav ul li:hover > a,
  #nav ul li.active > a,
  #nav ul li:hover > span,
  #nav ul li.active > span {
	background: linear-gradient(135deg, #00fff7cc, #00c8f8cc);
	color: #001f3f;
	box-shadow: 0 0 12px #00fff7cc, 0 0 25px #00c8f8cc;
	text-shadow: none;
	transition-delay: 0.1s;
  }
  
  /* Dropdown Menu */
  #nav ul li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #003a63;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
	padding: 0.6rem 0;
	min-width: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 5000;
	max-width: 90vw; /* dropdown won’t exceed 90% of viewport width */

  }
  
  /* Show Dropdown */
  #nav ul li:hover > ul,
  #nav ul li:focus-within > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }
  
  /* Dropdown Links */
  #nav ul li ul li a {
	padding: 0.7rem 1rem;
	color: #c4f4ff;
	font-weight: 600;
	letter-spacing: 0.04em;
	display: block;
	transition:
	  background-color 0.3s ease,
	  color 0.3s ease;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  }
  
  /* Dropdown Hover */
  #nav ul li ul li a:hover,
  #nav ul li ul li a:focus {
	background: linear-gradient(90deg, #00fff7cc, #00c8f8cc);
	color: #001f3f;
	text-shadow: none;
	outline: none;
  }
  
  /* Dropdown Arrow Indicators */
  #nav ul li > a::after,
  #nav ul li > span::after {
	content: '▼';
	font-size: 0.55em;
	margin-left: 6px;
	vertical-align: middle;
	color: #66d4ffcc;
	transition: transform 0.3s ease;
	display: inline-block;
  }
  
  /* Rotate arrow on hover */
  #nav ul li:hover > a::after,
  #nav ul li:hover > span::after,
  #nav ul li:focus-within > a::after,
  #nav ul li:focus-within > span::after {
	transform: rotate(180deg);
	color: #00fff7;
  }
  
  /* Remove arrow for no submenu */
  #nav ul li:not(:has(ul)) > a::after,
  #nav ul li:not(:has(ul)) > span::after {
	content: '';
	margin: 0;
  }
  
  /* Responsive: Mobile Hamburger (optional) */
  /* Add your hamburger styles here if needed */
  
  /* Smooth font rendering */
  #nav,
  #nav ul li a,
  #nav ul li span {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
/* Force current nav link to stay highlighted */
#nav ul li.active > a {
    background: linear-gradient(135deg, #00fff7cc, #00c8f8cc);
    color: #001f3f;
    box-shadow: 0 0 12px #00fff7cc, 0 0 25px #00c8f8cc;
    text-shadow: none;
}





/* XLarge */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
			}

	}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}

	}

/* Medium */

	

	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

			section.last, article.last {
				margin-bottom: 0 !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Menu */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

		/* Actions */

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.35em;
				padding: 0.85em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}

		/* Wrappers */

			

			#footer-wrapper {
				padding: 6em 0 4em 0;
			}

		/* Header */

			#header {
				margin: 0 auto;
			}


	

		/* Content */

			#content {
				border-bottom: solid 1px #e8e8e8;
				padding-bottom: 4em;
				margin-bottom: 0 !important;
			}

				#content > :last-child {
					margin-bottom: 0 !important;
				}

			#sidebar > :last-child {
				margin-bottom: 0 !important;
			}


			#copyright {
				padding: 0;
			}

		/* Nav */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			
			
				#navPanel .link {
					display: block;
					text-decoration: none;
					height: 54px;
					line-height: 54px;
					border-top: solid 1px #e8e8e8;
					color: #696969;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #444;
					font-weight: 800;
				}

	}





  



/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				line-height: 2em;
			}

			h2, h3, h4, h5, h6 {
				font-size: 13pt;
				margin: 0 0 1em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 3em !important;
			}

				section.last, article.last {
					margin-bottom: 0 !important;
				}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Menu */

			ul.menu li {
				display: block;
				border: 0 !important;
				padding: 0 !important;
				margin: 0 !important;
			}

		/* Actions */

			ul.actions li {
				display: block;
				padding: 0;
				margin: 1em 0 0 0;
			}

				ul.actions li:first-child {
					margin-top: 0;
				}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				width: 100%;
				text-align: center;
				font-size: 1.25em !important;
				padding: 0.65em 0 !important;
			}

				input[type="button"].icon,
				input[type="submit"].icon,
				input[type="reset"].icon,
				button.icon,
				.button.icon {
					padding-right: 0.75em !important;
				}

					input[type="button"].icon:before,
					input[type="submit"].icon:before,
					input[type="reset"].icon:before,
					button.icon:before,
					.button.icon:before {
						margin-right: 0.5em;
						top: 0.05em;
					}

		/* Box */

			.box {
				padding: 15px 15px 15px 15px;
				margin: 0;
			}

				.box.feature {
					margin: 20px 0 0 0 !important;
					padding: 0;
				}

					.box.feature .inner {
						padding: 30px 15px 30px 15px;
					}

					.box.feature p {
						margin: 0;
					}

					.box.feature .image {
						position: relative;
						margin: 0;
					}

						.box.feature .image img {
							border-bottom-left-radius: 0;
							border-bottom-right-radius: 0;
						}

		/* Widgets */

			.widget.thumbnails .image {
				margin: 0;
			}

			.widget.thumbnails .x {
				padding: 1em 0.5em 0 0;
			}

			.widget.thumbnails .y {
				padding: 1em 0 0 0.5em;
			}

			.widget.thumbnails .row:first-child .x, .widget.thumbnails .row:first-child .y {
				padding-top: 0;
			}

		/* Wrappers */

			

		

			#main-wrapper, #footer-wrapper {
				padding: 40px 30px 40px 30px;
			}

		

		/* Content */

			#content {
				padding-bottom: 3em;
			}

	

	}
	
	
  
 /* Enhanced form styling */
 form input[type="text"],
form input[type="email"],
form textarea {
  border: 2px solid #99aabc;          /* stronger blue border */
  background-color: #fff;             /* pure white background */
  padding: 10px 15px;                 /* comfortable padding */
  border-radius: 6px;                 /* smooth rounded corners */
  width: 100%;                        /* your preferred width */
  box-sizing: border-box;            /* include padding in width */
  font-size: 1em;                    /* readable font size */
  color: #333;                      /* dark text color */
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none;                  /* no shadow by default */
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #2a333d;             /* darker blue on focus */
  box-shadow: 0 0 5px rgba(27, 32, 39, 0.5); /* subtle glow */
  background-color: #fff;             /* ensure background stays white */
  outline: none;
}


/* Submit button */
form input[type="submit"] {
  background-color: #2f5881;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
  background-color: #2673cc;
}



/* 1. Reset top & bottom white space */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	height: 100%;
}


 


	#header-content {
	  transform: translate(-50%, -50%) scale(0.7); /* scale down more */
	  gap: 5px; /* reduce gap */
	}
	
	#header-content h1 {
	  font-size: 1.5em !important; /* smaller heading */
	}
	#header-content p {
	  font-size: 0.9em !important; /* smaller subtitle */
	}


	
	
	
	  

	
	

/* Footer overall style */
#footer-wrapper {
    background-color: #002b45; /* Dark navy */
    color: #ffffff;
    padding: 3rem 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; /* Make font thicker overall */
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Footer columns */
  .footer-column {
    flex: 1;
    min-width: 200px;
  }
  
  .footer-column h3 {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .footer-column ul.style2 {
    list-style: none;
    padding: 0;
  }
  
  .footer-column ul.style2 li {
    margin-bottom: 0.8rem;
  }
  
  .footer-column ul.style2 li a {
    color: #cce5ff;
    text-decoration: none;
    font-weight: 600; /* Thicker links */
    transition: color 0.3s ease;
  }
  
  .footer-column ul.style2 li a:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  
  /* Social Icons */
  .social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  
  .social-icons li a.icon {
    font-size: 1.6rem;
    transition: transform 0.2s, color 0.3s;
  }
  
  /* Brand colors */
  .social-icons li a.icon.fa-twitter {
    color: #1DA1F2;
  }
  .social-icons li a.icon.fa-facebook-f {
    color: #1877F2;
  }
  .social-icons li a.icon.fa-instagram {
    color: #E1306C;
  }
  .social-icons li a.icon.fa-linkedin {
    color: #0A66C2;
  }
  
  .social-icons li a.icon:hover {
    transform: scale(1.2);
    opacity: 0.85;
  }
  
  /* Footer bottom line */
  .footer-bottom {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
    font-weight: 600; /* Thicker font */
    color: #d1e0ff92; /* Slightly brighter */
  }
  body {
    font-family: 'Open Sans', sans-serif;
    background:  #e8f0f9;
    margin: 0;
    padding: 0;
    color: #2c2c2c;
	padding-top: 60px; /* Same as your nav height */

  }
  
  
  /* Responsive layout fix */
  @media (max-width: 768px) {
	#main-wrapper {
	  padding: 2rem 1rem;
	}
  
	#main-wrapper h2 {
	  font-size: 1.6rem;
	}
  
	#main-wrapper p {
	  font-size: 2rem;
	}
  }
  
  /* General h2 styling for main content */
#sidebar h2,
#content h2 {
  font-family: 'Georgia', serif;
  font-weight: 700;
  font-size: 2rem;
  color: #023047;  /* Dark blue shade */
  margin-bottom: 1rem;
  padding-bottom: 0.3rem;
  border-bottom: 3px solid #2196f3; /* subtle underline */
  background: none; /* Remove any background layers */
  box-shadow: none; /* Remove any shadows */
}



.box.feature {
	padding: 1em !important;
	margin-bottom: 1em !important;
  }
  
  .box.feature .image.featured {
	margin-bottom: 0.5em !important;
  }
  
  .box.feature .inner {
	padding: 0 !important;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #333; /* Optional: match content color */
  }
  
  .box.feature header {
	margin: 0 !important;
  }
  
  .box.feature h2 {
	margin-bottom: 0.4em !important;
	margin-top: 1em;
	color: #023047; 

  }
  
  .box.feature p {
	margin: 0 !important;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #023047; 
	margin-bottom: 1.5rem;
	font-weight: 400;
  }

  header.major {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1.5em;
  }
  
  header.major h2 {
	font-size: 2em;
	padding: 0.4em 0.8em;
	background-color: #f0f4f8;
	border-radius: 6px;
	display: inline-block;
	color: #2c3e50;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);

  }
  
  
	/* Logo container */
#logo {
	position: absolute; /* consistent with homepage */
	top: .5em;         /* same vertical alignment */
	left: 4.5em;
	z-index: 2;
	transform: translateY(70px);  /* moves logo down 30px */

  }
  
  /* Logo image with glow */
  #logo img {
	height: 170px !important; /* force smaller height */
	width: auto;
	height: auto;

  
	/* Glow effect */

	filter:
    drop-shadow(0 0 15px #98d6f5);  opacity: 0.95;

	transition: transform 0.3s ease, filter 0.3s ease;

  }
  
  #logo:hover img {
	transform: scale(1.05);
	filter:
    drop-shadow(0 0 12px #98d6f5)
    drop-shadow(0 0 25px #98d6f5);  }


	
  #nav {
	z-index: 10000 !important;
  }
  #page-logo {
	position: absolute;
	top: 9em;
	left: 50%;
	z-index: 2;
	transform: translateY(-45px);

  }
  
 

  #banner-section {
	position: relative;
	width: 100vw;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	color: white;
	text-align: center;
	overflow: hidden;

	/* Combine gradient overlay with background image */
	background:
		url('images/reload.jpeg') no-repeat center center/cover;
	background-position: center 80%;
	background-color: #123456; /* fallback background */

}


  


@media (max-width: 768px) {
  /* Header stacking & spacing */
  #header {
    flex-wrap: wrap;
    padding: 1rem;
  }

  /* Logo smaller and centered */
  .logo {
    font-size: 1.3rem;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  
  /* Banner padding & font size adjustments */
  #banner-section {
    padding: 4rem 1rem 3rem;
  }

  #banner-section h1 {
    font-size: 1.8rem;
  }

  #banner-section p {
    font-size: 1rem;
  }
}



#banner-section {
	position: relative;
	width: 100vw;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	overflow: hidden;
  
	background: url('images/reload.jpeg') no-repeat center center/cover;
	background-position: center 80%;
	background-color: #123456; /* fallback */
	clip-path: polygon(
		0 0,
		100% 0,
		100% 75%,
		70% 100%,
		0 100%
	  );
	  
  background-color: #123456; /* same as curve or image bottom */

  }
  
 
  
  .logo-link {
	display: inline-block;
	text-decoration: none;
  }
 
  
  .logo-text {
	margin: 0;
	padding-top: 110px; /* Adjust this to lower or raise the text */
	font-size: 1.5rem;
	font-weight: 700;
	color: #fafcfc; /* neon blue glow base color */
	line-height: 1;
	text-shadow:
    0 0 5px #00e0ff,
    0 0 5px #208095,
    0 0 10px #7abbed,
    0 0 10px #4da0aa,
    0 0 10px #25687d;
  }


  @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap');

  .logo-text {
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
  }
	
  
  
/* Base styles assumed already in place */

/* Small devices (phones) */
@media (max-width: 480px) {
	/* Banner adjustments */
	#banner-section {
	  height: 180px; /* reduce banner height */
	  padding: 0 1em;
	}
  
	/* Logo container centered and smaller */
	#page-logo {
	  position: absolute;
	  top: 1.5em;
	  left: 50%;
	  transform: translateX(-50%);
	  z-index: 10;
	}
  
	/* Logo text smaller and responsive */
	.logo-text {
	  font-size: 1.8rem;
	  white-space: nowrap; /* prevent wrapping */
	}
}

/* === NAVIGATION RESPONSIVE FIX — SAFE OVERRIDE ONLY === */

/* Prevent nav from pushing hero down */
body {
	margin-top: 0 !important;
	padding-top: 0 !important;
  }
  
 
  /* ✅ Tablet - 2 columns */
@media (max-width: 992px) {
	.footer-content {
	  justify-content: space-between;
	}
  
	.footer-column {
	  flex: 1 1 calc(50% - 2rem); /* 2 per row */
	  min-width: 220px;
	}
  }
  
  /* ✅ Mobile - 1 column */
  @media (max-width: 600px) {
	.footer-content {
	  flex-direction: column;
	  gap: 2.5rem; /* space between stacked sections */
	}
  
	.footer-column {
	  flex: 1 1 100%;
	  min-width: unset;
	}
  
	.social-icons {
	  justify-content: flex-start;
	}
  }
  /* ===== Tablet (max-width: 768px) ===== */
@media (max-width: 768px) {
	#page-logo {
	  top: 6.5em; /* lowers it a bit */
	  transform: translate(-50%, -40%);
	}
  
	#page-logo .logo-text {
	  font-size: 2rem; /* smaller, balanced size */
	  line-height: 1.2;
	}
  }
  
  /* ===== Mobile (max-width: 480px) ===== */
  @media (max-width: 480px) {
	#page-logo {
	  top: 5.5em; /* move slightly lower */
	  transform: translate(-50%, -35%);
	}
  
	#page-logo .logo-text {
	  font-size: 1.5rem; /* fits nicely on phones */
	  line-height: 1.1;
	  letter-spacing: 1px;
	}
  }
  


  
  




  
/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
	#logo {
	  left: 3em;               /* move slightly left for smaller screens */
	  top: 0.3em;              /* adjust vertical alignment */
	  transform: translateY(50px); /* adjust downward movement */
	}
  
	#logo img {
	  height: 200px !important; /* smaller logo */
	}
  }
  
  /* Mobile (max-width: 480px) */
  @media (max-width: 480px) {
	#logo {
	  left: 2em;               /* even closer to left edge */
	  top: 0.2em;
	  transform: translateY(40px); /* move down less */
	}
  
	#logo img {
	  height: 150px !important; /* smallest logo for phones */
	}
  }
  


  /* === LOGO INSIDE NAV LEFT === */
#nav {
	display: flex;
	justify-content: space-between; /* logo left, links right */
	align-items: center;
	background: #002845;
	height: 70px;
	padding-right: 2rem; /* keep right padding for nav links */
    padding-left: 0;     /* remove left padding for logo */
	padding: 0 2rem; /* 2rem gap on both sides */

  }
  
  /* === LOGO INSIDE NAV LEFT (UPDATED SIZE) === */
#nav-logo {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	height: 100%; /* ensures vertical centering */
	margin-left: 2rem; /* same as nav's right padding */


  }
  
  /* Increase logo size */
  #nav-logo img {
	height: 220px; 
	width: auto;
	max-height: 120px; /* prevents overflow if screen is smaller */
	object-fit: contain;
  margin-top: 1.1rem;
  margin-left: 0px;
  filter: drop-shadow(0 0 5px rgba(0, 255, 247, 0.5));  /* softer glow */
  transition: transform 0.3s ease, filter 0.3s ease;
  }
  
  /* Slight hover glow effect (optional but elegant) */
  #nav-logo:hover img {
	transform: scale(1.05);
  }
  
  /* Optional brand name beside logo */
  #nav-logo span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #00fff7;
	letter-spacing: 1px;
	font-size: 1.3rem;
  }
  
  
  /* Make sure links align cleanly beside logo */
  #nav ul {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0;
	padding: 0;
  }
  #nav-logo, #nav ul {
    margin: 0; /* remove any extra margin */
}






/* Base desktop nav stays unchanged */
nav ul {
	display: flex;
	gap: 2rem;
	list-style: none;
  }
  
  nav ul li {
	position: relative;
  }
  
  nav ul li ul {
	display: none; /* dropdown hidden by default */
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	background: #fff;
	padding: 1rem;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  }
  
  nav ul li:hover ul {
	display: block; /* show dropdown on hover desktop */
  }
  
  /* --------- MOBILE RESPONSIVENESS --------- */
  @media (max-width: 850px) {
  
	/* Hamburger button */
	.nav-toggle {
	  display: block;
	  font-size: 2rem;
	  cursor: pointer;
	  position: absolute;
	  right: 20px;
	  top: 15px;
	  user-select: none;
	}
  
	/* Hide desktop nav by default on mobile */
	nav ul {
	  display: none;
	  flex-direction: column;
	  width: 100%;
	  background: #fff;
	  position: absolute;
	  top: 60px; /* adjust depending on header height */
	  left: 0;
	  padding: 1rem 0;
	  gap: 1rem;
	  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
	}
  
	/* Show menu when active */
	nav ul.active {
	  display: flex;
	}
  
	/* Mobile dropdowns */
	nav ul li ul {
	  position: static;
	  display: none;
	  padding-left: 1rem;
	  box-shadow: none;
	  background: none;
	}
  
	nav ul li.open ul {
	  display: block;
	}
  
	/* Center links on mobile */
	nav ul li a {
	  display: block;
	  text-align: center;
	}
  }
  









  /* ======= NAV OVERRIDE: FIX HORIZONTAL LAYOUT ON ALL SCREENS ======= */

/* Force nav container */
#nav {
    display: flex !important;
    justify-content: space-between !important; /* logo left, links right */
    align-items: center !important;
    height: 70px !important;
    padding: 0 2rem !important;
}

/* Force nav links horizontal */
#nav ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
}

/* Force nav items block display */
#nav ul li {
    display: block !important;
    position: relative !important;
}

/* Force dropdown positioning */
#nav ul li ul {
    display: none !important; /* hide by default */
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #003a63 !important;
    padding: 0.6rem 0 !important;
    min-width: 200px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.6) !important;
    z-index: 5000 !important;
}

/* Show dropdown on hover */
#nav ul li:hover > ul,
#nav ul li:focus-within > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Force links styles */
#nav ul li a,
#nav ul li span {
    display: inline-block !important;
    text-align: center !important;
}

/* Optional: keep hamburger visible if needed */
.nav-toggle {
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    top: 15px !important;
    cursor: pointer !important;
    font-size: 2rem !important;
}



/* ======= CLEAN NAV RESET: REMOVE PANEL/TOGGLE & MEDIA INTERFERENCE ======= */

/* Base nav container */
#nav {
    display: flex !important;
    justify-content: space-between !important; /* logo left, links right */
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 70px !important;
    padding: 0 2rem !important;
    background: #002845 !important;
    box-shadow: 0 2px 12px rgba(0, 40, 70, 0.8) !important;
    z-index: 10000 !important;
}

/* Nav list: horizontal & flex */
#nav ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Nav items */
#nav ul li {
    display: block !important;
    position: relative !important;
}

/* Nav links */
#nav ul li a,
#nav ul li span {
    display: inline-block !important;
    text-align: center !important;
    color: #a3f0ff !important;
    padding: 0.8rem 1.3rem !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em !important;
}

/* Dropdown menus */
#nav ul li ul {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #003a63 !important;
    padding: 0.6rem 0 !important;
    min-width: 0 !important; /* let it size to content */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.6) !important;
    z-index: 5000 !important;
}

/* Show dropdown on hover/focus */
#nav ul li:hover > ul,
#nav ul li:focus-within > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Remove any old nav-toggle or navPanel styles */
.nav-toggle,
#navPanel {
    display: none !important;
}

/* Force logo and links alignment */
#nav-logo {
    display: flex !important;
    align-items: center !important;
    gap: 0.8rem !important;
    height: 100% !important;
    margin-left: 0 !important;
}
#nav-logo img {
    height: auto !important;
    max-height: 120px !important;
    width: auto !important;
}



/* ==========================
   DESKTOP NAV (ALL SCREEN SIZES)
========================== */
#nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 0 2rem;
    background: #002845;
    box-shadow: 0 2px 12px rgba(0,40,70,0.8);
    z-index: 10000;
}

#nav-logo {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

#nav-logo img {
    height: auto;
    max-height: 120px;
    width: auto;
}

#nav ul {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    position: relative;
}

#nav ul li a,
#nav ul li span {
    display: inline-block;
    padding: 0.8rem 1.3rem;
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #a3f0ff;
    text-decoration: none;
    text-align: center;
}

/* Dropdown menu */
#nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #003a63;
    min-width: 0 !important; /* let it size to content */
    padding: 0.6rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 5000;
}

#nav ul li:hover > ul,
#nav ul li:focus-within > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===== MOBILE FRIENDLY DROPDOWN ===== */
@media (max-width: 768px) {
    /* Stack nav items vertically */
    #nav ul {
        flex-direction: column;
        display: none; /* hidden by default */
        width: 100%;
        background: #002845;
        position: absolute;
        top: 70px; /* height of nav */
        left: 0;
        padding: 1rem 0;
    }

    /* Show nav when active */
    #nav ul.active {
        display: flex;
    }

    /* Add hamburger button */
    .nav-toggle {
        display: block;
        cursor: pointer;
        font-size: 2rem;
        color: #00fff7;
        z-index: 10001;
    }

    #nav ul li a,
    #nav ul li span {
        text-align: left;
        width: 100%;
    }

    /* Mobile dropdowns */
    #nav ul li ul {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none; /* hidden until parent clicked */
        background: #003a63;
        padding-left: 1rem;
    }

    #nav ul li.open > ul {
        display: flex;
        flex-direction: column;
    }
}



  /* === MOBILE NAVIGATION FIX === */
@media (max-width: 850px) {

	/* Make nav stack and keep logo visible */
	#nav {
	  flex-wrap: wrap;
	  justify-content: space-between;
	  padding: 0 1rem;
	  height: auto;
	}
  
	/* Show hamburger icon */
	.nav-toggle {
	  display: block;
	  cursor: pointer;
	  font-size: 2rem;
	  color: #00fff7;
	  position: absolute;
	  right: 1.2rem;
	  top: 1.2rem;
	  z-index: 10001;
	}
  
	/* Hide the nav links by default */
	#nav ul {
	  display: none;
	  flex-direction: column;
	  width: 100%;
	  background: #002845;
	  padding: 1rem 0;
	  position: absolute;
	  top: 70px; /* just under the fixed nav bar */
	  left: 0;
	  gap: 0.5rem;
	  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
	  border-top: 1px solid #00fff7;
	}
  
	/* When active (menu open) */
	#nav ul.active {
	  display: flex;
	}
  
	/* Center links & make them touch-friendly */
	#nav ul li a {
	  display: block;
	  text-align: center;
	  width: 100%;
	  padding: 0.8rem;
	  font-size: 1rem;
	}
  
	/* Mobile dropdown support */
	#nav ul li ul {
	  position: static;
	  display: none;
	  background: #003a63;
	  padding-left: 1rem;
	}
  
	#nav ul li.open > ul {
	  display: flex;
	  flex-direction: column;
	}
  }

  
  /* === FINAL RESPONSIVE NAV FIX === */
@media (max-width: 850px) {

	/* Make sure nav wraps properly */
	#nav {
	  display: flex !important;
	  flex-wrap: wrap !important;
	  justify-content: space-between !important;
	  align-items: center !important;
	  padding: 0 1rem !important;
	  height: auto !important;
	  position: fixed !important;
	  top: 0 !important;
	  left: 0 !important;
	  right: 0 !important;
	  background: #002845 !important;
	  z-index: 10000 !important;
	}
  
	/* Show hamburger icon */
	.nav-toggle {
	  display: block !important;
	  cursor: pointer !important;
	  font-size: 2rem !important;
	  color: #00fff7 !important;
	  position: absolute !important;
	  right: 1rem !important;
	  top: 1rem !important;
	  z-index: 10001 !important;
	}
  
	/* Hide nav links by default */
	#nav ul {
	  display: none !important;
	  flex-direction: column !important;
	  width: 100% !important;
	  background: #002845 !important;
	  position: absolute !important;
	  top: 70px !important;
	  left: 0 !important;
	  padding: 1rem 0 !important;
	  gap: 0.5rem !important;
	  box-shadow: 0 8px 20px rgba(0,0,0,0.5) !important;
	  border-top: 1px solid #00fff7 !important;
	}
  
	/* Show links when active */
	#nav ul.active {
	  display: flex !important;
	}
  
	/* Make links full width and center text */
	#nav ul li a {
	  display: block !important;
	  width: 100% !important;
	  text-align: center !important;
	  font-size: 1rem !important;
	  padding: 0.8rem 0 !important;
	}
  
	/* Hide dropdowns on mobile for now */
	#nav ul li ul {
	  display: none !important;
	}
  }

  


  @media (max-width: 850px) {

	/* Style the dropdown when hamburger is clicked */
	#nav ul.active {
	  position: absolute !important;
	  top: 70px !important; /* just below the nav bar */
	  right: 1rem !important; /* anchor to the right edge */
	  left: auto !important;
	  width: 65% !important; /* smaller width for right-side dropdown */
	  background: rgba(0, 40, 70, 0.98) !important;
	  padding: 1rem 0.5rem !important;
	  border-radius: 10px 0 0 10px !important; /* rounded left side */
	  display: flex !important;
	  flex-direction: column !important;
	  align-items: flex-start !important;
	  box-shadow: -4px 6px 18px rgba(0, 0, 0, 0.5) !important;
	  z-index: 9999 !important;
	}
  
	/* Make links look neat inside the panel */
	#nav ul li a {
	  display: block !important;
	  width: 100% !important;
	  text-align: left !important;
	  padding: 0.8rem 1.5rem !important;
	  color: #a3f0ff !important;
	}
  
	#nav ul li a:hover {
	  background: #00fff733 !important;
	}
  }
  #nav ul {
	transition: all 0.3s ease-in-out !important;
	right: -100% !important;
  }
  
  #nav ul.active {
	right: 1rem !important;
  }
  @media (max-width: 850px) {

	/* Clean, compact dropdown panel */
	#nav ul.active {
	  position: absolute !important;
	  top: 70px !important;           /* below navbar */
	  right: 0.5rem !important;       /* close to hamburger */
	  left: auto !important;          /* override any left:0 rules */
	  width: 120px !important;        /* narrow, fixed width */
	  background: rgba(0, 40, 70, 0.97) !important;
	  border-radius: 10px 0 0 10px !important;
	  display: flex !important;
	  flex-direction: column !important;
	  align-items: stretch !important;
	  box-shadow: -4px 6px 18px rgba(0,0,0,0.5) !important;
	  padding: 0.8rem 0 !important;
	  z-index: 9999 !important;
	}
  
	/* Make links full-width inside narrow panel */
	#nav ul li a {
	  width: 100% !important;
	  text-align: left !important;
	  padding: 0.7rem 1rem !important;
	  color: #a3f0ff !important;
	  border-radius: 0 !important;
	}
  
	/* Subtle hover effect */
	#nav ul li a:hover {
	  background: #00fff733 !important;
	}
  }
	  


  @media (max-width: 850px) {

	/* Make the menu panel scrollable */
	#nav ul.active {
	  max-height: 80vh !important;   /* panel height limited to screen */
	  overflow-y: auto !important;   /* allow scrolling */
	  scrollbar-width: thin;         /* nice thin scrollbar for Firefox */
	}
  
	/* Optional: hide scrollbar for WebKit browsers */
	#nav ul.active::-webkit-scrollbar {
	  width: 4px;
	}
	#nav ul.active::-webkit-scrollbar-thumb {
	  background: #00fff7;
	  border-radius: 4px;
	}
  
	/* Submenu styling */
	#nav ul li ul {
	  display: none;
	  flex-direction: column;
	  background: #003a63;
	  width: 100%;
	  padding-left: 1rem;
	  border-left: 2px solid #00fff7;
	}
  
	#nav ul li.open > ul {
	  display: flex;
	}
  
	/* Indent submenu links */
	#nav ul li ul li a {
	  font-size: 0.9rem;
	  padding: 0.5rem 1rem;
	}
  }
  


  #banner-section {
	position: relative;
	width: 100%;
	min-height: 350px; /* responsive minimum height */
	height: 40vh;      /* optional if you want viewport-relative height */
	padding: 2rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	overflow: hidden;

	background: url('images/reload.jpeg') no-repeat center/cover;
	background-position: center 80%;
	background-color: #123456;
	clip-path: polygon(
	  0 0,
	  100% 0,
	  100% 75%,
	  70% 100%,
	  0 100%
	);
}

  /* Logo container */
  #page-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem; /* space below logo */
	max-width: 250px;
	width: 20%;
  }
  
  /* Logo text */
  .logo-text {
	font-family: 'Orbitron', sans-serif;
	font-weight: 600;
	font-size: 1.5rem;
	color: #fafcfc;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow:
	  0 0 5px #00e0ff,
	  0 0 8px #208095,
	  0 0 12px #7abbed;
	margin-top: 0.5rem;
	white-space: nowrap;
  }
  
  /* Banner H1 & Paragraph */
  #banner-section h1 {
	font-size: 2rem;
	margin: 0.5rem 0;
  }
  
  #banner-section p {
	font-size: 1rem;
	max-width: 80%;
	margin: 0.5rem 0;
  }
  
  /* ===== MEDIA QUERIES ===== */
  
  /* Tablets */
  @media (max-width: 768px) {
	#banner-section {
	  min-height: 400px; /* slightly taller for stacked content */
	  padding: 2.5rem 1rem;
	}
  
	#page-logo {
	  max-width: 180px;
	  width: 30%;
	}
  
	.logo-text {
	  font-size: 1.3rem;
	}
  
	#banner-section h1 {
	  font-size: 1.6rem;
	}
  
	#banner-section p {
	  font-size: 0.95rem;
	}
  }
  
  /* Small phones */
  @media (max-width: 480px) {
	#banner-section {
	  min-height: 450px; /* more space for stacked logo + text */
	  padding: 3rem 1rem;
	}
  
	#page-logo {
	  max-width: 140px;
	  width: 40%;
	}
  
	.logo-text {
	  font-size: 1.1rem;
	}
  
	#banner-section h1 {
	  font-size: 1.4rem;
	}
  
	#banner-section p {
	  font-size: 0.9rem;
	}
  }
   


/* Media Queries for smaller screens */
@media (max-width: 1024px) {
	#banner-section {
	  height: 60vh;
	  padding: 1.5rem 1rem;
	  clip-path: polygon(
		0 0,
		100% 0,
		100% 80%,
		70% 100%,
		0 100%
	  );
	}
  }
  
  @media (max-width: 768px) {
	#banner-section {
	  height: 50vh;
	  padding: 1rem 0.5rem;
	  clip-path: polygon(
		0 0,
		100% 0,
		100% 85%,
		70% 100%,
		0 100%
	  );
	}
  }
  
  @media (max-width: 480px) {
	#banner-section {
	  height: 40vh;
	  padding: 0.5rem 0.5rem;
	  clip-path: polygon(
		0 0,
		100% 0,
		100% 90%,
		70% 100%,
		0 100%
	  );
	}
  
	#banner-section h1 {
	  font-size: 1.5rem; /* smaller heading */
	}
  
	#banner-section p {
	  font-size: 1rem;   /* smaller paragraph */
	}
  }

  /* Logo container */
#page-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem; /* space below logo */
	max-width: 250px;
	width: 20%;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
	#page-logo {
	  width: 35%;        /* increase relative width on medium screens */
	  max-width: 180px;  /* smaller max-width */
	  margin-bottom: 0.75rem;
	}
  
	.logo-text {
	  font-size: 1.2rem; /* slightly smaller text */
	}
  }
  
  @media (max-width: 480px) {
	#page-logo {
	  width: 50%;        /* smaller screen, logo smaller */
	  max-width: 120px;  /* limit size */
	  margin-bottom: 0.5rem;
	}
  
	.logo-text {
	  font-size: 1rem;   /* smaller text */
	}
  }
  
/* Medium screens */
@media (max-width: 1024px) {
	#banner-section {
	  background-size: 90%;        /* slightly smaller */
	  background-position: center 70%;
	  height: 35vh;                /* slightly shorter banner */
	}
  }
  
  /* Tablets / small laptops */
  @media (max-width: 768px) {
	#banner-section {
	  background-size: 100%;       /* scale to fit container width */
	  background-position: center 60%;
	  height: 30vh;
	  padding: 1.5rem 1rem;
	}
  }
  
  /* Mobile */
  @media (max-width: 480px) {
	#banner-section {
	  background-size: 120%;       /* smaller image appears smaller */
	  background-position: center 50%;
	  height: 25vh;
	  padding: 1rem 0.5rem;
	}
  
	#banner-section h1 {
	  font-size: 1.5rem;
	}
  
	#banner-section p {
	  font-size: 1rem;
	}
  }/* Smaller screens */
@media (max-width: 768px) {
	#banner-section {
	  height: 30vh;           /* smaller banner */
	}
	
  }
  
  @media (max-width: 480px) {
	#banner-section {
	  height: 25vh;           /* even smaller banner */
	}
  }#banner-section {
	background-image: url('images/reload.jpeg');
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: cover;
	height: 40vh;
	min-height: 350px;
  }
  








  #nav {
    height: 100px !important;   /* increased space */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

#nav-logo img {
	max-height: none !important;
    height: 150px !important;   /* change this to whatever size you want */
    width: auto !important;
}

#nav-logo {
    display: flex;
    align-items: center;
}


/* Footer scaling for large screens (≥1400px) */
@media (min-width: 1400px) {

	#footer-wrapper {
	  padding: 4rem 3rem !important;  /* more padding */
	  font-size: 1.5rem !important;   /* overall bigger text */
	}
  
	#footer-wrapper .footer-column h3 {
	  font-size: 1.9rem !important;   /* headings bigger */
	}
  
	#footer-wrapper .footer-column ul.style2 li {
	  font-size: 1.3rem !important;   /* links bigger */
	  margin-bottom: 1.5rem !important;
	}
  
	#footer-wrapper .footer-column ul.style2 li a {
	  font-size: 1.5rem !important;   /* make links match */
	}
  
	#footer-wrapper .social-icons li a.icon {
	  font-size: 2.5rem !important;   /* bigger social icons */
	}
  
	#footer-wrapper .footer-bottom {
	  font-size: 1.9rem !important;   /* bigger copyright text */
	}
  
  }
  

  /* ============================
   LARGE DESKTOP 1400px+
   Make nav area, logo, and links bigger
============================ */
@media (min-width: 1400px) {

    /* NAV BAR HEIGHT */
    #nav {
        height: 155px !important;        /* bigger header */
        padding: 0 2.8rem !important;   /* more breathing room */
    }

    /* LOGO AREA */
    #nav-logo img {
        max-height: 180px !important;   /* bigger logo */
        height: 180px !important;
        margin-top: 0.5rem !important;
    }

    /* If you use brand text next to logo */
    #nav-logo span {
        font-size: 1.6rem !important;
        letter-spacing: 1.5px !important;
    }

    /* NAV LINKS */
    #nav ul li a,
    #nav ul li span {
        font-size: 1.15rem !important;  /* slightly larger text */
        padding: 1rem 1.6rem !important; /* bigger click area */
    }

    /* DROPDOWN MENU */
    #nav ul li ul {
        padding: 0.8rem 0 !important;
    }

    #nav ul li ul li a {
        font-size: 1.05rem !important;
        padding: 0.8rem 1.3rem !important;
    }
}
/* iPhone 8 Plus: reduce hero image height */
@media (max-width: 425px) {
	#banner-section {
	  height: 150px; /* actual visible height */
	  background-size: cover; /* ensure it fills area */
	  background-position: center 50%; /* center image vertically */
	  clip-path: polygon(
		0 0,
		100% 0,
		100% 75%,
		70% 100%,
		0 100%
	  ); /* keep shape but compress it */
	}
  }
  