@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("fontawesome-all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Petit+Formal+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Petit+Formal+Script&family=Playwrite+AU+TAS:wght@100..400&display=swap');
/*
	Miniport 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 */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		padding-top: 3.5em;
	}

		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, textarea, select {
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #888;
		font-weight: 300;
		font-size: 13pt;
	}

	a {
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}

		a:hover {
			color: floralwhite !important;
			text-decoration: none;
		}

		a img {
			border: 0;
		}

	b, strong {
		font-weight: 600;
		color: #3e3e3e;
	}

	i, em {
		font-style: italic;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	blockquote {
		border-left: solid 0.75em #eee;
		padding: 1em 0 1em 1.5em;
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #3e3e3e;
		margin: 0 0 0.75em 0;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

	h1 {
		font-size: 3.25em;
		letter-spacing: -0.025em;
		font-weight: 300;
	}

		h1 strong {
			font-weight: 700;
		}

	h2 {
		font-size: 2em;
		letter-spacing: -0.015em;
	}

	h3 {
		font-size: 1.5em;
		letter-spacing: -0.015em;
	}

	em, i {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	hr {
		border: 0;
		border-top: solid 1px #444;
		border-top-color: rgba(0, 0, 0, 0.35);
		box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
		height: 1px;
		margin: 3em 0;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
	}

	header {
		margin: 0 0 3em 0;
	}

		header > p {
			font-size: 1.25em;
			margin: 0;
		}

	footer {
		margin: 3em 0 0 0;
	}

		footer > p {
			font-size: 1.25em;
		}

/* Container */
#top {
	margin-top: -50px;
	}

	.container {
		margin: 0 auto;
		max-width: calc(100% - 50px);
		width: 1200px;
		padding-top: 0 !important;
		margin-top: 0 !important;
	}

		.container.medium {
			width: 900px;
			display: flex;
			justify-content: space-around;
			padding: 10px;
		}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

				.container.medium {
					width: 900px;
				}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 960px;
			}

				.container.medium {
					width: 720px;
				}

		}

		@media screen and (max-width: 980px) {

			.container {
				width: 100%;
			}

				.container.medium {
					width: 75%;
				}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 100%;
				max-width: calc(100% - 30px);
			}

				.container.medium {
					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: -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: 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: -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: 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: -3.75px;
					margin-left: -3.75px;
				}

					.row.gtr-25 > * {
						padding: 3.75px 0 0 3.75px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -3.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 3.75px;
						}

				.row.gtr-50 {
					margin-top: -7.5px;
					margin-left: -7.5px;
				}

					.row.gtr-50 > * {
						padding: 7.5px 0 0 7.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -7.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 7.5px;
						}

				.row {
					margin-top: -15px;
					margin-left: -15px;
				}

					.row > * {
						padding: 15px 0 0 15px;
					}

					.row.gtr-uniform {
						margin-top: -15px;
					}

						.row.gtr-uniform > * {
							padding-top: 15px;
						}

				.row.gtr-150 {
					margin-top: -22.5px;
					margin-left: -22.5px;
				}

					.row.gtr-150 > * {
						padding: 22.5px 0 0 22.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -22.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 22.5px;
						}

				.row.gtr-200 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-200 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 30px;
						}

		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 1px #eee;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				font-weight: 600;
				margin: 0 0 1em 0;
			}

			table.default thead {
				background: #4f4f4f;
				color: #fff;
			}

