#gradient_background {
	position: absolute;
	width: 100%;
	height: 40%;
	top: 30%;
	background-image: linear-gradient(to bottom, rgba(var(--gradient-rgb), 0), rgba(var(--gradient-rgb), 0.75));
}

#contenthead {
	position: static;
}

#contenthead h1 {
	text-align: center;
	position: relative;
	margin: 0 auto;
	font-family: FutureLight, sans-sefif, serif;
	color: var(--highlight);
	font-size: 300%;
}

#static_background {
	position: absolute;
	top: 70%;
	width: 100%;
	background-color: rgba(var(--gradient-rgb), 0.75);
}
 
#contentbox {
	margin-top: 500px;
}

#profile {	/* profile image */
	border-radius: 25px 25px 25px 25px;
	margin-top: -100px;
	margin-right: 20px;
}

.content {
	position: relative;
	color: var(--highlight);
	background-color: #515d67;
	border-radius: 25px 25px 25px 25px;
	margin: auto;
	width: 90%;
}

.content h1 {
	font-size: 300%;
	font-family: FutureLight, sans-sefif, serif;
}

.content p {
	font-size: 120%;
	font-family:'Courier New', Courier, monospace;
	padding: 15px;
	margin: 0;
}

.content ul {
	font-size: 120%;
	font-family:'Courier New', Courier, monospace;
	padding: 15px;
	margin: 0;
}

#about ul {
	list-style: none;
	display: inline-flex;
	margin-top: -130px;
}

#edu {
	margin-top: 150px;
}

#edu h1 {
	position: relative;
	margin-left: 30px;
	top: -40px;
}

#edu ul {
	margin-top: -60px;
	margin-left: 50px;
}

#rit_png {
	position: relative;
	width: 400px;
	height: auto;
	top: -40px;
	margin-left: 30px;
}

#major_h {
	margin-top: 50px;
	margin-left: 10px;
	font-size: 170%;
	font-family: FutureLight, sans-sefif, serif;
}

#courses_h {
	margin-top: 20px;
	margin-left: 40px;
	font-size: 170%;
}

#langs {
	margin-top: 150px;
}

#langs h1 {
	position: absolute;
	margin-top: -40px;
	margin-left: 30px;
}

#langs ul {
	font-size: 150%;
	margin: 15px;
}

#exp {
	margin-top: 150px;
}

#exp h1 {
	position: absolute;
	margin-top: -40px;
	margin-left: 30px;
}

#footer {
	font-family: FutureLight, sans-sefif, serif;
	font-size: 150%;
	margin-top: 120px;
	height: 120px;
	position: relative;
	background-color: var(--def_gray);
	color: var(--highlight);
}

#footer_h {
	float: left;
}

#footer_c {
	float:right;
	height: inherit;
}

#footer h1 {
	font-size: 170%;
	margin-left: 40px;
}

.sm {
	overflow: hidden;
	height: 30px;
	margin-top: 20px;
	margin-right: 60px;
}

.sm a {
	float: right;
	height: inherit;
}

.sm p {
	margin: auto;
	height: inherit;
	float: left;
	color: var(--highlight);
	margin-right: 10px;
}

.sm img {
	display: table-cell;
	vertical-align: middle;
	float: right;
	height: inherit;
}

