@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url("fontawesome-all.min.css");

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

/* ----------------------------------------
   Sections and Entries
   ---------------------------------------- */

section {
  margin: 4em 0;
}

.edu-entry, .research-entry {
  margin-bottom: 2em;
}

section h3 {
  margin-bottom: 0.25em;
}

/* ----------------------------------------
   Basic Styles
   ---------------------------------------- */

html {
	box-sizing: border-box;
}

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

body {
	background: #0d0812;
	overflow-x: hidden;
}

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: 300 !important;
	letter-spacing: -0.025em;
	line-height: 1.75em;
}

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;
	border-bottom: dotted 1px;
	color: inherit;
	outline: 0;
	text-decoration: none;
}

a:hover {
	border-color: transparent;
}

/* ----------------------------------------
   Icons
   ---------------------------------------- */

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

.icon > .label {
	display: none;
}

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

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

/* ----------------------------------------
   Wrapper Animation
   ---------------------------------------- */

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

#wrapper {
	animation: wrapper 1s forwards;
	width: 100%;
	opacity: 0;
	position: relative;
}

/* ----------------------------------------
   Moving Background
   ---------------------------------------- */

@keyframes bg {
	0% { transform: translate3d(0,0,0); }
	100% { transform: translate3d(-2250px,0,0); }
}

#bg {
	animation: bg 60s linear infinite;
	backface-visibility: hidden;
	transform: translate3d(0,0,0);
	background: url("images/binary.jpg") bottom left;
	background-size: 2250px auto;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 6750px;
}

/* ----------------------------------------
   Overlay Fade
   ---------------------------------------- */

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

#overlay {
	animation: overlay 0.5s 0.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 & Hero
   ---------------------------------------- */

#main {
	position: relative;
	text-align: center;
	width: 100%;
}

#hero {
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 3em 1em 5em;
	margin: 0;
	padding-top: 5dvh;
}

#hero nav {
	margin: 0;
	padding: 0;
}

#hero h1 {
	margin-bottom: 0.5em;
	font-size: 3em;
}

#hero nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ----------------------------------------
   Header & Nav Icons
   ---------------------------------------- */

@keyframes header {
	0% { transform: translate3d(0,1em,0); opacity: 0; }
	100% { transform: translate3d(0,0,0); opacity: 1; }
}

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

#header {
	animation: header 0.5s 0.3s forwards;
	opacity: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#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 li {
  animation: nav-icons 0.5s ease-in-out forwards;
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  width: 3em;
  opacity: 0;
  position: relative;
  top: 0;
}

#header nav li:nth-child(1) { animation-delay: 0.5s; }
#header nav li:nth-child(2) { animation-delay: 0.6s; }
#header nav li:nth-child(3) { animation-delay: 0.7s; }
#header nav li:nth-child(4) { animation-delay: 0.8s; }

#header nav a {
	border: 0;
	display: inline-block;
}

#header nav a:before {
	transition: all 0.2s ease-in-out;
	border-radius: 100%;
	border: solid 1px #fff;
	display: block;
	font-size: 1.75em;
	height: 2.5em;
	line-height: 2.5em;
	position: relative;
	text-align: center;
	top: 0;
	width: 2.5em;
}

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

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

#header nav a span {
	display: none;
}

#header nav ul {
  display: flex;
  gap: 2.5em;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ----------------------------------------
   Footer & Scroll Arrow
   ---------------------------------------- */

#footer {
	background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6em;
	line-height: 8em;
	text-align: center;
	z-index: 1000;
	animation: fadeFooter 0.5s ease-out forwards;
  	animation-delay: 0.8s;
	opacity: 0;
}

@keyframes fadeFooter {
  from {
    opacity: 0;
    transform: translateY(1em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll Down Arrow */
#scroll-down {
	display: inline-block;
	margin-top: 2em;
	font-size: 2em;
	color: #4B9CD3;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	animation: fadeIn 0.3s ease-out forwards, bounce 1.5s infinite;
	animation-delay: 0.3s, 1s;
	cursor: pointer;
	padding: 0.15em;
	border-radius: 80%;
	transition: transform 0.3s ease;
	border: none !important;
	text-decoration: none;
}

/* Scroll-Up Arrow (Top Center) */
#scroll-up {
	position: fixed;
	top: 1em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2em;
	color: #4B9CD3;
	background: rgba(0, 0, 0, 0.85);
	padding: 0.15em;
	border-radius: 80%;
	opacity: 0;
	pointer-events: none;
	border: none !important;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
	transition: opacity 0.5s ease, transform 0.3s ease;
}

#scroll-up.visible {
	opacity: 1;
	pointer-events: auto;
	animation: bounce2 2s infinite;
}