/* Section/Article */

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		border: 0;
		outline: 0;
		cursor: pointer;
		border-radius: 8px;
		text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
		overflow: hidden;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
		background-color: #669ad1;
		padding: 1em 1.5em ;
		font-size: 1.1em;
		max-width: 24em;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color:#459fff;
			color: #fff;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #669ad1;
			top: 1px;
		}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Social */

	ul.social {
		cursor: default;
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

		ul.social li {
			position: relative;
			display: inline-block;
			margin: 0.25em;
			top: 0;
			padding-left: 0;
		}

			ul.social li a {
				-moz-transition: top .2s ease-in-out;
				-webkit-transition: top .2s ease-in-out;
				-ms-transition: top .2s ease-in-out;
				transition: top .2s ease-in-out;
				display: block;
				width: 48px;
				height: 48px;
				border-radius: 6px;
				top: 0;
				position: relative;
			}

				ul.social li a:before {
					background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
					background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
					background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
					background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					border-radius: 6px;
					box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
					color: #2E2E2E !important;
					display: block;
					font-size: 26px;
					height: 48px;
					line-height: 48px;
					text-align: center;
					outline: 0;
					overflow: hidden;
					text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
					width: 48px;
				}

				ul.social li a.fa-twitter {
					background-color: #2DAAE4;
				}

				ul.social li a.fa-facebook-f {
					background-color: #3C5A98;
				}

				ul.social li a.fa-linkedin-in {
					background-color: #006599;
				}

				ul.social li a.fa-github {
					background-color: #FAFAFA;
				}
				ul.social li a.fa-envelope {
					background-color: #d03400;
				}

				ul.social li a:hover {
					top: -5px;
				}

					ul.social li a:hover:before {
						background-color: transparent;
					}

/* Actions */

	ul.actions {
		list-style: none;
		padding-left: 0;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 1em;
			padding-left: 0;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

/* Box */

	.box {
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
		text-align: center;
		padding: 2em;
	}

		.box.style1 {
			padding: 3em 2em 3.5em 2em;
		}

			.box.style1 h3 {
				margin-bottom: 0.5em;
			}

		.box.style2 h3 {
			margin-bottom: 0.25em;
		}

		.box.style2 .image {
			position: relative;
			left: 2em;
			top: 2em;
			margin: -4em 0 4em -4em;
			width: auto;
		}

/* Icons */

	.icon {
		text-decoration: none;
		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 {
			font-size: 1.25em;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon.featured {
			color: #EA8A95;
			display: block;
			margin: 0 0 1.5em 0;
			cursor: default;
		}

			.icon.featured:before {
				font-size: 6em;
			}

/* Wrappers */

	.wrapper {
		background-image: url("images/bg.png");
		/* box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.05), inset 0px 1px 1.5px 0px rgba(0, 0, 0, 0.1); */
		padding: 8em 0 8em 0;
		text-align: center;
	}

		.wrapper.style1 {
			
			background-color: #f4f4f4;
		}

		.wrapper.style2 {
			
			background-color: #f4f4f4;
		}

		.wrapper.style3 {
			
			background-color: #f4f4f4;
			margin-bottom: 0;
		}

		.wrapper.style4 {
			background-color: #303030;
			
			color: #999;
			text-shadow: -1px -1px 0px #181818;
			padding: 50px 0 0 0;
		}

			.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
				color: #fff;
			}

			.wrapper.style4 form input[type=text],
			.wrapper.style4 form input[type=password],
			.wrapper.style4 form select,
			.wrapper.style4 form textarea {
				border: none;
				background: #282828;
			}

				.wrapper.style4 form input[type=text]:focus,
				.wrapper.style4 form input[type=password]:focus,
				.wrapper.style4 form select:focus,
				.wrapper.style4 form textarea:focus {
					background: #252525;
				}

/* Nav */

	#nav {
		background-color: #282828;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
		height: 3.5em;
		line-height: 3.5em;
	}

		#nav ul {
			margin-bottom: 0;
			list-style: none;
			padding-left: 0;
		}

		#nav li {
			display: inline-block;
			padding-left: 0;
		}

		#nav a {
			-moz-transition: background-color .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out;
			transition: background-color .2s ease-in-out;
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			outline: 0;
			font-weight: 600;
			border-radius: 8px;
			color: #fff;
			height: 2.5em;
			line-height: 2.5em;
			padding: 0 1.25em;
		}

			#nav a:hover {
				color: #fff !important;
				background: #383838;
			}

			#nav a.active {
				background: #484848;
			}

				#nav a.active:before {
					content: '';
					display: block;
					position: absolute;
					bottom: -0.6em;
					left: 50%;
					margin-left: -0.75em;
					border-left: solid 0.75em transparent;
					border-right: solid 0.75em transparent;
					border-top: solid 0.6em #282828;
				}
		/* Media Query for Responsive Design */
		@media only screen and (max-width: 768px) {
			#nav ul.container li:nth-child(1), /* Hide the first list item (Home) */
			#nav ul.container li:nth-child(5) { /* Hide the fifth list item (Contact) */
				display: none;
			}
			#nav ul.container {
				font-size: 15px;
			}
			
		}
/* Articles */
	article h2 {
		margin-top: 50px;
	}

	body > article {
		margin-bottom: 0;
	}

	#top {
		padding: 10em 0 10em 0;
		text-align: left;
	}

		#top .image {
			border-radius: 100%;
			width: 20em;
			height: 20em;
			margin: 0;
		}

			#top .image img {
				border-radius: 100%;
			}

		#top h1 {
			margin-top: 0.35em;
		}

		#top p {
			font-size: 1.5em;
			line-height: 1.75em;
		}

			#top p a {
				color: inherit;
			}

	#contact footer {
		font-size: 0.9em;
	}

