body {
	font-family: arial;
	margin: 0px;
	padding: 0px;
}
div {
	display: inline-block;
	padding-left: 2vw;
	padding-right: 0px;
	padding-top: 1vh;
	padding-bottom: 2vh;
	width: 100vw;
	position: relative;
	top: 100vh;
}
h1 {
	font-size: 96px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
p {
	width: 95vw;
	font-size: 16px;
}
.bkg {
	background-image: url("/?originalUrl=https%3A%2F%2Fniranjan-kumar.com%2Fimg%2Fbixby_bridge.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	position: fixed;
	top: 0px;
}
.title {
	text-align: center;
	color: white;
	top: 8vh;
}
.about {
	background-color: darkseagreen;
}
.projects {
	background-color: gold;
}
.contact {
	color: white;
	background-color: #b69c87;
}
.mission {
	background-color: #e2d7d6;
}
.vision {
	background-color: skyblue;
}
.subsection {
	top: 0px;
	padding: 0px;
}
.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 100vh;
}
.proj-page {
	top: 0px;
	height: 100vh;
	background-color: #e2d7d6;
}
.contact-widget {
	width: 10vw;
	max-width: 50px;
	padding-left: 2vw;
	padding-right: 2vw;
}