body{
	background-color: white;
	font-size: 16px;
	line-height: 1.75rem;
	margin: 0;
	padding: 0;
	font-family: untitled;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

a{
	color:black;
	text-decoration: none;
}

b, strong, .b, .bold{
	font-weight: 700;	
}

h1,h2,h3,h4,h5,h6{
	padding: 0 .5em 0 0;
	margin: 0;
	display: inline;
	font-weight: 500;
}

h1, h2{
	font-size: 6rem;
	line-height: 6.5rem;
	letter-spacing: -3px;
	word-wrap : break-word;

}

h1{		font-weight: 600;	}
h2{		font-weight: 400;	}



h4{
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
}
h5{
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 400;
}


ul, li{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5rem;
}

ul.l1{
	padding: 0 0 1rem 0;
}

ul.l1 li{
	font-weight: 500;
	padding: 0 0 .25rem 0;
}

ul.l2 li{
	padding: 0 0 .25rem 1rem;
	font-weight: 500;
	
}

.center{
	/* background-color: rgba(0,0,0,.1); */
	margin: 0 auto 4rem auto;
	padding: 0rem 2rem 0 2rem;
	max-width: calc(1280px + 2rem);
}

.head{
	margin: 0;
	padding: 0;
	display: block;
}

.nav{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	grid-auto-flow: row;
	column-gap: 2rem;
	row-gap: 2rem;
	padding: 2rem 0 4rem 0;
}


.intro{
	width: 100%;
	max-width: 1024px;
	min-height: calc(6.5rem*3);
	padding: 0 0 6rem 0;
	margin: 0 0 0rem 0;
	position: relative;
	left: -.25rem;
	display: block;
}



.error{
	width:100%;
	padding: 1rem 1.5rem;
	margin: 0 0 2rem 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.1);
	border-radius: .1rem;
}



.grid_items{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	grid-auto-flow: row;
	column-gap: 2rem;
	row-gap: 2rem;
	width: 100%;	
}


.grid_deet{
	display: grid;
	grid-template-columns: repeat(12,1fr);
	grid-template-rows: auto;
	/* grid-auto-flow: row; */
	column-gap: 2rem;
	row-gap: 2rem;
	width: 100%;	
	/* font-size: 2rem;
	line-height: 2.5rem; */
	margin-bottom: 4rem;
}


.grid_1{
	grid-column: 1 / span 2;
	/* background-color: rgba(255,0,0,.1); */
}

.grid_2{
	grid-column: 3 / span 5;
	/* background-color: rgba(0,255,0,.1); */
}

.grid_3{
	grid-column: 8 / span 5;
	/* background-color: rgba(0,0,255,.1); */
}



.grid_credit{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	column-gap: 2rem;
	row-gap: 1.75rem;
	width: 100%;		
}


.feature img{
	width: 100%;
	margin-bottom: .5rem;
	background-color: #eeeeee;
	background-position: center center;
	background-size: cover;
	border-radius: .1rem;
}



.item{
	/* background-color: rgba(0,0,0,.1); */
	font-size: 1.25rem;
	line-height: 1.75rem;
	/* letter-spacing: .25px; */
}

.item .thumb{
	width: 100%;
	padding-top: 75%;
	margin-bottom: .5rem;
	background-color: #eeeeee;
	background-position: center center;
	background-size: cover;
	border-radius: .1rem;
}

.item .credit{
	display: block;
	margin: .25rem 0 0 0;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
}



@font-face {
	font-family: untitled;
	src: url('/fonts/untitled-sans-web-light.woff2');
	font-weight: 400;	
}

@font-face {
	font-family: untitled;
	src: url('/fonts/untitled-sans-web-regular.woff2');
	font-weight: 500;	
}

@font-face {
	font-family: untitled;
	src: url('/fonts/untitled-sans-web-medium.woff2');
	font-weight: 600;	
}

@font-face {
	font-family: untitled;
	src: url('/fonts/untitled-sans-web-bold.woff2');
	font-weight: 700;	
}

@font-face {
	font-family: untitled;
	src: url('/fonts/untitled-sans-web-black.woff2');
	font-weight: 800;	
}


/* 
@font-face {
	font-family: gerstner;
	src: url('/fonts/Gerstner-ProgrammLight.woff2');
	font-weight: 400;	
}

@font-face {
	font-family: gerstner;
	src: url('/fonts/Gerstner-ProgrammRegular.woff2');
	font-weight: 500;	
}

@font-face {
	font-family: gerstner;
	src: url('/fonts/Gerstner-ProgrammBold.woff2');
	font-weight: 700;	
} */