/* Copyright */

	#copyright {
		color: #666;
		font-size: 1em;
		line-height: 1em;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}

		#copyright li {
			display: inline-block;
			border-left: solid 1px rgba(0, 0, 0, 0.5);
			box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}

			#copyright li:first-child {
				border: 0;
				box-shadow: none;
				padding-left: 0;
				margin-left: 0;
			}

		#copyright a {
			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
			color: inherit;
		}

			#copyright a:hover {
				color: #777;
			}

/* Large */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body {
				font-size: 11pt;
			}

			input, textarea, select {
				font-size: 11pt;
			}

			header {
				margin: 0 0 4em 0;
			}

		/* Wrappers */

			.wrapper {
				padding: 5em 0 5em 0;
				text-align: center;
			}

				.wrapper.style4 .row-special {
					margin: 2em 0 0 0;
					padding: 2em 0 2em 0;
				}

		/* Articles */

			#top {
				padding: 8em 0;
			}

				#top .image {
					width: 24em;
					height: 24em;
					margin: 0;
				}

	}

/* Medium */

	@media screen and (max-width: 980px) {

		/* Articles */

			#top {
				text-align: center;
				padding: 5em 0;
			}

				#top .image {
					margin: 0 auto 2em auto;
				}

	}

/* Small */

	@media screen and (max-width: 736px) {

		/* Basic */

			body {
				padding-top: 44px;
			}

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 10pt;
				letter-spacing: 0;
			}

			h1, h2, h3, h4, h5, h6 {
				font-size: 1.25em;
				margin: 0 0 0.4em 0;
			}

			h1 {
				font-size: 2.25em;
				line-height: 1.25em;
			}

			header {
				margin: 0 0 2em 0;
			}

				header > p {
					font-size: 1.25em;
				}

			footer {
				margin: 2.5em 0 0 0;
			}

				footer > p {
					font-size: 1.25em;
				}

			hr {
				margin: 1.5em 0 2em 0;
			}

		/* Section/Article */

			section, article {
				clear: both;
			}

		/* Button */

			input[type="button"],
			input[type="submit"],
			input[type="reset"],
			button,
			.button {
				text-align: center;
				font-size: 1.2em;
				width: 100%;
				padding: 1em 0 1em 0;
				position: relative;
				top:25%
			}

				input[type="button"].large,
				input[type="submit"].large,
				input[type="reset"].large,
				button.large,
				.button.large {
					font-size: 1.2em;
					letter-spacing: 0;
				}

		/* Social */

			ul.social {
				padding: 1em 0.5em 0 0.5em;
			}

				ul.social li {
					margin: 0.5em 0.5em 0.5em 0.5em;
				}

					ul.social li a {
						top: 0 !important;
					}

						ul.social li a:before {
							background-color: transparent !important;
						}

		/* Actions */

			ul.actions {
				margin: 0;
			}

				ul.actions li {
					display: block;
					margin: 15px 0 0 0;
				}

					ul.actions li:first-child {
						margin-top: 0;
					}

		/* Box */

			.box {
				padding: 30px 20px 30px 20px;
				margin: 0 0 20px 0 !important;
			}

				.box h3 {
					margin-bottom: 0.25em;
				}

				.box .image.centered {
					margin-bottom: 1em;
				}

				.box .image.featured {
					position: relative;
					left: 20px;
					top: 20px;
					margin: -50px 0 50px -40px;
					width: auto;
				}

				.box.style1 {
					max-width: 32em;
					margin-left: auto !important;
					margin-right: auto !important;
				}

				.box.style2 {
					max-width: 32em;
					margin-left: auto !important;
					margin-right: auto !important;
				}

		/* Wrappers */

			.wrapper {
				padding: 3em 0;
				text-align: center;
			}

		/* Nav */

			#nav {
				height: 44px;
				line-height: 44px;
			}

				#nav a {
					padding: 0 0.75em;
					height: inherit;
					line-height: inherit;
					border-radius: 0;
				}

					#nav a:hover {
						background-color: transparent;
					}

		/* Articles */

			#top {
				padding: 3em 0;
			}

				#top .image {
					width: 15em;
					height: 15em;
					margin-bottom: 0;
				}

				#top p {
					font-size: 1em;
				}

			#contact footer {
				margin: 0;
			}

		/* Copyright */

			#copyright {
				font-size: 1em;
				margin: 0;
			}

				#copyright li {
					display: block;
					margin: 1em 0 0 0;
					padding: 0;
					box-shadow: none;
					border-left: 0;
				}

					#copyright li:first-child {
						margin-top: 0;
					}

	}
