@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

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: 115%;
	font: inherit;
	vertical-align: baseline;
	/*text-shadow: 2px 2px 5px rgba(0, 0, 0, 1); */
	}

code {
  font-family: 'Courier New', Courier, monospace;
  background-color: #2e2e2e;
  padding: 2px 4px;
  border-radius: 4px;
}

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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

strong, b {
  font-weight: bold !important; /* Force boldness */
}


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 */

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #fff;
		position: relative;
		overflow-y: visible;
		width: 100vw;
	}

	body.index-page {
		background: #fff;
		overflow: hidden;
		height: 100%;
	}


		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;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 15pt;
		font-weight: 400 !important;
		letter-spacing: -0.025em;
		line-height: 1.75em;
		margin: 0;
		height: 100%;
	}

	a {
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		color: inherit;
		outline: 0;
		text-decoration: none;
	}

		a:hover {
			border-color: transparent;
		}

/* Icon */

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

		.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;
			box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
		}

		.icon > .label {
			display: none;
		}
		

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

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

/* Wrapper */

	@-moz-keyframes wrapper {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes wrapper {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes wrapper {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes wrapper {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#wrapper {
		-moz-animation: wrapper 3s forwards;
		-webkit-animation: wrapper 3s forwards;
		-ms-animation: wrapper 3s forwards;
		animation: wrapper 3s forwards;
		height: 100vh;
		opacity: 0;
		position: relative;
		top: 0;
		width: 100%;
		overflow-y: hidden;
		display: flex;
		flex-direction: column;
	}

	#index-wrapper {
		-moz-animation: wrapper 3s forwards;
		-webkit-animation: wrapper 3s forwards;
		-ms-animation: wrapper 3s forwards;
		animation: wrapper 3s forwards;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}



/* BG */

	#bg {
		-moz-animation: bg 60s linear infinite;
		-webkit-animation: bg 60s linear infinite;
		-ms-animation: bg 60s linear infinite;
		animation: bg 60s linear infinite;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	/* Set your background with this */

		background: #348cb2 url("images/bg.jpg") bottom left;
		background-repeat: repeat-x;
		height: 100%;
		left: 0;
		opacity: 1;
		position: fixed;
		top: 0;
	}

	@-moz-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-webkit-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-ms-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	#bg {
		background-size: 2250px auto;
		width: 6750px;
	}

/* Overlay */

	@-moz-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes overlay {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#overlay {
		-moz-animation: overlay 1.5s 1.5s forwards;
		-webkit-animation: overlay 1.5s 1.5s forwards;
		-ms-animation: overlay 1.5s 1.5s forwards;
		animation: overlay 1.5s 1.5s forwards;
		background-attachment: fixed, fixed;
		background-image: url("images/overlay-pattern.png"), url("images/overlay.svg");
		background-position: top left, center center;
		background-repeat: repeat, no-repeat;
		background-size: auto, cover;
		height: 100%;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

/* Main */

	main {
		height: 100vh;
		left: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		text-align: center;
		top: 0;
		width: 100%;
		margin-top: 0;
		padding-top: calc(var(--topbar-height, 70px));
		overflow-y: scroll;
		clip-path: inset(70px 0 0 0);
		align-items: center;
	}

	#main.main-index {
		height: 100%;
		left: 0;
		display: flex;
		position: relative !important;
		justify-content: center;
		align-items: center;
		text-align: center;
		top: 0;
		width: 100%;
	}



		#main:before {
			content: '';
			display: inline-block;
			height: 100%;
			margin-right: 0;
			vertical-align: middle;
			width: 1px;
		}

