/*-----------------------------------------------------------
    Splash
-------------------------------------------------------------*/

.proj-splash {
	height: 100vh;
	width: 100%;
	/* background-color: var(--intro-bg); */
	/* display: none; */
}

.splash-box {
	padding: 0 var(--margsX);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.proj-splash .splash-img {
	max-width: 50%;
	height: 100%;
	margin: 0 auto;
	padding: 2vw 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* .splash-img-wrapper {
	height: 100%;
} */

.proj-splash .splash-img img {
	/* object-fit: cover;
	height: 100%;
	width: 100%; */
	max-height: 100%;
}

.splash-text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.splash-text div {
	color: var(--text-color);
	font-family: var(--intro-fam), sans-serif;
	letter-spacing: -2px;
	font-weight: 550;
}

.splash-text div:nth-child(1) {
	width: 50%;
	padding-left: calc(var(--margsX) / 2);
	font-size: var(--splash-name-size);
}

.splash-text div:nth-child(2) {
	width: 50%;
	text-align: right;
	padding-right: calc(var(--margsX) / 2);
	font-size: 3em;
	line-height: 1.1em;
}







/*-----------------------------------------------------------
    Introduction
-------------------------------------------------------------*/
.intr0 {
	padding-bottom: 4em;
	background-color: var(--intro-bg);
}

.introduction {
	width: 100vw;
	padding-bottom: 10em;
	min-height: calc(100vh);
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 12rem var(--margsX) 125px var(--margsX);
}


.proj-name h1 {
	font-family: var(--intro-fam);
	color: var(--text-color);
	font-weight: 400;
	font-size: 3.6em;
	letter-spacing: -1px;
}


.proj-name h1::first-letter {
	margin-left: -.06em;
}

.proj-name ul {
	margin-top: 0.25rem;
}

.proj-name ul li {
	font-size: 16px;
	line-height: 20px;
	list-style-type: none;
	font-family: var(--intro-fam);
	font-family: var(--intro-fam);
	font-weight: 500;
	letter-spacing: -0.02em;
}

.proj-rule {
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
}

.proj-intro {
	padding-left: 1em;
}

.proj-brief {
	padding: 3em 0 5em 0;
}

.proj-brief p {
	color: var(--text-color);
	font-family: var(--intro-fam);
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 500;
	letter-spacing: -0.2px;

}

.proj-sub {
	display: flex;
	color: var(--text-color);
	font-family: var(--intro-fam);
	font-weight: 550;
	letter-spacing: -0.04em;
}

.proj-sub.up {
	margin-top: 0.5em;
}

.proj-sub.down {
	margin-bottom: 0.5em;
}

.proj-sub .uno {
	width: 40%;
}

.proj-sub .dos {
	width: 20%;
}

.proj-sub .tres {
	width: 40%;
	text-align: right;
}


/*-----------------------------------------------------------
    Misc 
-------------------------------------------------------------*/

.arrow {
	stroke: var(--intro-bg);
	fill: transparent;
	/* fill: var(--text-color); */
	opacity: 1;
	/* stroke-width: .5px;
	stroke-width: .01em; */
	shape-rendering: crispEdges;
	/* width: 2em; */
	height: 1.5em;
	height: 100px;
	position: absolute;
	left: var(--margsX);
	bottom: 0;
	mix-blend-mode: difference;
}

#cube3d {
	position: absolute;
	width: 2em;
	top: 1em;
	left: 1em;
} 



.nty {
	width: 90%;
}


.proj-pic {
	width: 100%;
	margin: 3vw auto 0 auto;
	display: grid;
	margin-top: 3vw;
}

.proj-pic img {
	width: 100%;
}

.stack {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 1rem;
}

/*-----------------------------------------------------------
    Blocks
-------------------------------------------------------------*/

.flx {
	display: flex;
	margin: 5vw auto;
	flex-direction: row;
}

.flx.break.top {
	margin: 5vw auto;
}

.flx.break {
	/* display: flex;
	flex-direction: row;
	justify-content: space-between; */
	display: block;
	padding: 0 5% 0 5%;
	height: auto;
	min-height: fit-content;
	margin: 0 0 5vw 0;
}

.flx.break h2 {
	font-size: 32px;
}

.flx.break .tit, .flx.break .tex {
	width: 100%;
}

.flx.break .tex p {
	color: var(--body-text-color);
	font-family: var(--body-fam-offwhite);
	opacity: 0.8;
	line-height: 1.55em;
	font-size: 18px;
}

.tex p span {
	padding: 2em 0 2vw 2vw;
	display: block;
	color: var(--intro-bg);
}

span.quote {
	font-weight: 500;
	font-size: 1.25em;

}

.tex h3 {
	font-family: var(--intro-fam);
	letter-spacing: 0.075em;
	font-size: 20px;
	opacity: 0.8;
	margin-bottom: 0.5em;

}

/* .tex h3.ital {
	font-style: italic;

} */

.section-rule {
	width: 100%;
	height: 1px;
	background-color: var(--intro-bg);
	margin: 5vw auto;
}


.tit {
	width: 50%;
}

.tit h2 {
	font-size: 28px;
	font-family: var(--body-fam);
	letter-spacing: 2px;
	font-weight: 300;
	color: #D7CEBB;
	margin-bottom: 20px;
}

.tit h3  {
	font-family: var(--intro-fam);
	letter-spacing: 0.075em;
	font-size: 26px;
	opacity: 0.8;
}

.tit h4 {
	color: #fff;
	font-family: var(--intro-fam);
	letter-spacing: 0.075em;
	font-size: 16px;
	opacity: 0.8;
	margin: 2em auto 1em auto;
}

.tit a {
	font-family: var(--body-fam-offwhite);
	color: var(--body-text-color);
}

.tit a:hover {
	color: greenyellow;
}

.tex {
	max-width: 60ch;
	margin-left: auto;
	/* white-space: pre-line; */
}

.tex.long {
	max-width: 60%;
}

.wide .tit {
	width: 30%;
}

.wide .tex {
	width: 60%;
	max-width: 100%;
}

.pix .tex {
	width: 50%;
	width: calc(50% - 0.7em);
}

.pix .tit {
	width: 50%;
	padding-right: 3em;
}

.pix .tit p {
	/* font-family: var(--body-fam); */
	font-family: var(--body-fam-offwhite);
	color: var(--body-text-color);
	line-height: 1.55em;
	font-size: 16px;
	opacity: 0.8;
}

.flx .tex p {
	font-family: var(--body-fam);
	font-family: var(--body-fam-offwhite);
	/* font-family: basis-grotesque-pro-mono; */

	color: var(--body-text-color);
	line-height: 1.55em;
	font-size: 16px;
	/* color: #D7CEBB; */
	opacity: 0.8;
}


/*  */

.block {
	position: relative;
	display: grid;
	/* margin: 1.5vw auto; */
	/* margin: 0 auto; */
	margin: auto auto;
	width: 90vw;
}

article.block {
	margin-top: 1.1em;
}

.first {
	margin-top: 3vw;
}



.block img {
	width: 100vw;
	display: block;
}

/* .block-single img:not(:first-of-type) {
	margin-top: 5rem;
} */

.block-single {
	grid-template-columns: 1fr;
	justify-content: center;
	gap: 1.1em;
}

.block.block-single.gallery img {
	margin-bottom: 2.5vw;
}


.block-double {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	gap: 1.1em;
}

.gapneg {
	margin-top: -1.1em;
}

.block-fw {
	width: 100%;
}


.text {
	padding: 10em 0 0 0;
	width: 65vw;
	margin: 0 auto;
}

.block > .text:first-child {
	padding: 0 0 10em 0;
}

.text h2 {
	/* font-family: graphik-regular; */
	font-family: var(--body-fam);
	font-size: 1.3em;
	/* letter-spacing: 0.075em; */
	padding-bottom: 1em;
}

.block .text p {
	font-family: var(--body-fam-offwhite);
	color: var(--body-text-color);
	line-height: 1.55em;
	font-weight: 300;
	font-size: 1.2rem;
	/* opacity: 0.85; */
	/* padding-left: 1.5em; */
}

.block .text p:not(:first-of-type) {
	margin-top: 1em;
}

/* article.block div:not(first-of-type) img {
	padding-top: 5rem;
} */

.block .stack div:not(:first-of-type) img {
	padding-top: 5rem;
}

/* specific -- buggy, voyage */

.block .flx {
	display: flex;
	justify-content: center;
	width: 100%;
}

.block-2c {
	grid-template-columns: 1fr 1fr;
	width: 100%;
	padding: 0 calc(var(--margsX) * 2);
	margin-top: 9vw;
}

.block.block-2c .text {
	width: auto;
	padding: 0;
}

.block-2c .text h2 {
	width: auto;
	font-family: var(--body-fam);
}

.block h3 {
	font-family: var(--body-fam);
	font-size: 1.3em;
	margin-bottom: 1em;
}

.block-2c .text p {
	width: 90%;
	opacity: 0.7;
	font-size: 1.1em;
	font-family: graphik-light;
	font-family: var(--body-fam-offwhite);
}

.b73 {
	grid-template-columns: 70% 30%;
}

.b64 {
	grid-template-columns: 60% 40%;
}







/*-----------------------------------------------------------
    Breaks
-------------------------------------------------------------*/


.recs-head h2 {
	background-color: #e9e9e9;
	padding: 3vw 0 3vw 3vw;
	margin-bottom: 0;
	color: #000;
	font-family: var(--body-fam);
}

.detail-recs {
	min-height: 200px;
	padding: 0 3vw 6vw 3vw;
	background-color: #e9e9e9;
	display: grid;
  	grid-column-gap: 1.5rem;
 	grid-row-gap: 1.5rem;
  	grid-template-columns: repeat(4, 1fr);
}


.rec {
	height: 300px;
	height: 22.5vw;
	background-color: #fff;
	position: relative;
}

.detail-recs h2 {
	display: block;
	width: 100%;
}


p.rec-no {
	font-size: 1.5em;
	color: #000;
	opacity: 0.5;
	font-family: graphik-medium;
	font-weight: 400;
	position: absolute;
	right: 6%;
	top: 7.5%;
	line-height: .5;
}

.rec-text {
	position: absolute;
	left: 6%;
	bottom: 6%;
	/*margin-bottom: 0;*/
}

.rec-text p {
	font-size: 2.1vw;
	color: #000;
	font-family: var(--body-fam-offwhite);
	font-weight: 500;
	line-height: 1.2;
}


.break {
	width: 100%;
	min-height: 150px;
	height: 400px;
	position: relative;
}

.break.right {
	text-align: right;
}

#fmp .break.right img {
	height: 100%;
	display: inline-block;
}