.col-12 {
	padding:5% 0% 2% 0%;
}


	/* 
	MY OWN CSS START HERE
	*/
html {
	--col-icon: black;
	--col-bd-radius:rgb(2, 2, 2);
	--col-box-shadow:#000000 2px 2px 4px, 
	#4D4D4D -2px -2px 4px;
	--col-box-shadow-hover:inset #8a7373 2px 2px 4px, 
	inset #4D4D4D -2px -2px 4px;
	--col-bd-icon:transparent;
	--bg-icon: #fff;
		--bg1-color: #fff;
	--col-icon-linkedin: #0e76a8;
	--col-icon-mail:rgb(209, 82, 82);
	--shadow-col: rgba(0, 0, 0, 0.3);
}
	/*Social icons*/

:root {
	--link-size: 64px;
	--trans-props: all 0.2s ease;
	--link-size-footer-b: 40px;
	--link-size-footer-s: 30px;
  }
  
  a.socialicon {
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  }
  
  .social-icons {
	display: flex;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
  }
  .socialicon{
	display: flex;
	position: relative;
	overflow: hidden;
	width: var(--link-size);
	height: var(--link-size);
	background-color: #fff;
	margin: 8px;
	border-radius: 50%;
	box-shadow: 2px 5px 5px var(--shadow-col);
	text-decoration: none;
	transition: var(--trans-props);
  }
  .socialicon i {
	margin: auto;
	font-size: 24px;
	z-index: 1;
	transition: var(--trans-props);
  }
  
  /*
---------------------------
   LINKEDIN MICROANIMATION
---------------------------
*/

 .linkedin-icon{
	margin-left: 15px;
  }
  .linkedin:hover .linkedin-icon>rect{
	animation: rect-up 0.3s linear infinite;
  }
  
  
  @keyframes rect-up {
	50% {
		y:10px;
		height:11px;
	 }
	0%{
		y:13px;
		height:8px;  
		}
	
  }
  
  .linkedin:hover .linkedin-icon> circle{
	animation: bounce 0.4s linear infinite;
  }
  
  @keyframes bounce {
	75% {
		cy: 8px;
	 }
	 50%{
		cy: 4px
	 }
	0%{
		cy:4px
		}
	
  }


  /*
--------------------------
   GITHUB MICROANIMATION
--------------------------
*/

  
  .github-icon {
	width: 40px;
	margin-left: 12px;
	margin-top: 5px;
	fill: #000000;
  }
  
  .github:hover #arm {
	transform-origin: bottom right;
	animation: moveArm 1s infinite alternate;
  }
  
  @keyframes moveArm {
	0% { transform: rotate(10deg); }
	100% { transform: rotate(-10deg); }
   }
  

/* Gmail Microanimation */
.gmail-icon {
	width: 45px;
	margin-left: 11px;
	margin-top: 10px;
	fill: #D44638;
	transform-origin: center;
  }
  
  .gmail:hover .rotate-rec {
	animation: rotateEnvelope 0.8s ease-in-out infinite;
  }
  /* .gmail:hover .rotate-rec1 {
	animation: rotateEnvelope 1s ease-in-out infinite;
  }
   */
  @keyframes rotateEnvelope {
	0% { transform: rotate(-2deg); }
	50% { transform: rotate(4deg); }
	100% { transform: rotate(-2deg); }
  }

/*
----------------------------
   SOCIAL MEDIA ANIMATIONS
----------------------------
*/

.socialicon:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.socialicon:hover:after {
  transform: translate(0) scale(1.2);
}
.socialicon:hover i {
  color: #fff;
}
a:hover {
  color: transparent;
}



   /*
----------------------------
   MY MAIN PIC
----------------------------
*/

#my-name  {
	text-align: center;
}


.vu-logo img {
	max-width: 10em;
}


.school-logo {
	transition: transform 200ms ease-in-out;
	/* height: 400px; */
	/* width: 400px; */
}


.school-logo:hover{
transform: scale(1.025);
}

