body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f1729 100%);
	background-attachment: fixed;	margin: 0;
	padding: 0;
	color: #e0e0e0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

a img {
	border: none;
	text-align: left;
}

a:link {
	color: #7dd3fc;
	text-decoration: underline;
}

a:visited {
	color: #38bdf8;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
	margin: 0 auto;
	flex: 1;
}

header {
	background-color: #4A647B;
	padding: 25px 20px;
	text-align: center;
	border-bottom: 2px solid #2a3a5c;
}

header h1 {
	margin: 0 0 8px 0;
	color: #FFFFFF;
	font-size: 28px;
}

header h4 {
	margin: 0;
	color: #d1d5db;
	font-style: italic;
}

.sidebar1 {
	float: left;
	width: 180px;
	background-color: #16213e;
	padding-bottom: 10px;
}

.content {
	padding: 10px 0;
	max-width: 900px;
	text-align: left;
	margin-left: 220px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

nav ul {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}

nav li {
	border-bottom: 1px solid #666;
}

nav a, nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px;
	text-decoration: none;
	background-color: #132140;
	transition: background-color 0.2s ease, color 0.2s ease;
}

nav a:hover, nav a:active, nav a:focus {
	background-color: #2A394B;
	color: #ffffff;
}

footer {
	margin-top: auto;
	padding: 10px 0;
	background-color: #828282;
	position: inherit;
	bottom: 0;
	width: 100%;
	text-align: center;
	clear: both;
}

header, footer, section, aside, article, figure {
	display: block;
}
.content section {
	background-color: #16213e;
	border: 1px solid #2a3a5c;
	border-radius: 8px;
	padding: 20px 25px;
	margin: 0 15px 20px 15px;
}

.content section h3 {
	color: #7dd3fc;
	margin-bottom: 12px;
	border-bottom: 1px solid #2a3a5c;
	padding-bottom: 8px;
}
/* fade in the whole page on load */
body {
	animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* slide sidebar in from the left */
.sidebar1 {
	animation: slideInLeft 0.5s ease-out;
}

@keyframes slideInLeft {
	from {
		transform: translateX(-30px);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}

/* card hover lift */
.content section {
	transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.content section:hover {
	transform: translateY(-3px);
	border-color: #7dd3fc;
}
.logo.pdf {
}