/* stooooooooop */







/*-----------------------------------------------------------
    Model
-------------------------------------------------------------*/

.model-full {
	height: 400px;
	background-color: #e9e9e9;
}


/*-----------------------------------------------------------
    Sections
-------------------------------------------------------------*/


.proj-splice {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10vw;
}

.proj-splice p {
	margin-top: 18px;
	/*font-size: 20px;*/
	font-size: 17px;
	color: #fff;
	color: hsla(0, 0%, 100%, 0.5);
}

.proj-splice figure {
	font-family: graphik-regular, san-serif;
	margin-top: .75em;
	color: hsla(0, 0%, 100%, 0.5);
	text-align: right;
}

ul.proj-list {
	border: none;
	list-style: none;
	padding-left: 0;
	color: hsla(0, 0%, 100%, 0.5);
}

.proj-left {
	display: inline-block;
	width: 50%;
	padding-right: 5vw;
	position: relative;
}

.proj-right {
	display: inline-block;
	width: 50%;
	float: right;
	padding-left: 1vw;
	position: relative;
}

.proj-right img {
	margin-bottom: 1.25vw;
}


/*-----------------------------------------------------------
    Scroll Page
-------------------------------------------------------------*/


.scrollpage .title-3d {
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
	/* margin-top: -0.5rem; */
}