/* Header */

	@-moz-keyframes header {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes header {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes header {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes header {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-moz-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes nav-icons {
		0% {
			-moz-transform: translate3d(0,1em,0);
			-webkit-transform: translate3d(0,1em,0);
			-ms-transform: translate3d(0,1em,0);
			transform: translate3d(0,1em,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}
	
	
	
	
	
	#header {
		-moz-animation: header 1s 2.25s forwards;
		-webkit-animation: header 1s 2.25s forwards;
		-ms-animation: header 1s 2.25s forwards;
		animation: header 1s 2.25s forwards;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
		display: flex;
		flex-direction: column;
		opacity: 0;
		position: fixed;
		text-align: center;
		align-items: center;
		justify-items: center;
		width: 90%;
		height: fit-content;
	}

		#header h1 {
			font-size: 4.35em;
			font-weight: 900;
			letter-spacing: -0.035em;
			line-height: 1em;
		}

		#header p {
			font-size: 1.25em;
			margin: 0.75em 0 0.25em 0;
			opacity: 0.75;
		}

		#header nav {
			margin: 1.0em 0 0 0;
		}

			#header nav li {
				-moz-animation: nav-icons 0.5s ease-in-out forwards;
				-webkit-animation: nav-icons 0.5s ease-in-out forwards;
				-ms-animation: nav-icons 0.5s ease-in-out forwards;
				animation: nav-icons 0.5s ease-in-out forwards;
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
				display: inline-block;
				height: 5.35em;
				line-height: 5.885em;
				opacity: 0;
				position: relative;
				top: 0;
				width: 5.35em;
			}

				#header nav li:nth-child(1) {
					-moz-animation-delay: 2.5s;
					-webkit-animation-delay: 2.5s;
					-ms-animation-delay: 2.5s;
					animation-delay: 2.5s;
				}

				#header nav li:nth-child(2) {
					-moz-animation-delay: 2.75s;
					-webkit-animation-delay: 2.75s;
					-ms-animation-delay: 2.75s;
					animation-delay: 2.75s;
				}

				#header nav li:nth-child(3) {
					-moz-animation-delay: 3s;
					-webkit-animation-delay: 3s;
					-ms-animation-delay: 3s;
					animation-delay: 3s;
				}

				#header nav li:nth-child(4) {
					-moz-animation-delay: 3.25s;
					-webkit-animation-delay: 3.25s;
					-ms-animation-delay: 3.25s;
					animation-delay: 3.25s;
				}

				#header nav li:nth-child(5) {
					-moz-animation-delay: 3.5s;
					-webkit-animation-delay: 3.5s;
					-ms-animation-delay: 3.5s;
					animation-delay: 3.5s;
				}

				#header nav li:nth-child(6) {
					-moz-animation-delay: 3.75s;
					-webkit-animation-delay: 3.75s;
					-ms-animation-delay: 3.75s;
					animation-delay: 3.75s;
				}

				#header nav li:nth-child(7) {
					-moz-animation-delay: 4s;
					-webkit-animation-delay: 4s;
					-ms-animation-delay: 4s;
					animation-delay: 4s;
				}

				#header nav li:nth-child(8) {
					-moz-animation-delay: 4.25s;
					-webkit-animation-delay: 4.25s;
					-ms-animation-delay: 4.25s;
					animation-delay: 4.25s;
				}

				#header nav li:nth-child(9) {
					-moz-animation-delay: 4.5s;
					-webkit-animation-delay: 4.5s;
					-ms-animation-delay: 4.5s;
					animation-delay: 4.5s;
				}

				#header nav li:nth-child(10) {
					-moz-animation-delay: 4.75s;
					-webkit-animation-delay: 4.75s;
					-ms-animation-delay: 4.75s;
					animation-delay: 4.75s;
				}

			#header nav a {
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				border: 0;
				display: inline-block;
			}

				#header nav a:before {
					-moz-transition: all 0.2s ease-in-out;
					-webkit-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
					border-radius: 100%;
					border: solid 2px #fff;
					display: block;
					font-size: 1.75em;
					height: 2.5em;
					line-height: 2.5em;
					position: relative;
					text-align: center;
					top: 0;
					width: 2.5em;
					background-color: rgba(0, 0, 0, 0.1);
				}

				#header nav a:hover {
					font-size: 1.1em;
				}

					#header nav a:hover:before {
						background-color: rgba(255, 255, 255, 0.175);
						color: #fff;
					}

				#header nav a:active {
					font-size: 0.95em;
					background: none;
				}

					#header nav a:active:before {
						background-color: rgba(255, 255, 255, 0.35);
						color: #fff;
					}

				#header nav a span {
					display: none;
				}

/* Footer */

	#footer {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		bottom: 0;
		cursor: default;
		height: 5em;
		left: 0;
		line-height: 5em;
		position: fixed;
		text-align: center;
		width: 100%;
	}
	

	.footer-index {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5) 75%);
		bottom: 0;
		cursor: default;
		height: 6em;
		left: 0;
		line-height: 8em;
		position: fixed;
		text-align: center;
		width: 100%;
	}