.vu-logo img:focus{
transform: scale(1.025);
opacity: 0.9;
outline: 3px solid var(--clr-accent);
outline-offset: 6px;
}
#top .container{
	display:flex;
	flex-direction: column;
	align-items: center;

}
#top .image.fit{
	margin-bottom: 5%;
	transition: transform 500ms ease-in-out;

}
#top .image.fit:hover {
	transform: scale(1.1);
}



   /*
----------------------------
   Education
----------------------------
*/

.wrapper.style2 {
	padding-top: 5%;
	--text-col-edu: #f4f4f4;
}
.wrapper.style2 .container header h2 {
	color: var(--text-col-edu);
}
.education-section {
	color: var(--text-col-edu);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 20px;
  }
.section__title--academic {
  transition: transform 0.3s ease; 
  display: inline-block; 
}

.section__title--academic:hover {
  transform: scale(1.1);
}
  
  .education-left {
	flex-basis: 40%;
	text-align: left;
  }
  
  .school-logo {
	max-width: 80%;
  }  
  .education-details {
	margin-top: 0px;
	text-align: left;
  }

  .education-details p {
	margin-top: 5px;
	margin-bottom: 0px;
  }
  
  .education-right {
	flex-basis: 50%;
	margin-top: 10px;
  }
  #education-school {
	color: var(--text-col-edu);

  }
  
  .education-path {
	text-align: left;
	margin-bottom: 40px;
  }
  .education-path a{
	transition: background-color 0.2s ease-in-out;
	color: var(--text-col-edu);
  }

  
.education-container {
    position: relative;
    height: max-content;
    padding: 50px 10px 40px;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    cursor: pointer; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.education-container:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.education-container:active {
    transform: scale(0.98);
}

.education-content {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.education-section {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

/* Previous Education Button */
#prev-education, #next-education{
	all: unset;
	
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 2rem;
	padding: 2px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	color: rgb(15, 67, 124) !important;
	background-color: var(--text-col-edu);
}

#prev-education {
	left: -6%;
}
#next-education {
	right: -6%;
}

/* Hover Effect on Buttons */
#prev-education:hover, #next-education:hover {
	background-color: rgb(81, 127, 168) !important;
	color: var(--text-col-edu) !important;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
	#education-description {
		display: none;
	  }
	.nav-buttons #next-education {
		width: 35px;
		height: 40px;
		font-size: 1rem;
		right: 1.5%;
	}
	.nav-buttons #prev-education {
		width: 35px;
		height: 40px;
		font-size: 1rem;
		left:1.5%
	} 


	#education-school {
		font-size: 1.1rem; /* Reduce school name font size */
	}
	.education-left, 
	.education-right {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.school-logo {
		width: 70%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px) {
	#education-description {
		display: none;
	  }
	.wrapper.style2 {
		padding-right: 10%;
		padding-left: 10%;
	}

	.nav-buttons #next-education {
		width: 30px;
		height: 35px;
		font-size: 0.9rem;
		right: 1%;
	}
	.nav-buttons #prev-education {
		width: 30px;
		height: 35px;
		font-size: 0.9rem;
		left: 1%; 
	}

	.education-left, 
	.education-right {
		flex-basis: 100%;
	}

	#education-school {
		font-size: 1rem;
	}

	.school-logo {
		width: 60%;
		margin: 0 auto;
	}
}

     /*
----------------------------
   Stacked Image
----------------------------
*/
#image-stack {
    position: relative;
    width: 100%;
    height: 500px; 
    cursor: pointer;
}

.stacked-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
	border-radius: 5px;
}

.stacked-image.hidden {
    opacity: 0;
    pointer-events: none;
}

.stacked-image.active {
    opacity: 1;
    z-index: 2;
}

