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

#container {
	max-width: 960px;
	margin: 0 auto;
}

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

#hamburger {
	display: none;
}

header nav {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

header nav a {
	color: black;
	text-decoration: none;
	text-align: center;
}

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

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

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

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

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

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

.section-subtitle {
	font-size: 24px;
	font-weight: bold;
	margin-top: 80px;
}

.section-subsubtitle {
	font-size: 18px;
	font-weight: bold;
	margin-top: 80px;
}

.section-text {
	font-size: 18px;
	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: 16px;
}

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

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

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

#img-os-from-scratch {
	width: 400px;
	margin: 0 auto;
}

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

#fig-respv-block {
	max-width: 50%;
}

#fig-thread-inst {
	max-width: 30%;
}

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

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

#fig-gpu-cu {
	width: 40%;
}
#fig-gpu-simd {
	width: 20%;
}

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

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

#fig-irmtvisor {
	width: 60%;
}

#chip_gallery .section-gallery figure {
	width: 25%;
}