/* Wide */

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

		/* Basic */

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

		/* BG */

			@-moz-keyframes bg {
				0% {
					-moz-transform: translate3d(0,0,0);
					-webkit-transform: translate3d(0,0,0);
					-ms-transform: translate3d(0,0,0);
					transform: translate3d(0,0,0);
				}

				100% {
					-moz-transform: translate3d(-1500px,0,0);
					-webkit-transform: translate3d(-1500px,0,0);
					-ms-transform: translate3d(-1500px,0,0);
					transform: translate3d(-1500px,0,0);
				}

	}

		@-webkit-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-1500px,0,0);
				-webkit-transform: translate3d(-1500px,0,0);
				-ms-transform: translate3d(-1500px,0,0);
				transform: translate3d(-1500px,0,0);
			}
			}

		@-ms-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-1500px,0,0);
				-webkit-transform: translate3d(-1500px,0,0);
				-ms-transform: translate3d(-1500px,0,0);
				transform: translate3d(-1500px,0,0);
			}
		}

		@keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-1500px,0,0);
				-webkit-transform: translate3d(-1500px,0,0);
				-ms-transform: translate3d(-1500px,0,0);
				transform: translate3d(-1500px,0,0);
			}
		}

		#bg {
			background-size: 1500px auto;
			width: 4500px;
		} }

/* Normal */

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

		/* Basic */

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

		/* BG */

			@-moz-keyframes bg {
				0% {
					-moz-transform: translate3d(0,0,0);
					-webkit-transform: translate3d(0,0,0);
					-ms-transform: translate3d(0,0,0);
					transform: translate3d(0,0,0);
				}

				100% {
					-moz-transform: translate3d(-750px,0,0);
					-webkit-transform: translate3d(-750px,0,0);
					-ms-transform: translate3d(-750px,0,0);
					transform: translate3d(-750px,0,0);
				}

	}

		@-webkit-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-750px,0,0);
				-webkit-transform: translate3d(-750px,0,0);
				-ms-transform: translate3d(-750px,0,0);
				transform: translate3d(-750px,0,0);
			}
			}

		@-ms-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-750px,0,0);
				-webkit-transform: translate3d(-750px,0,0);
				-ms-transform: translate3d(-750px,0,0);
				transform: translate3d(-750px,0,0);
			}
		}

		@keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-750px,0,0);
				-webkit-transform: translate3d(-750px,0,0);
				-ms-transform: translate3d(-750px,0,0);
				transform: translate3d(-750px,0,0);
			}
		}

		#bg {
			background-size: 750px auto;
			width: 2250px;
		} }

/* Mobile */

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

		/* Basic */

			body {
				min-width: 320px;
			}

			body, input, select, textarea {
				flex-direction: column;
				font-size: 11pt;
				display: flex;
				overflow-y: auto;
			}

		/* BG */

			@-moz-keyframes bg {
				0% {
					-moz-transform: translate3d(0,0,0);
					-webkit-transform: translate3d(0,0,0);
					-ms-transform: translate3d(0,0,0);
					transform: translate3d(0,0,0);
				}

				100% {
					-moz-transform: translate3d(-300px,0,0);
					-webkit-transform: translate3d(-300px,0,0);
					-ms-transform: translate3d(-300px,0,0);
					transform: translate3d(-300px,0,0);
				}

	}

		@-webkit-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-300px,0,0);
				-webkit-transform: translate3d(-300px,0,0);
				-ms-transform: translate3d(-300px,0,0);
				transform: translate3d(-300px,0,0);
			}
			}

		@-ms-keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-300px,0,0);
				-webkit-transform: translate3d(-300px,0,0);
				-ms-transform: translate3d(-300px,0,0);
				transform: translate3d(-300px,0,0);
			}
		}

		@keyframes bg {
			0% {
				-moz-transform: translate3d(0,0,0);
				-webkit-transform: translate3d(0,0,0);
				-ms-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
			}

			100% {
				-moz-transform: translate3d(-300px,0,0);
				-webkit-transform: translate3d(-300px,0,0);
				-ms-transform: translate3d(-300px,0,0);
				transform: translate3d(-300px,0,0);
			}
		}

		#bg {
			background-size: 300px auto;
			width: 900px;
		}

	/* Header */

		#header h1 {
			font-size: 4.5em;
		}

		#header p {
			font-size: 1.3em;
		}

		#header nav {
			font-size: 2em;
		}

			#header nav a:hover {
				font-size: 1em;
			}

			#header nav a:active {
				font-size: 1em;
			} }