.stacked-image.fading {
    opacity: 0;
    z-index: 1;
}


     /*
----------------------------
   Course Button
----------------------------
*/

 .hidden {
	display: none;
  }
  #course-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); 
	backdrop-filter: blur(2px);
	justify-content: center;
	align-items: center;
	z-index: 9999; 
	border-radius: 5px;
  }

  #course-button {
	display: inline-block;
	padding: 2% 4%;
	background-color:rgb(126, 181, 230);
	color: val(--text-col-edu);
	text-decoration: none;
	margin:5%;
	border-radius: 5px; /* Added for better aesthetics */
	transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  #course-sheet {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	z-index: 99;
	max-width: 80%; /* Limit the maximum width of the course sheet */
	max-height: 80%; /* Limit the maximum height of the course sheet */
	overflow: auto; /* Add scroll bar when content exceeds the container height */
	color: black;
	border-radius:10px;
  }
  
  #course-sheet h2 {
	margin-top: 0;
  }
  
  #course-sheet ul {
	list-style-type: none;
	padding: 0;
  }
  
  #course-sheet ul li {
	margin-bottom: 5px;
  }

  #course-sheet table {
    max-width: 100%;
    border: 5px double #352821;
    font-size: larger;

}
  #course-sheet table th {
    position: relative;
    width: 6em;
    border: 5px double #352821;
    height: 5;
}

  #course-sheet tr {
    position: relative;
    height: 25px;
    border: 5px double #352821;

}
 #course-sheet th {
    padding: 0 10px 10px 0;
}
  #course-sheet td {
    border: 2.5px solid #352821;
    padding: 5px;
    border: 5px double #352821;
}
 #course-sheet .Semester {
	width: 15%;
 }
 #course-sheet .course-code{
	width: 28%;
 }
 #course-sheet .course-name {
	width: 60%;
 }
.hidden {
	display: none;
  }
@media screen and (max-width: 600px) {
	.education-path {
		max-width: 300px;
	}
	#course-sheet {
		max-width: 80%;
		max-height: 80%;
	}
	.course-button-container {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: fit-content;
	}
	#course-button {
		padding: 1.2% 2.5%;
		font-size: 0.9rem; /* Adjust button font size */
		margin: 20px;
		
	}

}
@media screen and (max-width: 480px) {
	#course-sheet {
		max-width: 95%;
		max-height: 95%;
		padding: 10px; /* Further reduce padding */
	}
	.course-button-container {
		display: flex;
		justify-content: center; /* Center horizontally */
		align-items: center; /* Center vertically */
		width: 100%; /* Full width to ensure it's centered properly */
		margin: 10px 0; /* Adjust margin for better spacing */
	}

	#course-button {
		font-size: 1rem;
		padding: 10px 20px;
	}
}

   /*
----------------------------
  Hobbies
----------------------------
*/

.container.hobbies-container {
	--hobbies-txt-color: default;
	--hobbies-txt-color-hov: #f4f4f4;
    max-width: 900px;
    margin: auto;
    position: relative;
    background-color: #f4f4f4;
    padding: 40px 20px 80px;
    z-index: 100;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    border-radius: 15px;
}

.container.hobbies-container:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* background-color: rgb(15, 67, 124); */
    cursor: pointer;
}
.hobbies-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hobbies-left, .hobbies-right {
    flex: 0 0 50px;
}

.nav-button {
	all: unset;
	background-color: var(--text-col-edu);
	
	color: var(--hobbies-txt-color) !important;
    font-size: 2rem;
    padding: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	width: 50px;
	height: 50px;
	border-radius: 10px;
}

.nav-button:hover {
	color:  #f4f4f4 !important;
	background-color:#777777 !important;
}

.hobbies-content {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.hobby-video {
    width: 100%;
    height: 420px;
    border: 0.5px solid var(--hobbies-txt-color);
    border-radius: 5px;
    margin-bottom: 20px;
}
.hobby-details {
	height: 100px;
}

.hobby-details h3 {
    font-size: 24px;
    color: var(--hobbies-txt-color);
    margin-bottom: 10px;
}

.hobby-details p {
    font-size: 16px;
    color: var(--hobbies-txt-color);
}

h2 {
    font-size: 36px;
    color: var(--hobbies-txt-color) ;
    margin-bottom: 40px;
}

/* .container.hobbies-container:hover h2,
.container.hobbies-container:hover h3,
.container.hobbies-container:hover p,
.container.hobbies-container:hover .nav-button {
    color: var(--hobbies-txt-color-hov) !important;
}

.container.hobbies-container:hover .hobby-video {
    border-color: var(--hobbies-txt-color-hov);
} */

@media screen and (max-width: 768px) {
	.nav-button {
		font-size:1rem;
		width: 35px;
		height: 40px;
	}
	.hobbies-content {
		padding: 0;

	}
	.hobby-details p {
		font-size: 12px;
	}
};
/* @media screen and (max-width: 600px) {
	.hobby-details p {
		font-size: 12px;
	}
};	 */

   /*
----------------------------
   Projects
----------------------------
*/

.projects {
    background-color: var(--clr-dark);
    color: var(--clr-light);
    text-align: center;
}
.section__title--projects{
	margin-bottom: 4%;
}
.section__subtitle--projects {
    color: var(--clr-accent);
    font-family: (--ff-secondary);
    font-weight: var(--fw-bold);
    margin-bottom: 2em;
}
.section__title--projects {
  transition: transform 0.3s ease; 
  display: inline-block; 
}

.section__title--projects:hover {
  transform: scale(1.1);
}
.projects-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px; /* Space between cards */
    padding: 20px;
    scroll-behavior: smooth;

}

