html, body, .container-fluid {
	background: black;
	height: 100%;
} 

#containerOne {
	align-items: center;
	display: flex;
	height: 100%;	
	justify-content: center;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/one-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#photo {
	height: 256px;
	width: 256px;
	background-image: url("../images/nikhil-headshot.jpg");
    background-size: 256px 256px;
    background-repeat: no-repeat;
	border-radius: 150px;
	cursor: pointer;
}

#name {
	color: white;
	font-size: 40px;
}

#about {
	color: #bbaeae;
	font-size: 20px;
	margin-left: 40px;
}

.services {
	padding-right: 5px;
    padding-left: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.project {
	padding-right: 5px;
    padding-left: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.field {
	color: white;
	font-weight: 500;
}