body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	padding-block: 0;
}

#container {
	max-width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

header {
	background-color: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 100;
}

#hamburger {
	width: 100%;
	margin: 0 auto;
	color: black;
	background: none;
	border: none;
	font-size: 32px;
	text-align: center;
}

header nav {
	display: none;
	width: 100%;
	padding-bottom: 20px;
}
header nav.active {
	display: block;
}

header nav a {
	display: block;
	font-size: 18px;
	width: 100%;
	margin-top: 20px;
	color: black;
	text-decoration: none;
	text-align: center;
}

#title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 0px;
}

#subtitle {
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

#nylab-logo {
	display: block;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 80px;
}

#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#footer p{
	font-size: 12px;
	margin: 0px;
}

section {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 80px;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
}

.section-subtitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
}

.section-subsubtitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}

.section-text {
	font-size: 15px;
	font-weight: normal;
}

.section-gallery {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
}

figure {
	text-align: center;
}
figure img {
	width: 100%;
	margin-bottom: 20px;
}
figcap {
	width: 100%;
	font-size: 12px;
}

ul li h3 {
	font-size: 16px;
	font-weight: bold;
}

ul li p {
	font-size: 15px;
	font-weight: normal;
}

#img-rtl-to-gds-to-sip {
	width: 100%;
}

#img-os-from-scratch {
	width: 70%;
	margin: 0 auto;
}

#fig-boards, #fig-ultrascale {
	width: 70%;
}

#fig-respv-block, #fig-thread-inst {
	width: 70%;
}

#fig-nvioc-block, #fig-nvioc {
	width: 70%;
}

#fig-rmtp-block, #fig-rmtp-sip {
	width: 70%;
}

#fig-gpu-cu {
	width: 70%;
}
#fig-gpu-simd {
	width: 50%;
}

#fig-pam4-wave {
	width: 90%;
}
#fig-pof-codec {
	width: 90%;
}

#fig-mcs-model {
	width: 90%;
}
#fig-mcs-run {
	width: 70%;
}

#fig-irmtvisor {
	width: 100%;
}