/* Mobile (Portrait) */

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

		/* BG */
		@-moz-keyframes bg {
			0% {
				-moz-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			100% {
				-moz-transform: translate3d(-412.5px, 0, 0);
				-webkit-transform: translate3d(-412.5px, 0, 0);
				-ms-transform: translate3d(-412.5px, 0, 0);
				transform: translate3d(-412.5px, 0, 0);
			}
		}

		@-webkit-keyframes bg {
			0% {
				-moz-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			100% {
				-moz-transform: translate3d(-412.5px, 0, 0);
				-webkit-transform: translate3d(-412.5px, 0, 0);
				-ms-transform: translate3d(-412.5px, 0, 0);
				transform: translate3d(-412.5px, 0, 0);
			}
		}

		@-ms-keyframes bg {
			0% {
				-moz-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			100% {
				-moz-transform: translate3d(-412.5px, 0, 0);
				-webkit-transform: translate3d(-412.5px, 0, 0);
				-ms-transform: translate3d(-412.5px, 0, 0);
				transform: translate3d(-412.5px, 0, 0);
			}
		}

		@keyframes bg {
			0% {
				-moz-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

			100% {
				-moz-transform: translate3d(-412.5px, 0, 0);
				-webkit-transform: translate3d(-412.5px, 0, 0);
				-ms-transform: translate3d(-412.5px, 0, 0);
				transform: translate3d(-412.5px, 0, 0);
			}
		}

		#bg {
			background-size: 412.5px auto;
			width: 1237.5px;
		}

		/* Header */
		#header nav {
			padding: 0 1em;
			font-size: 1.2em;
		}
		
		#main.main-index {
			height: 100%;
		}
	}


/* Topbar Navigation */
#topbar {
  background: transparent; /* Transparent background */
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: auto;
}

.navbar ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar li {
  position: relative;
  margin: 0 15px;
}

.navbar a {
  color: #fff; /* White text */
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 5px 10px;
  border-bottom: 2px solid transparent; /* Underline on hover */
  transition: border-bottom 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.navbar a:hover {
  border-bottom: 2px solid #fff; /* Underline appears on hover */
}

/* Dropdown Content */
.dropdown-content {
  display: none !important; /* Hidden by default */
  position: absolute;
  flex: initial;
  background-color: rgba(0, 0, 0, 0.8); /* Dropdown background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove bullets */
  min-width: 150px; /* Ensure dropdown has a set width */
  z-index: 1000; /* Place above other elements */
  text-align: center;
  left: 50%; /* Position the dropdown from the left center of the parent */
  transform: translateX(-50%); /* Offset by 50% of its own width to center it */
}

/* Dropdown Items */
.dropdown-content li {
  width: 100%; /* Full width for all dropdown items */
  margin: 0;
}

.dropdown-content a {
  display: block; /* Stack dropdown items vertically */
  padding: 10px;
  color: #fff; /* Text color */
  text-decoration: none; /* Remove underlines */
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #575757; /* Highlight on hover */
  text-align: center;
}

/* Show Dropdown When Hovering Over Knowledge Hub */
.dropdown:hover .dropdown-content {
  display: block !important; /* Only show dropdown when parent is hovered */
}

.dropdown a.dropbtn {
  cursor: pointer; /* Show pointer for Knowledge Hub link */
}


/* Mobile View (below 768px) */
@media screen and (max-width: 768px) {
  /* Navbar */
  .navbar {
    justify-content: center; /* Center the navbar items */
    width: 100%; /* Ensure the navbar takes full width */
  }

  .navbar ul {
    display: flex; /* Make it a flex container */
    flex-direction: row; /* Stack the items vertically */
    align-items: center; /* Center items horizontally */
    text-align: center;
  }

  .navbar li {
    margin: 10px 0; /* Add margin between items for mobile */
	text-align: center;
  }

  .navbar a {
    font-size: 1.2rem; /* Adjust font size for mobile */
    padding: 8px 15px; /* Adjust padding for mobile */
    text-align: center;
  }
  
  .title {
	  font-size: 13vw;
	  line-height: 1.2;
	  text-align: center;
	  position: relative;
	 }
  
  #topbar {
	  height: fit-content;
	  position: fixed;
	  top: 0;
	  left: 0;
	 }
  
  
  main {
	  position: static;
	  overflow-x: hidden;
	  overflow-y: visible;
	  margin-top: calc(var(--topbar-height, 50px));
	  clip-path: inset(70px 0 0 0);
	  /*padding-bottom: 20px; */
	 }
  
  
  p.sub-topic {
	 font-size: clamp(1rem, 5vw, 5rem);
	 }
  
  #wrapper {
	  overflow-y: hidden;
	 }
  
  .page-header {
	  overflow: visible;
  }
  
  .blog-black-wrapper {
	  margin-bottom: 60px !important;
	  margin: 0px !important;
	 }

  .blog-content-wrapper {
    margin-top: 20px !important;
		
	 }

  .blog-content {
	  text-align: justify !important;
  }	 
  
  
  
}


/*-----------------------------------------------------------------------------------------------------------------*/


.title{
	font-weight: bold;
}




.sub-topic {
	font-size: 40%;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* Center cards on the page */
  align-items: center;
  padding: 70px;
  padding-top: 40px;
}