.scrollpage h2 {
	font-weight: 300;
	font-size: 1.75em;
	font-family: var(--body-fam-offwhite);
}


h3.ital {
	font-style: italic;
}

h3 {
	font-size: 1em;
	color: #9B9B9B;
	font-family: var(--body-fam);
	font-weight: 200;
	margin-left: auto;
}

.scrollpage .scroll-rule {
	display: block;
	border-color: hsla(162, 7%, 55%, 0.3);
	margin-bottom: 1em;
	display: none;
}


.scroll-block {
	width: 96vw;
	margin: 2.5vw auto;
}

.scroll {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	/* margin-bottom: 12vw; */
	margin-bottom: calc(var(--margsX) * 4);
	/* padding: 2vw 5vw; */
	padding: calc(var(--margsX) * 2) calc(var(--margsX) * 2);
}

#halt .scroll {
	margin-top: 0;
	padding-top: 0;
}

.scroll:first-of-type {
	padding-top: calc(var(--margsX) * 2);
	/* padding-top: 0; */
}

.scroll-info {
	width: 40%;
}

.scroll-head {
	display: flex;
}

.head {
	width: 60%;
}

.sub {
	width: 40%;
	text-align: right;
}

.sub a, .sub a:visited {
	color: #D7CEBB;
	font-family: basis-grotesque-pro;
	text-decoration: none;
	font-style: italic;
	text-transform: uppercase;
	font-size: 12px;
}