.project-one {
    flex: 0 0 calc(33.333% - 10px); /* 3 items per view */
    scroll-snap-align: start;
	position: relative !important;
	z-index: 100 !important;
	background-color: #f4f4f4;
	/* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 16px;
    min-width: 300px; 
	height: 600px;
	/* color: #f4f4f4; */
}

.project-one__image {
    width: 100%;
    height: 300px;
    border-radius: 4px;
	margin: 20px 0px;
}
/* .project-one__title {
	color: #f4f4f4;
} */



/* .project-one {
	padding: 2.5% 0 2.5% 0;
	margin: 5% 20% 3% 20%;
	max-width: 60%;
	position: relative !important;
	z-index: 100 !important;
	background-color: #f4f4f4;
} */

.modal.hidden {
    display: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Make sure it is on top of everything */
}

.modal-content {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}


/* p.project-one__subtitle, p.project-two__subtitle {
	max-width: 500px;
} */
.project-one__button:focus,
.project-one__button--two:focus {
    outline: 3px solid var(--clr-accent);
    outline-offset: 3px;
}

.project-one__button,
.project-one__button--two {
    display: inline-block;
    padding: .5em 1.5em;
    background: var(--clr-accent);
    color: var(--clr-dark);
    text-decoration: none;
    cursor: pointer;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: var(--fw-bold);
    transition: transform 200ms ease-in-out;
    margin-bottom: 2em;
}

.project-one__button:hover,
.project-one__button--two:hover {
    transform: scale(1.1);
	background-color: #282828;
}
.project-one {
	transition: transform 0.3s ease-in-out;
	border-radius: 8px;
  }
  
  .project-one:hover {
	transform: scale(1.02); 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
  } 
/* 
@media (min-width: 950px) {
    .project-one {
        display: grid;
        grid-auto-rows: auto;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr 1fr 4fr;
        grid-column-gap: 2em;
        margin: 0 auto;
        margin-bottom: 3em;
        max-width: 1200px;
    }

    .project-one__title {
        grid-column: 5/8;
        grid-row:1/3;
    }
    .project-one__subtitle {
        grid-column: 5/8;
        grid-row:3/4;
        position: relative;
        max-width: 800px;
        margin: 0 auto;
        width: calc(100% + 1em);
        font-family: var(--ff-secondary);
    }

    .project-one__button {
        display: inline-block;
        grid-column: 5/8;
        grid-row:4/5;
        position: relative;
        margin: 0 auto;
        width: 150px;
        height: 35px;
        margin-top: 2em;
    }

    .project-one__item {
        grid-column: 1/5;
        grid-row:2/5;
        position: relative;
        max-width: 800px;
        margin-right: 2em;
        margin-left: 2em;
        z-index: 2;
        transition: transform 200ms ease-in-out;
    }

    .project-one__image {
        background-size: 100% 100%;
        object-fit: cover;
        box-shadow: var(--bs);
        transition: transform 200ms ease-in-out;
		width: 100%;
    }
} */



/* .project-one__image:hover {
    transform: scale(1.025);
}

.project-one__item:focus .project-one__image,
.project-two__item:focus .project-two__image {
    transform: scale(1.025);
    opacity: 0.9;
    outline: 3px solid var(--clr-accent);
    outline-offset: 6px;
} */

@media screen and (max-width: 600px) {
    .project-one__image, .project-two__image {
		max-width: 90%;
		margin-bottom: 10px;
    }

  } 

   /*
----------------------------
   Experience
----------------------------
*/


.container-experience-cards {
    --bg1-color: #272727;
	--bg-card-color: rgb(81, 127, 168);
    --shadow-col1: #bbbaba;
    --shadow-col2: #bbbaba;
    --meta-col: wheat;
    --text-col: #FEFAF6;
	--title-col: #272727;
    margin: 0;
    color: var(--clr-light);
 }
 .container-experience-cards {
    position: relative;
    overflow: hidden; 
	margin: 0;
 }

.container-experience-cards * {
    position: relative;
    z-index: 1; 
}


.section__title--experience {
	color: var(--title-col);
	text-align: center;
}
.section__title--experience {
  transition: transform 0.3s ease; 
  display: inline-block; 
}

