body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	max-width: 100%;
    overflow-x: hidden;
	height: 100%;
}
html {
	height: 100%;
	overflow: auto;
}

hr {
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	margin-left: 22.5%;
	width: 55%;
}
.blur-block {
	position: fixed; 
	width: 100vw; 
	height: 100vh; 
	top: -100vh; 
	background-color: white;
	z-index: 999;
}
.container {
	position: absolute;
	width: 100%;
	min-width: 800px;
}

.name-upper {
	font-size: 95px;
}

.gray-bold {
	font-size: 30px;
	color: #585858;
}

.color-titles {
	padding: 0 30px;
	cursor: pointer;
}

.freezify-loops, .freezify-15s, .slide-loops, .fly-by-loops {
	border: 3px solid black;
	margin: 0 16px;
}

.fly-by-loops {
	width: 200px;
}

.freezify-forget {
	width: 500px;
}

.slide-menu, .slide-images, .ss-menu, .ss-images {
	border: 3px solid black;
	float: left;
	margin: 0 16px 25px 16px;
	height: 300px;
}

.slide-images{
	height: 250px;
}

.ss-loops, .ss-images {
	border: 0px;
	height: 200px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}

.project-content {
	display: block;
	margin-top: 90px;
}

.project-logo {
	margin-top: 40px;
	height: 100px;
}

.app {
	border-radius: 20px;
}

.project-title {
	font-weight: normal;
	padding: 20px 0 40px 0;
	margin: 0 auto;
	width: 600px;
}

.project-summary {
	font-weight: 100;
	padding: 20px 0;
	margin: 0 auto;
	width: 650px;
}

.videos {
	height: 300px;
}
.videos-250 {
	width: 250px;
}

#who, #who-bottom {
	position: fixed;
	width: 100%;
	height: 135px;
	left: 0px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 45px;
	background-color: rgba(255,255,255,0);
	min-width: 800px;
}
#who {
	top: 0px;
	z-index: 1;
}
#who-bottom {
	bottom: 7.5%;
}

#name {
	position: relative;
	font-variant: small-caps;
	margin-top: 65px;
	font-size: 75px;
	width: 100%;
	cursor: pointer;
	z-index: 1;
}

#contact {
	width: 575px;
	margin: 0 auto;
	font-size: 22px;
}

#phone, #phone a {
	position: relative;
	float: right;
	text-decoration: none;
	color: black;
	z-index: 2;
}

#email, #email a {
	position: relative;
	float: left;
	text-decoration: none;
	color: black;
	cursor: pointer;
	z-index: 2;
}

#objective {
	width: 100%;
	font-size: 30px;
	height: 90px;
	margin-top: 200px;
}

#projects-header {
	height: 50px;
}

#projects-fade-in {
	position: relative;
	width: 90px;
	margin-right: -80px;
	right: 90px;
	color: #585858;
	opacity: 0;
}

#project-underline {
	position: absolute;
	top: 29px;
	margin-left: 50%;
	left: -360px;
	width: 75px;
	height: 2px;
	background-color: #ec1c24;
	opacity: 0;
}

#project-names {
	position: fixed;
	display: flex;
	justify-content: center;
	height: 50px;
	width: 100%;
	min-width: 800px;
	top: 350px;
	left: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 2;
}

#freezify-logo {
	width: 100px;
	height: 100px;
}

#freezify-vr {
	width: 281px;
	height: 200px;
}

#fly-by-bullets {
	width: 80%;
	margin-left: 10%;
	text-align: left;
	list-style-type: circle;
}

#slide-menu-container, #ss-screen-container {
	display: flex;
	justify-content: center;
	width: 100%;	
}

#copyright {
	font-size: 12px;
	font-weight: normal;
}