.sub a:hover {
	color: #fff;
	color: #007bff;
}

.scroll-info h2 {
	font-size: 28px;
	/* font-family: graphik-medium; */
	font-family: var(--body-fam);
	letter-spacing: 2px;
	font-weight: 300;
	color: #D7CEBB;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}

.scroll-info h3 {
	/* font-size: 24px; */
	/* font-family: graphik-medium; */
	font-family: var(--body-fam);
	letter-spacing: 2px;
	font-weight: 300;
	color: #D7CEBB;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}

.scroll-info h4 {
	font-size: 1em;
	color: #9B9B9B;
	font-family: var(--body-fam);
	font-weight: 400;
	margin-top: 1em;

}

.scroll-info h5 {
	font-size: 1em;
	color: #9B9B9B;
	font-family: var(--body-fam);
	font-weight: 400;
	margin-bottom: 1em;
	font-style: italic;
}

.scroll p {
	color: hsla(0, 0%, 100%, 0.5);
	font-family: var(--body-fam);
	font-weight: 300;
}


.scroll-info .grid-three .qus {
	grid-column: 1 / 2;
	/* font-size: 14px; */
	/* text-transform: uppercase; */
}

.scroll-info .grid-three .ans {
	grid-column: 2 / 4;
	font-size: 16px;
	color: #e9e9e9;
	line-height: 1.75;
}


.scroll-rule {
	border-style: solid;
	border-width: 0.5px;
	border-color: hsla(0, 0%, 100%, 0.3);
	border-radius: 0.5px;
	margin-bottom: 20px;
}

.scroll-pix {
	width: 60%;
	padding-left: 3vw;
}

.scroll-pix img:hover {
	cursor: crosshair;
}


/* scroll page css, to be moved */


.scroll-info {
    display: flex;
    flex-direction: column;
}



.scrollpage .scroll-pix {
    width: 60%;
}

.scrollpage .scroll-info {
    width: 40%;
}

.scrollpage h2 {
    font-size: 28px;
    /* color: #859691;
    color: #9B9B9B; */
    /* line-height: 0;
    margin-top: 1.75em; */
}


.scrollpage .page-title h2 {
    position: absolute;
    bottom: .8em;
    right: var(--margsX);
    font-family: var(--body-fam-offwhite);
    font-size: 1.5em;
    color: var(--title-color);
}

.scrollpage .title-3d {
    margin-bottom: 1em;
}

/*  */

.title-3d {
	position: relative;
    margin-bottom: 1.5em;
}

.scroll-info .title-3d h2 {
	margin-bottom: 0;
}

.text-3d p {
    font-family: var(--body-fam);
    font-size: 16.5px;
    margin-top: -0.25em;
}

.text-3d a {
    text-decoration: none;

}

.text-3d a, .text-3d a:visited {
    color: hsla(0, 0%, 100%, 0.5);
}

.text-3d a:hover {
    color: #9B9B9B;
}



.icon-3d {
	float: right;
	text-align: right;
	height: 30px;
	width: 30px;
	background-image: url(../images/cube-3.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 7px;

}

.icon-3d:hover {
    background-image: url(../images/cube-3-hover.svg);
    transform: scale(1.25);
    transform-origin: 50% 7%;

	
}


/*  close button  */

.close-x {
	height: 30px;
	width: 30px;
	background-image: url(../images/general/close-x.svg);
}

.close-x:hover {
	filter: blur(.5px);
	transform: scale(1.05);

}

.tit.secondary {
	/* width: 100%; */
}

.secondary {

}

.secondary h3 {
	color: var(--intro-bg);
	font-size: 2em;
}























@media screen and (max-width: 768px) {
	.scroll-info, #threeD .scroll-info {
		width: 100%;
	}

	.scroll-pix, #threeD .scroll-pix {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}


/* old grid stuff */


.g2 {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.g3 {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-template-columns: auto auto auto;
}

.g4 {
  display: grid;
  grid-column-gap: 1.5rem;
  grid-template-columns: auto auto auto auto;
}


/* ------ */

.process {
	margin-top: 12vw;
	background-color: #141414;
	background-color: #000;
	padding-bottom: 3vw;
}

.process h2 {
	padding-bottom: 36px;
	padding-top: 72px;
}

.por {
	display: grid;
  	grid-column-gap: 2vw;
  	grid-template-columns: 40% repeat(1, 1fr);
  	margin-bottom: 4em;
}

.por-gal > img {
	margin-top: 2vw;
}

/*.por-mobile {
	display: grid;
  	grid-column-gap: 20px;
  	grid-template-columns: repeat(2, 1fr);
}*/

.por-text {
	/*width: 35%;*/
}

.por-pics {
	/*width: 65%;*/
	display: grid;
  	grid-column-gap: 2vw;
  	grid-template-columns: repeat(2, 1fr);
}


.por p {
	color: hsla(0, 0%, 100%, 0.5);
	padding-bottom: 1em;
	padding-right: 18px;
}

.k3 {
	margin: 12vw 0;
	/*height: 280px;*/
}
.k3 img {
	/*height: 100%;*/
}

.fwpic img {
	width: 100%;
}






/* Detail Breaks ------------------------*/

.proj-subsection {
	background-color: #e9e9e9;
	min-height: 400px;
	display: grid;
  	grid-template-columns: auto auto auto;
	/* width: 80%; */
	margin: 0 auto 0 auto;
  /*justify-items: center;*/

}

#halt .proj-subsection {
    width: 100vw;
    min-height: 400px;
	background-color: var(--intro-bg);
	padding-bottom: 5vw;
}

#halt .proj-subsection img {
	margin: auto 5vw;
}





.rule {
	border-style: solid;
	border-width: 0.5px;
	border-color: hsla(0, 0%, 100%, 0.3);
	border-radius: 0.5px;
	width: 90vw;

}

.proj-subsection img {
	display: inline-block;
	width: 90vw;
	max-height: 100%;
	margin: auto;
}

#djbooth .proj-subsection {
	min-height: 100px;
}

#djbooth .proj-subsection img {
	width: 100%;
}