.section__title--experience:hover {
  transform: scale(1.1);
}

 .card1 {
    display: flex;
    max-height: 50%;
	max-width: 70%;
    border: none;
    border-radius: 13px;
    contain: content;
    margin: 5% 15% 3% 15%;
    box-shadow:  0px 4px 15px var(--shadow-col1), 0px 6px 20px var(--shadow-col2);
    z-index: 1;
	transition: all 0.6s ease-in-out;
 }
 .card1.scale-in {
    transform: scale(1.07);
    transition: transform 0.7s ease-in-out;
}
 .card1 .card-body {
    display: flex;
    flex-flow: row wrap;
    padding: 18px;
    color: var(--text-col);
    border-radius: 0 1px 1px 0;
	font-size:smaller;
	background-color: var(--bg-card-color);
 }
 .card1 header {
	flex:100%;
 }

 .card-body {
	flex: 1 1 auto;
	min-height: 1px;
 }
 .card-body h3 {
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-col);
    text-align: center;
}
.card-body .meta {
    color: var(--meta-col);
    font-size: 16px;
}

.card-body .pre-heading {
    color: var(--meta-col);
    font-size: 1.5rem;
    font-weight: 400;
    /* text-transform: uppercase; */
}

 .card1 .meta {
	margin-bottom: 10px;
	text-align: center;
 }
 .card-body {
	text-align: left;
 }
 .card-body .author {
    font-size: 12px;
}

.card1 img {
	max-width: 400px;
}


/* General Styling */
ul.address {
    list-style-type: none;
}

.contact-form {
    display: flex;
    flex-direction: column;
    width: 100%; /* Ensure the form takes full width */
}

.form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#message {
    min-height: 100px;
    resize: vertical;
}

/* Flex Layout with Custom Column Widths */
.wrapper.style4 .container.medium {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Custom widths for each column */
.wrapper.style4 .container.medium .col-contact {
    flex-basis: 25%; 
}

.wrapper.style4 .container.medium .col-social {
    flex-basis: 20%;
}

.wrapper.style4 .container.medium .col-form {
    flex-basis: 35%; 
}

.wrapper.style4 .container.medium .col-form-actions {
    flex-basis: 15%;
}

/* Form Actions Column */
.form-actions-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Button actions */
.form-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 50% 25%;
	height: max-content;
	
}

.form-actions input[type="submit"],
.form-actions input[type="reset"] {
	border: none; 
    padding: 8px 10px;
	font-size: 12px;
	width: auto;
	font-weight: 300;
	min-width: 100px;
	background-color: #444444;
}


/* For smaller screens */
@media screen and (max-width: 768px) {
    .wrapper.style4 .container.medium {
        flex-direction: column;
        align-items: stretch;
    }

    /* Each section takes 100% width on small screens */
    .wrapper.style4 .container.medium .col-contact,
    .wrapper.style4 .container.medium .col-social,
    .wrapper.style4 .container.medium .col-form,
    .wrapper.style4 .container.medium .col-form-actions {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}


   /*
----------------------------
   NAVIGATOR
----------------------------
*/

/* Compact Side Navigation with Horizontal Text */
#side-nav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px; 
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0 10px 10px 0;
    padding: 10px 0;
    transition: width 0.3s ease, background-color 0.3s ease;
    z-index: 1000;
    overflow: hidden; 
}

#side-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#side-nav ul li {
    margin: 15px 0;
}

#side-nav ul li a {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #999999;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    white-space: nowrap;
    transition: color 0.3s ease;  
}

/* Label Management: short vs. full */
#side-nav ul li a .short-label {
    display: inline; 
    transition: opacity 0.3s ease;
}

#side-nav ul li a .full-label {
    display: none;
    transition: opacity 0.3s ease;
}

/* When hovering over the entire side-nav */
#side-nav:hover {
    width: 120px;
    background-color: rgba(0, 0, 0, 0.6);
}

#side-nav:hover ul li a {
    color: #ffffff;
}

/* Switch labels on hover */
#side-nav:hover ul li a .short-label {
    display: none;
}

#side-nav:hover ul li a .full-label {
    display: inline;
}

#side-nav ul li a:hover {
    color: #00c8ff;
}
html {
    scroll-behavior: smooth;
}

/* Initial state for sections */
article {
    transition: opacity 0.6s ease-in-out;
}

/* Visible section */
article.active-section {
    transition: opacity 0.6s ease-in-out;
}