@keyframes bounce2 {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}


/* Animations */
@keyframes fadeIn {
from {
	opacity: 0;
	transform: translateY(1em);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}

@keyframes bounce {
0%,
100% {
	transform: translateY(0);
}
50% {
	transform: translateY(10px);
}
}

/* ----------------------------------------
   Responsive Breakpoints
   ---------------------------------------- */

@media screen and (max-width: 20000px) {
	body, input, select, textarea { font-size: 13pt; }
	@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-1500px,0,0); } }
	#bg { background-size: 1500px auto; width: 4500px; }
}

@media screen and (max-width: 1280px) {
	body, input, select, textarea { font-size: 12pt; }
	@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-750px,0,0); } }
	#bg { background-size: 750px auto; width: 2250px; }
	#header h1 { font-size: 4em; }
}

@media screen and (max-width: 800px) {
	body { min-width: 320px; }
	body, input, select, textarea { font-size: 11pt; }
	@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-300px,0,0); } }
	#bg { background-size: 750px auto; width: 2250px; }
	#header h1 { font-size: 10vw; }
	#header p, #header nav a:hover, #header nav a:active { font-size: 1em; }
}

@media screen and (max-width: 550px) {
	@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-412.5px,0,0); } }
	#bg { background-size: 412.5px auto; width: 1237.5px; }
	#header nav { padding: 0 1em; }
	#header h1 { font-size: 4rem; }

	#header nav a:before {
		transition: all 0.2s ease-in-out;
		border-radius: 100%;
		border: solid 1px #fff;
		display: block;
		font-size: 10vw;       /* Smaller icon font */
		height: 2em;            /* Smaller circle */
		line-height: 2em;
		position: relative;
		text-align: center;
		top: 0;
		width: 2em;
	}

	#header nav ul {
		display: flex;
		gap: 10vw;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#header nav li {
		animation: nav-icons 0.5s ease-in-out forwards;
		backface-visibility: hidden;
		transform: translate3d(0,0,0);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 3em;
		width: 3em;
		opacity: 0;
		position: relative;
		top: 0;
	}

	#header nav ul li a {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 350px) {
	@keyframes bg { 0% { transform: translate3d(0,0,0); } 100% { transform: translate3d(-412.5px,0,0); } }
	#bg { background-size: 412.5px auto; width: 1237.5px; }
	#header nav { padding: 0 1em; }
	#header h1 { font-size: 3rem; }

	#header nav a:before {
		transition: all 0.2s ease-in-out;
		border-radius: 100%;
		border: solid 1px #fff;
		display: block;
		font-size: 10vw;       /* Smaller icon font */
		height: 2em;            /* Smaller circle */
		line-height: 2em;
		position: relative;
		text-align: center;
		top: 0;
		width: 2em;
	}

	#header nav ul {
		display: flex;
		gap: 5vw;
		justify-content: center;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#header nav li {
		animation: nav-icons 0.5s ease-in-out forwards;
		backface-visibility: hidden;
		transform: translate3d(0,0,0);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 3em;
		width: 3em;
		opacity: 0;
		position: relative;
		top: 0;
	}

	#header nav ul li a {
		font-size: 1.4rem;
	}
}
/* ----------------------------------------
   HTML5 UP Helper Classes & Animations
   ---------------------------------------- */

.wrapper.style1 {
  padding: 2em 0;
}

.wrapper.style1 > .inner {
  max-width: 60em;
  margin: 0 auto;
}

header.major {
  margin-bottom: 2em;
  text-align: center;
}

header.major h2 {
  font-size: 2em;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2em;
  margin: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(1em);
  animation: fadeUp 0.75s ease-out forwards;
  animation-delay: 0.4s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------
   Override: Slightly larger font
   ------------------------------ */

body, input, select, textarea {
  font-size: 16pt !important;
}

/* ----------------------------------
   Override: Less space between sections
   ---------------------------------- */

section {
  margin: 0 0 !important;
}

em, i {
  font-style: italic !important;
}