.nty {
	width: 90%;
}


 
/* ---------------------------------------- */
/* VIDEO ---------------------------------- */

.vid-box-fullscreen {
	width: 100%;
	position: relative;
	margin-top: 5vw;
}

.vid-box-fullscreen video {
	width: 100%;
	display: block;
}

.vid-box-fullscreen:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
/*  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAABKADAAQAAAABAAAABAAAAADFbP4CAAAAEklEQVQIHWNgYGD4D8TEAewqAVXuAf+yw+rnAAAAAElFTkSuQmCC);
*/  opacity: 0.5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* .vid-topleft, .vid-bottomright {
	color: #fff;
	font-family: source-code-pro, san-serif;
	text-transform: uppercase;
	position: absolute;
	font-size: 20px;
	letter-spacing: 2px;
} */


/* .vid-topleft {
	top: 1.5vw;
	left: 3vw;
} */

/* .vid-bottomright {
	bottom: 1.5vw;
	right: 3vw;
} */

/* .vert {
	    -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
} */










/* #find */


/* ------------------------------------- */
@media screen and (max-width: 900px) {
	.tri-box:first-of-type {
		display: none;
	}

	.tri {
		grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
	}

}



@media screen and (max-width: 768px) {

	.margs {
		/* padding: 0; */
	}

	.proj-name {
		/* padding-top: 3vw; */
	}

	/* .proj-brief, .proj-pic {
		width: 100%;
		column-gap: 0;
	} */

	.brief-split {
		grid-template-columns: 1fr;
		display: block;
	}

	.proj-intro {
		/*padding: 0 3vw;*/
	}

	.proj-name h1 {
		/*font-size: 4.5em;*/
	}

	.rule-box {
		/* margin: 0 3vw; */
	}

	/* .proj-sub {
		font-size: 20px;
		margin: 22px 0;
	} */

	.proj-des {
		/* margin-top: 4.5vw; */
		width: 100%;
	}

	.abo {
		text-align: left;
		padding-right: 0;
		margin-bottom: 0.5em;
	}

	.brief-split .abo:nth-of-type(3) {
		margin-top: 2em;
	}

	.proj-des p {
	
	}

	.proj-info {
		/* width: 100%; */
		/* padding: 0 3vw; */
	}


	.tri-box:first-of-type, .tri-box:nth-of-type(2) {
		display: none;
	}

	.tri {
		grid-template-columns: minmax(auto, 100%);
		
	}

	/* .proj-pic {
		padding-left: 0;
		width: 100%;
		
	} */

	/* .proj-pic img:first-of-type {
		padding-top: 6vw;
	} */

	.proj-subsection {
		min-height: 250px;
	}

	.proj-splice {
      justify-content: space-between;
      margin-bottom: 0;
  }

  .proj-left {
      order:1;
      width: 100%;
      margin-bottom: 12vw;
  }

  .proj-right {
      order:2;
      width: 100%;
      padding-left: 0;
      margin-bottom: 12vw;
  }


  .recs-head h2 {
  	font-size: 30px;
  	padding-top: 7vw;
  }

  .detail-recs {
  	grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 9vw;
  }

  .rec {
  	height: 170px;

  }

  .rec-text p {
  	display: inline;
  	font-size: 26px;
  }

  .rec-text {
  	left: 25px;
  	bottom: 25px;
  }

  p.rec-no {
  	right: 25px;
  	top: 25px;
  }

  .por {
	display: block;
}

.por img {
	margin: 2vw 0;
}

.g3.k3 {
	display: block;
}

.g3.k3 img {
	margin: 2vw 0;
}

.proj-intro-pix {
	width: 100%;
	margin-top: 10vw;
}

.br {
	width: 100%;
}




/* FMP ------------- */
#fmp .proj-pic {
	height: 300px;
	margin-top: 5em;
	border: none;
}

#fmp .proj-intro {
	margin-bottom: 0;
}

#fmp .fmp-splice {
	display: block;
}

.fmp-row {
	grid-template-columns: 1fr;
}

.fmp-text {
	order: 1;
	margin-bottom: 3em;
}

.fmp-image {
	order: 2;
}







/* Media Query*/
}




