@font-face {
	font-family: "SIntl";
	src: url("SIntl-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "SIntl";
	src: url("SIntl-Book.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SIntl";
	src: url("SIntl-Medium.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 0px 0px pink inset;
}

html {
	font-family: "SIntl", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	color: rgba(255,255,255);	
	background-color: rgb(15,15,15);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 125%;
	margin: 0;
	-webkit-margin: 0;
}

a {
	color: rgb(255,255,255);
	text-decoration: none;	
}


.content {
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 6rem 0 6rem;
}

.header {
	z-index: 1;
	position: fixed;
	width: 100%;
	padding: 2.4375rem 0 2.4375rem 0;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(15,15,15,.72);
	border-bottom: 1px solid rgba(255,255,255,.10);
}

.home {
	display: inline-block;
	width: 50%;
}

.location {
	display: none;
	width: 50%;
	text-align: right;
}

.titleCard {
	width: 100%;
}

.title {
	padding: 24rem 0 2rem 0;
	font-size: 6rem;
	line-height: 120%;
	font-weight: 500;
}

.underscore {
	height: .1875rem;
	width: 5rem;
	background-color: rgb(255,255,255);
}

.about {
	max-width: 50rem;
	font-size: 1.5rem;
	line-height: 125%;
	padding-top: 17rem;
}

.projects {
	padding: 4rem 0 6rem 0;
}

.label {
	font-size: 1rem;
	padding: .375rem 0 .375rem 0;
	color: rgba(255,255,255,.4);
}

.lineItem {
	width: 100%;
	padding: 2rem 0 2rem 0;
	border-bottom: 1px solid rgba(255,255,255,.10);
	overflow-x: hidden;
}

.name {
	font-size: 2rem;
	line-height: 120%;
	font-weight: 500;
	color: rgb(255,255,255);	
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: padding-left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover .name {
	padding-left: 3rem; 
}

.arrow {
	font-size: 2rem;	
	line-height: 120%;
	font-weight: 500;	
	color: rgb(255,255,255);	
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: -.1875rem;
	left: -2rem;
	transition: left 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover .arrow {
	left: 0;	
}

.info {
	padding: 13rem 0 7rem 0;
}

.email {
	width: 25%;
	display: inline-block;
	text-underline-offset: .25rem;	
}

.phone {
	padding-top: 0;
	width: 25%;
	display: inline-block;
	text-underline-offset: .25rem;
}

.info a {
	color: rgb(255,255,255);	
	transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);	
}

.info a:hover {
	color: rgba(255,255,255,.75);
}

.tail {	
}

/*        MAX 1080        MAX 1080        MAX 1080        MAX 1080        MAX 1080        MAX 1080        */

@media (max-width: 1080px) {

.content {
	padding: 0 3rem 0 3rem;
}

.header {
	padding: 2.4375rem 0 2.4375rem 0;
}

.location {
	display: none;
}

.about {
	max-width: 100%;
}

.email {
	width: 50%;
	display: inline-block;
	text-underline-offset: .25rem;	
}

.phone {
	width: 50%;
	display: inline-block;
	text-underline-offset: .25rem;
}

}

/*        MAX 640        MAX 640        MAX 640        MAX 640        MAX 640        MAX 640        */

@media (max-width: 640px) {

.content {
	padding: 0 1.5rem 0 1.5rem;
}

.header {
	padding: 1.4375rem 0 1.4375rem 0;
}

.location {
	display: none;
}

.title {
	padding: 18.5rem 0 1rem 0;
	font-size: 3rem;
}

.underscore {
	height: .125rem;
	width: 2.5rem;
	background-color: rgb(255,255,255);
}

.about {
	max-width: 100%;
	font-size: 1.25rem;
	padding-top: 14rem;
}

.projects {
	padding: 2rem 0 3rem 0;
}

.label {
	font-size: 1rem;
	padding: .375rem 0 .375rem 0;
}

.lineItem {
	padding: 1.1875rem 0 1.1875rem 0;
}

.name {
	font-size: 1.5rem;
}

a:hover .name {
	padding-left: 0rem; 
}

.arrow {
	font-size: 1.5rem;	
}

a:hover .arrow {
	left: -2rem;	
}

.info {
	padding: 11.5rem 0 4rem 0;
}

.email {
	width: 100%;
	display: block;
}

.phone {
	padding-top: 1.5rem;	
	width: 100%;
	display: block;
}

.info a {
	color: rgb(255,255,255);	
	transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);	
}

.info a:hover {
	color: rgba(255,255,255,.75);
}

.tail {	
}

}