.card {
   /* Dark background */
   color: #fff; /* White text */
   border: 10px solid #343737ab;
   border-radius: 8px;
   padding: 20px;
   width: 300px; /* Card width */
   height: 170px;
   text-align: center;
   align-content: center;
   transition: transform 0.3s, box-shadow 0.3s;
   /* Neon gradient border */
   box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* Optional soft shadow for depth */
   background: linear-gradient(to bottom right, #0a1d38, #1d3a5d);
   line-height: 1.3;
   display: flex;
   flex-direction: column;
}

.card:hover {
  transform: translateY(-10px); /* Lift effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.card h3 {
	font-weight: bold;
	font-size: x-large;
}


#bg, #overlay {
  z-index: 0; /* Background layers */
}

#main {
  z-index: 0; /* Ensure main content is above the background */
  position: fixed; /* Ensure stacking context */
}


::-webkit-scrollbar {
  display: none; /* Hides the scrollbar in WebKit-based browsers (Chrome, Safari) */
}








/*---------------------------------------------------------------------------------------------------*/





/* Blog Content Background Box with Cybersecurity Techy Gradient Border */
.blog-content {
  /*background: linear-gradient(to bottom right, #0a1d38, #1d3a5d); /* Dark blue gradient */
  color: #000000; /* Light text for readability */
  padding: 30px; /* Space inside the box */
  margin: 1px; /* Center the box with vertical spacing */
  width: 70%; /* Responsive width */
   /* Limit maximum width */
  border-radius: 15px; /* Rounded corners */
  text-align: justify; /* Align text to the left */

}

/* Blog Content Background Box with Cybersecurity Techy Gradient Border */
.blog-content-about {
  /*background: linear-gradient(to bottom right, #0a1d38, #1d3a5d); /* Dark blue gradient */
  color: #000000; /* Light text for readability */
  padding: 30px; /* Space inside the box */
  margin: 1px; /* Center the box with vertical spacing */
  width: 100%; /* Responsive width */
   /* Limit maximum width */
  border-radius: 15px; /* Rounded corners */
  text-align: left; /* Align text to the left */
  text-shadow: 2px 2px 5px rgb(255, 255, 255) !important;

}



.blog-content article {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

/* For the blog title */
.title-blog {
  display: inline;
  font-size: clamp(3rem, 10vw, 5rem); /* Larger font size for the blog title */
  font-weight: bold; /* Make the title bold */
  color: #00f1ff; /* Neon cyan for the title to match the techy theme */
  margin-bottom: 10px; /* Space between title and sub-topic */
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Subtle shadow for text readability */
  
  /* Neon cyan border under the title */
  /*border-bottom: 3px solid #28b7d7; /* Neon cyan border under the title */
}


.sub-topic-blog {
	font-size: 30%;
	margin-top: 10px;
}

/* For the blog section header */
.page-header {
  /*background: linear-gradient(to bottom right, #0a1d38, #1d3a5d); */
  color: #f0f0f0;
  padding: 10px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  font-size: clamp(3.5rem, 5vw, 5rem);
  position: relative;
  top: 0;
  height: auto;
  line-height: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

/* For the blog section header */
.page-header-knowledge {
  color: #f0f0f0;
  padding: 10px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  font-size: clamp(3.5rem, 5vw, 5rem);
  position: relative;
  top: 0;
  height: auto;
  line-height: normal;
}


/* Wrapper for the neon border */
.blog-content-wrapper {
  min-width: 300px;
  position: relative;
  padding: 6px; /* Space between content and the border */
  border-radius: 15px; /* Rounded corners for the neon border */
  /*background: linear-gradient(45deg, #00f1ff, #00bcd4, #0099cc, #00f1ff); /* Neon gradient border */
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); /* Optional soft shadow for depth */
   /* Ensure it doesn’t stretch too far */
  width: 90%;
  max-width: 1750px; /* Limit maximum width */
  margin: auto; /* Center it horizontally */
  height: fit-content;
  margin-top: calc(var(--topbar-height, 60px));
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.blog-black-wrapper {
  /*background-color: rgba(255, 253, 245, 100); /* Sets the background to black */
  /*  color: white; /* Optional: makes text color white for better contrast and readability */
  position: relative;
  width: 100%;
  max-width: 1750px;
  justify-items: center;
  margin: auto;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: mintcream;
  margin-bottom: 0px;
  margin-top: calc(var(--topbar-height));
  height: max-content;
}

.back-button {
	position: relative;
	left: 0;
	width: 100%;
	bottom: 0;
	/*font-size: clamp(1.5rem, 2vw, 2rem); */
	font-weight: bold;
	margin-top: 30px;
	color: black;
	font-size: 200%;
}
