/*
#e8e5dd (white)

#cebf9f (tan)

#252e35 (blue)
*/

_::-webkit-full-page-media, _:future, :root .aboutMe {

  position:static;

}

.noShrink {
	flex-shrink:0;
}

@keyframes invisible {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}

@keyframes visible {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}

.invisible {
	animation:invisible forwards linear 0ms;
}

.visible {
	animation:visible forwards linear 800ms;
}

.projImgTwo, .projImgThree, .projImgFour, .projImgFive, .projImgSix, .projImgFive, .projImgSix, .projImgSeven, .projImgEight, .projImgNine {
	display:none;
}

.OODesc, .TODesc, .THODesc, .FOODesc, .FODesc, .SODesc, .SEODesc, .SETDesc, .SETHDesc, .EODesc, .ETDesc, .NODesc, .NTDesc, .NTHDesc {
	display:none;
}

.FCW {
	width:fit-content;
}

.FCH {
	height:fit-content;
}

.LRCenter {
	margin-left:auto;
	margin-right:auto;
}

.UDCenter {
	margin-top:auto;
	margin-bottom:auto;
}

.noLetterSpace {
	letter-spacing:0;
}

.bgImg {
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.projDesc {
	display:none;
	position:absolute;
	z-index:5;
	background-color:rgba(232, 229, 221, .75);
	-webkit-backdrop-filter: blur(1dvh);
	backdrop-filter: blur(1dvh);
}

.ex {
	display:none;
}

.projDescHolder, .aboutMeHolder {
	height:100%;
}

.aboutMe {
	position:absolute;
	display:none;
}

.titleBarCover {
	height:100%;
	width:100%;
	position:absolute;
	z-index:10;
	display:none;
}

.arrow.L {
	background-image:url("../images/left_arrow.png");
}

.arrow.R {
	background-image:url("../images/right_arrow.png");
}

.logo {
	background-image:url("../images/logo.png");
}

.email {
	background-image:url("../images/email_symbol.png");
}

.phone {
	background-image:url("../images/phone_symbol.png");
}

.bullet {
	background-image:url("../images/bullet.png");
}

.navSelect.L {
	background-image:url("../images/left_nav_select.png");
}

.navSelect.R {
	background-image:url("../images/right_nav_select.png");
}

.meImg {
	aspect-ratio:1875/625;
	width:100%;
	background-image:url("../images/me.png");
}

.whiteBG {
	background-color:#e8e5dd;
}

.tanBG {
	background-color:#cebf9f;
}

.blueBG {
	background-color:#252e35;
}

.whiteText {
	color:#e8e5dd;
}

.tanText {
	color:#cebf9f;
}

.blueText {
	color:#252e35;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}

.noWrap {
	flex-wrap:noWrap;
}

a {
	text-decoration:none;
	display:block;
}

body {
	height:100dvh;
	width:100dvw;
	position:fixed;
	hyphens:auto;
	overflow:hidden;
	display:flex;
	flex-direction:column;
}

@font-face {
  font-family: "manLight";
  src: url("../fonts/manLight.otf");
}

@font-face {
  font-family: "man";
  src: url("../fonts/man.otf");
}

@font-face {
  font-family: "manSemi";
  src: url("../fonts/manSemi.otf");
}

@font-face {
  font-family: "manBold";
  src: url("../fonts/manBold.otf");
}

.light {
	font-family:manLight;
}

.reg {
	font-family:man;
}

.semi {
	font-family:manSemi;
}

.bold {
	font-family:manBold;
}

.nav {
	width:100dvw;
	flex:none;
}

.rightNav {
	margin-left:auto;
}

.titleBar {
	position:relative;
	overflow:hidden;
	flex:none;
}

.arrowHolder.L {
	margin-left:auto;
}

.arrowHolder.R {
	margin-right:auto;
}

.PCDot, .NCDot {
	opacity:.35;
}

.mainHolder {
	height:100%;
	width:100dvw;
	flex:auto;
}

.leftUI {
	margin-left:auto;
}

.rightUI {
	margin-right:auto;
}

.select {
	opacity:1;
}

.NCDot.select {
	background-color:#252e35;
	color:#e8e5dd;
}

.projNumHolder .group {
	border-style:solid;
	border-color:#252e35;
}

.projDescHolder h1, .aboutMe h1 {
	border-style:solid;
	border-color:#252e35;
}

.footer {
	flex:none;
}

@media screen and (min-aspect-ratio: 6/9) {

.ex {
	margin-top:-.5dvh;
	font-size:4dvh;
	height:2.75dvh;
	width:2.75dvh;
	border-radius:50%;
	border:.25dvh solid transparent;
}

.projImgOne, .projImgTwo, .projImgThree, .projImgFour, .projImgFive, .projImgSix, .projImgFive, .projImgSix, .projImgSeven, .projImgEight, .projImgNine {
	height:100%;
}

.projDesc {
	height:100%;
}

.projImgHolder {
	height:100%;
	position:relative;
}

.projImg {
	height:100%;
	position:absolute;
}

.exSm {
	font-size:1.5dvh;
	letter-spacing:.15dvh;
}

.exSmCenter {
	height:1.5dvh;
	margin-top:.375dvh;
}

.sm {
	font-size:1.75dvh;
	letter-spacing:.15dvh;
}

.smCenter {
	height:1.75dvh;
	margin-top:.438dvh;
}

.med {
	font-size:2dvh;
	letter-spacing:.15dvh;
}

.medCenter {
	height:2dvh;
	margin-top:.5dvh;
}

.lg {
	font-size:2.5dvh;
	letter-spacing:.15dvh;
}

.lgCenter {
	height:2.5dvh;
	margin-top:.625dvh;
}

.navContent {
	padding:2dvh;
}

.projNameContent {
	padding:2dvh 1.5dvh 1.5dvh 1.5dvh;
}

.logo, .phone, .email {
	height:3.5dvh;
	width:3.5dvh;
}

.navSelect {
	height:2dvh;
	width:2dvh;
}

.wordmarkHolder {
	margin-left:1dvh;
}

.rightNav a {
	margin-right:2dvh;
}

.rightNav a:nth-of-type(2) {
	margin-right:0dvh;
}

.PCDot {
	margin:1dvh .35dvh 0dvh .35dvh;
	height:1.25dvh;
	width:1.25dvh;
	border-radius:50%;
}

.projDescHolder p, .aboutMe p {
	line-height:2.75dvh;
}

.arrow {
	height:1.5dvh;
	width:1.5dvh;
}

.arrowHolder {
	border-radius:50%;
}

/*.arrowHolder:hover {
}*/

.arrowHolder.L {
	padding:1dvh;
	margin-right:3dvh;
}

.arrowHolder.R {
	padding:1dvh;
	margin-left:3dvh;
}

.NCDot, .info {
	height:2.75dvh;
	width:2.75dvh;
	border:.25dvh solid #252e35;
	margin-bottom:1dvh;
	border-radius:50%;
}

ul .flex, ol li {
	margin-bottom:.75dvh;
}

ul li {
	margin-top:-.1dvh;
}

li {
	line-height:2.75dvh;
}

.projDescHolder .group{
	margin-bottom:3dvh;
}

.bullet {
	height:2dvh;
	width:2dvh;
	margin-right:.5dvh;
}

.NCDot {
	margin-left:auto;
	margin-right:1dvh;
}

.leftUI, .rightUI, .meImg {
	margin-top:3dvh;
}

.meImg {
	margin-bottom:3dvh;
}

.NCDot.select:hover {
	cursor:default;
}

/*.NCDot:hover {
}*/

.NCDot.first {
	margin-top:1dvh;
}

.NCDot p {
	margin-top:.6dvh;
}

.info p {
	margin-top:.45dvh;
}

.projNumHolder h1 {
	margin-top:2.5dvh;
	margin-bottom:1dvh;
}

.projNumHolder h1.first {
	margin-top:0;
}

.footer {
	text-align:center;
	padding:2.5dvh 2dvh 2dvh 2dvh;
}

.oneTwo, .oneThree, .oneFour, .oneFive, .twoOne, .threeOne, .threeTwo, .fourOne, .fourTwo, .fourThree, .fiveOne, .fiveTwo, .sixOne, .sixTwo, .sevenOne, .sevenTwo, .sevenThree, .eightOne, .eightTwo, .nineOne, .nineTwo, .nineThree {
	display:none;
}

.PNTwo, .PNThree, .PNFour, .PNFive, .PNSix, .PNSeven, .PNEight, .PNNine {
	display:none;
}

.PCTwo, .PCThree, .PCFour, .PCFive, .PCSix, .PCSeven, .PCEight, .PCNine {
	display:none;
}

.PCOne {
	display:flex;
}

.tag {
	font-size:1.75dvh;
	padding:1.25dvh 1dvh 1dvh 1.25dvh;
	border-radius:5dvh;
	margin-top:3dvh;
	margin-bottom:3dvh;
	margin-right:1dvh;
}

.titleBarCover .tag {
	margin-top:auto;
	margin-bottom:auto;
	padding:1.85dvh 2dvh 1.25dvh 2dvh;
}

.titleBarCover .projTagHolder {
	height:inherit;
}

.titleBarCover .tag .bgImg {
	margin-top:-.3dvh;
}

.titleBarCover .tag p {
	margin-top:.6dvh;
	margin-left:1.15dvh;
}

.titleBarCover .tag.one p {
	margin-top:.725dvh;
}

.projNumHolder .group {
	border-width:.25dvh .25dvh 0dvh 0dvh;
	border-radius:0dvh 1.25dvh 0dvh 0dvh;
}

.projDescHolder h1, .aboutMe h1{
	border-width:0dvh .25dvh .25dvh 0dvh;
	border-radius:0dvh 0dvh 1.25dvh 0dvh;
	padding:0dvh 1dvh .5dvh 0dvh;
	margin-bottom:1dvh;
}

}

@media screen and (min-aspect-ratio: 16/9) {

	.rightNav .group {
	transition:600ms;
	border-style:solid;
	border-color:transparent;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group.select {
	transition:600ms;
	border-style:solid;
	border-color:#cebf9f;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group:hover {
	transition:300ms;
	border-style:solid;
	border-color: transparent transparent #cebf9f transparent;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group.select:hover {
	border-style:solid;
	border-color:#cebf9f;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

	.noneElse {
		display:none;
	}

	.navContent {
		width:160dvh;
	}

	.projImgHolder, .projImg {
		aspect-ratio:16/9;
	}

	.projDesc, .aboutMe {
		aspect-ratio:16/9;
	}

	.projDescHolder, .aboutMeHolder {
		aspect-ratio:8/9;
	}

	.oneOne {
		background-image:url("../images/desktop_LDCone.gif");
	}
	.oneTwo {
		background-image:url("../images/desktop_LDCtwo.gif");
	}
	.oneThree {
		background-image:url("../images/desktop_LDCthree.gif");
	}
	.oneFour {
		background-image:url("../images/desktop_LDCfour.gif");
	}
	.oneFive {
		background-image:url("../images/desktop_LDCfive.gif");
	}
	.twoOne {
		background-image:url("../images/desktop_phasing.gif");
	}
	.threeOne {
		background-image:url("../images/desktop_halfpage.gif");
	}
	.threeTwo {
		background-image:url("../images/desktop_leaderboard.gif");
	}
	.fourOne {
		background-image:url("../images/desktop_nas.png");
	}
	.fourTwo {
		background-image:url("../images/desktop_ash.png");
	}
	.fourThree {
		background-image:url("../images/desktop_ashnas.png");
	}
	.fiveOne {
		background-image:url("../images/desktop_MRM.png");
	}
	/*.fiveTwo {
		background-image:url("../images/");
	}*/
	.sixOne {
		background-image:url("../images/desktop_aon.gif");
	}
	.sixTwo {
		background-image:url("../images/desktop_vieno.png");
	}
	.sevenOne {
		background-image:url("../images/desktop_house.png");
	}
	.sevenTwo {
		background-image:url("../images/desktop_car.png");
	}
	.sevenThree {
		background-image:url("../images/desktop_candyland.png");
	}
	.eightOne {
		background-image:url("../images/desktop_deepsea.gif");
	}
	.eightTwo {
		background-image:url("../images/desktop_clothes.gif");
	}
	.nineOne {
		background-image:url("../images/desktop_realtors.png");
	}
	.nineTwo {
		background-image:url("../images/desktop_legacy.png");
	}
	.nineThree {
		background-image:url("../images/desktop_banana.png");
	}
}

@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 16/9) {

	.rightNav .group {
	transition:600ms;
	border-style:solid;
	border-color:transparent;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group.select {
	transition:600ms;
	border-style:solid;
	border-color:#cebf9f;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group:hover {
	transition:300ms;
	border-style:solid;
	border-color: transparent transparent #cebf9f transparent;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group.select:hover {
	border-style:solid;
	border-color:#cebf9f;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

	.noneElse {
		display:none;
	}

	.navContent {
		width:125dvh;
	}

	.projImgHolder, .projImg {
		aspect-ratio:4/3;
	}

	.projDesc, .aboutMe {
		aspect-ratio:4/3;
	}

	.projDescHolder, .aboutMeHolder {
		aspect-ratio:8/9;
	}

	.oneOne {
		background-image:url("../images/tablet_LDCone.gif");
	}
	.oneTwo {
		background-image:url("../images/tablet_LDCtwo.gif");
	}
	.oneThree {
		background-image:url("../images/tablet_LDCthree.gif");
	}
	.oneFour {
		background-image:url("../images/tablet_LDCfour.gif");
	}
	.oneFive {
		background-image:url("../images/tablet_LDCfive.gif");
	}
	.twoOne {
		background-image:url("../images/tablet_phasing.gif");
	}
	.threeOne {
		background-image:url("../images/tablet_halfpage.gif");
	}
	.threeTwo {
		background-image:url("../images/tablet_leaderboard.gif");
	}
	.fourOne {
		background-image:url("../images/tablet_nas.png");
	}
	.fourTwo {
		background-image:url("../images/tablet_ash.png");
	}
	.fourThree {
		background-image:url("../images/tablet_ashnas.png");
	}
	.fiveOne {
		background-image:url("../images/tablet_MRM.png");
	}
	/*.fiveTwo {
		background-image:url("../images/");
	}*/
	.sixOne {
		background-image:url("../images/tablet_aon.gif");
	}
	.sixTwo {
		background-image:url("../images/tablet_vieno.png");
	}
	.sevenOne {
		background-image:url("../images/tablet_house.png");
	}
	.sevenTwo {
		background-image:url("../images/tablet_car.png");
	}
	.sevenThree {
		background-image:url("../images/tablet_candyland.png");
	}
	.eightOne {
		background-image:url("../images/tablet_deepsea.gif");
	}
	.eightTwo {
		background-image:url("../images/tablet_clothes.gif");
	}
	.nineOne {
		background-image:url("../images/tablet_realtors.png");
	}
	.nineTwo {
		background-image:url("../images/tablet_legacy.png");
	}
	.nineThree {
		background-image:url("../images/tablet_banana.png");
	}

}

@media screen and (min-aspect-ratio: 6/9) and (max-aspect-ratio:4/3) {

	.navContent {
		width:61.5dvh;
	}

	.projImgHolder, .projImg {
		aspect-ratio:9/16;
	}

	.projDesc, .aboutMe {
		aspect-ratio:9/16;
	}

	.projDescHolder, .aboutMeHolder {
		aspect-ratio:8/16;
	}

	.ex {
		margin-top:-.5dvh;
		font-size:3.5dvh;
		height:2dvh;
		width:2dvh;
		border:.2dvh solid transparent;
	}

	.exSm {
		font-size:1dvh;
		letter-spacing:.1dvh;
	}

	.exSmCenter {
		height:1dvh;
		margin-top:.25dvh;
	}

	.sm {
		font-size:1.25dvh;
		letter-spacing:.1dvh;
	}

	.smCenter {
		height:1.25dvh;
		margin-top:.313dvh;
	}

	.med {
		font-size:1.4dvh;
		letter-spacing:.1dvh;
	}

	.medCenter {
		height:1.4dvh;
		margin-top:.35dvh;
	}

	.lg {
		font-size:1.8dvh;
		letter-spacing:.1dvh;
	}

	.lgCenter {
		height:1.8dvh;
		margin-top:.45dvh;
	}

	.navContent {
		padding:1dvh;
	}

	.projNameContent {
		padding:1.5dvh 1dvh 1dvh 1dvh;
	}

	.logo {
		width:2.25dvh;
	}

	.phone, .email {
		height:2.25dvh;
		width:2.25dvh;
	}

	.navSelect {
		height:1.5dvh;
		width:1.5dvh;
	}

	.wordmarkHolder {
		margin-left:.5dvh;
	}

	.rightNav a {
		margin-right:1.5dvh;
	}

	.rightNav a:nth-of-type(2) {
		margin-right:0dvh;
	}

	.PCDot {
		margin:.75dvh .25dvh 0dvh .25dvh;
		height:.875dvh;
		width:.875dvh;
		border-radius:50%;
	}

	.arrow {
		height:1.25dvh;
		width:1.25dvh;
	}

	.arrowHolder {
		border-radius:50%;
	}

/*	.arrowHolder:hover {
	}*/

	.arrowHolder.L {
		padding:.75dvh;
		margin-right:2dvh;
	}

	.arrowHolder.R {
		padding:.75dvh;
		margin-left:2dvh;
	}

	.NCDot, .info {
		height:2dvh;
		width:2dvh;
		border:.2dvh solid #252e35;
		margin-bottom:1dvh;
		border-radius:50%;
	}

	.projDescHolder p, .aboutMe p{
		line-height:2dvh;
	}

	ul .flex, ol li {
		margin-bottom:.5dvh;
	}

	li {
		line-height:2dvh;
	}

	.projDescHolder .group{
		margin-bottom:2dvh;
	}

	.bullet {
		height:1.5dvh;
		width:1.5dvh;
		margin-right:.25dvh;
	}

	.NCDot {
		margin-left:auto;
		margin-right:1dvh;
	}

	.leftUI, .rightUI, .meImg {
		margin-top:2dvh;
	}

	.meImg {
		margin-bottom:2dvh;
	}

	.NCDot.select:hover {
		cursor:default;
	}

/*	.NCDot:hover {
	}*/

	.NCDot.first {
		margin-top:1dvh;
	}

	.NCDot p {
		margin-top:.5dvh;
	}

	.info p {
		margin-top:.3dvh;
	}

	.projNumHolder h1 {
		margin-top:1.5dvh;
		margin-bottom:.75dvh;
	}

	.projNumHolder h1.first {
		margin-top:0;
	}

	.footer {
		text-align:center;
		padding:2.25dvh 1.75dvh 1.75dvh 1.75dvh;
	}

	.tag {
		padding:1dvh .75dvh .75dvh 1dvh;
		font-size:1.375dvh;
		margin-right:.5dvh;
		margin-top:2dvh;
		margin-bottom:2dvh;
	}

	.titleBarCover .projTagHolder {
		height:inherit;
	}

	.titleBarCover .tag {
		margin-top:auto;
		margin-bottom:auto;
		padding:.925dvh 1dvh .625dvh 1dvh;
		font-size:1.25dvh;
	}

	.titleBarCover .tag .bgImg {
		margin-top:-.15dvh;
	}

	.titleBarCover .tag p {
		margin-top:.3dvh;
		margin-left:.75dvh;
	}

	.titleBarCover .tag.one p {
		margin-top:.363dvh;
	}

	.projNumHolder .group {
		border-width:.2dvh .2dvh 0dvh 0dvh;
		border-radius:0dvh 1dvh 0dvh 0dvh;
	}

	.projDescHolder h1, .aboutMe h1 {
		border-width:0dvh .2dvh .2dvh 0dvh;
		border-radius:0dvh 0dvh 1dvh 0dvh;
		padding:0dvh .75dvh .375dvh 0dvh;
		margin-bottom:.75dvh;
	}

	.oneTwo, .oneThree, .oneFour, .oneFive, .twoOne, .threeOne, .threeTwo, .fourOne, .fourTwo, .fourThree, .fiveOne, .fiveTwo, .sixOne, .sixTwo, .sevenOne, .sevenTwo, .sevenThree, .eightOne, .eightTwo, .nineOne, .nineTwo, .nineThree {
		display:none;
	}

	.PNTwo, .PNThree, .PNFour, .PNFive, .PNSix, .PNSeven, .PNEight, .PNNine {
		display:none;
	}

	.PCTwo, .PCThree, .PCFour, .PCFive, .PCSix, .PCSeven, .PCEight, .PCNine {
		display:none;
	}

	.PCOne {
		display:flex;
	}

	.oneOne {
		background-image:url("../images/mobile_LDCone.png");
	}
	.oneTwo {
		background-image:url("../images/mobile_LDCtwo.gif");
	}
	.oneThree {
		background-image:url("../images/mobile_LDCthree.png");
	}
	.oneFour {
		background-image:url("../images/mobile_LDCfour.png");
	}
	.oneFive {
		background-image:url("../images/mobile_LDCfive.png");
	}
	.twoOne {
		background-image:url("../images/mobile_error.png");
	}
	.threeOne {
		background-image:url("../images/mobile_halfpage.gif");
	}
	.threeTwo {
		background-image:url("../images/mobile_error.png");
	}
	.fourOne {
		background-image:url("../images/mobile_nas.png");
	}
	.fourTwo {
		background-image:url("../images/mobile_ash.png");
	}
	.fourThree {
		background-image:url("../images/mobile_ashnas.png");
	}
	.fiveOne {
		background-image:url("../images/mobile_MRMspread.png");
	}
	.fiveTwo {
		background-image:url("../images/mobile_MRMmockup.png");
	}
	.sixOne {
		background-image:url("../images/mobile_aon.gif");
	}
	.sixTwo {
		background-image:url("../images/mobile_vieno.png");
	}
	.sevenOne {
		background-image:url("../images/mobile_house.png");
	}
	.sevenTwo {
		background-image:url("../images/mobile_car.png");
	}
	.sevenThree {
		background-image:url("../images/mobile_error.png");
	}
	.eightOne {
		background-image:url("../images/mobile_deepsea.gif");
	}
	.eightTwo {
		background-image:url("../images/mobile_clothes.gif");
	}
	.nineOne {
		background-image:url("../images/mobile_realtors.png");
	}
	.nineTwo {
		background-image:url("../images/mobile_legacy.png");
	}
	.nineThree {
		background-image:url("../images/mobile_banana.png");
	}

	.mobileWidth {
		width:42dvh;
	}

	.mobileRatio {
		aspect-ratio:auto;
	}

	.rightNav .group {
	border-style:solid;
	border-color:transparent;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

.rightNav .group.select {
	border-style:solid;
	border-color:#cebf9f;
	border-width:.2dvh 0dvh .2dvh 0dvh;
	padding:.35dvh 0dvh .55dvh 0dvh;
}

}

@media screen and (min-aspect-ratio: 4/9) and (max-aspect-ratio: 6/9) {

	.projDesc {
		-webkit-backdrop-filter: blur(1dvw);
		backdrop-filter: blur(1dvw);
	}

	.ex {
		margin-top:-.35dvh;
		font-size:4dvh;
		height:3dvh;
		width:3dvh;
		border:.2dvh solid transparent;
	}

	.projImgOne, .projImgTwo, .projImgThree, .projImgFour, .projImgFive, .projImgSix, .projImgFive, .projImgSix, .projImgSeven, .projImgEight, .projImgNine, .aboutMe {
		width:67.5dvw;
	}

	.projDesc {
		width:67.5dvw;
	}

	.projImgHolder {
		width:67.5dvw;
		position:relative;
	}
	
	.projImg {
		width:67.5dvw;
		position:absolute;
	}

	.projImgHolder, .projImg {
		aspect-ratio:9/16;
	}

	.projDesc {
		aspect-ratio:9/16;
	}

	.projDescHolder {
		aspect-ratio:8/16;
	}

	.mobileFlex {
		display:flex;
		margin-bottom:1dvh;
	}

	.mobileWidth {
		width:83.3dvw;
	}

	.mobileRatio {
		aspect-ratio:auto;
	}

	.exSm {
		font-size:2.375dvw;
		letter-spacing:.2dvw;
	}

	.exSmCenter {
		height:2.375dvw;
		margin-top:.792dvw;
	}

	.sm {
		font-size:2.875dvw;
		letter-spacing:.2dvw;
	}

	.smCenter {
		height:2.875dvw;
		margin-top:.719dvw;
	}

	.med {
		font-size:3dvw;
		letter-spacing:.2dvw;
	}

	.medCenter {
		height:3dvw;
		margin-top:.75dvw;
	}

	.lg {
		font-size:3.25dvw;
		letter-spacing:.2dvw;
	}

	.lgCenter {
		height:3.25dvw;
		margin-top:.875dvw;
	}

	.navContent {
		padding:1.5dvh 2dvh 1.5dvh 2dvh;
	}

	.projNameContent {
		padding:1.5dvh 1dvh 1dvh 1dvh;
	}

	.logo {
		width:5dvw;
	}

	.phone, .email {
		height:3.375dvw;
		width:3.375dvw;
	}

	.navSelect {
		height:1.5dvh;
		width:1.5dvh;
	}

	.wordmarkHolder {
		margin-left:.75dvh;
	}

	.rightNav a {
		margin-right:2dvh;
	}

	.rightNav a:nth-of-type(2) {
		margin-right:0dvh;
	}

	.navItem {
		font-size:1.75dvh;
		height:2dvh;
		margin-top:.75dvh;
	}

	.PCDot {
		margin:1.125dvw .55dvw 0dvw .55dvw;
		height:1.725dvw;
		width:1.725dvw;
		border-radius:50%;
	}

	.arrow {
		height:1.375dvh;
		width:1.375dvh;
	}

	.arrowHolder {
		border-radius:50%;
	}

/*	.arrowHolder:hover {
	}*/

	.arrowHolder.L {
		padding:1dvh;
		margin-right:2dvw;
	}

	.arrowHolder.R {
		padding:1dvh;
		margin-left:2dvw;
	}

	.NCDot, .info {
		height:3dvh;
		width:3dvh;
		border:.2dvh solid #252e35;
		margin-bottom:2dvh;
		border-radius:50%;
	}

	.projDescHolder p {
		line-height:3.25dvw;
		font-size:2.5dvw;
	}

	ul .flex, ol li {
		margin-bottom:1.75dvw;
	}

	li {
		font-size:2.5dvw;
		line-height:3.25dvw;
	}

	.projDescHolder .group{
		margin-bottom:3dvw;
	}

	.bullet {
		height:2.5dvw;
		width:2.5dvw;
		margin-right:.563dvw;
	}

	.NCDot {
		margin-left:1dvw;
	}

	.leftUI, .rightUI, .meImg {
		margin-top:4.5dvw;
	}

	.meImg {
		margin-bottom:4.5dvw;
	}

	.NCDot.select:hover {
		cursor:default;
	}

/*	.NCDot:hover {
	}*/

	.NCDot.first {
		margin-top:1dvw;
	}

	.NCDot.last {
		margin-bottom:1dvw;
	}

	.NCDot p {
		margin-top:.725dvh;
		font-size:2dvh;
	}

	.info p {
		font-size:2.5dvh;
		margin-top:.6dvh;
	}

	.projNumHolder h1 {
		writing-mode:vertical-lr;
		transform: rotate(180deg);
		margin-right:1dvh;
		text-align:center;
	}

	.footer {
		text-align:center;
		padding:2.25dvh 1.75dvh 1.75dvh 1.75dvh;
	}

	.tag {
		border-radius:7.5dvw;
		padding:1.725dvw 1.35dvw 1.35dvw 1.725dvw;
		font-size:2.5dvw;
		margin-right:1.125dvw;
		margin-top:4.5dvw;
		margin-bottom:4.5dvw;
	}

	.aboutMe p {
		font-size:2.5dvw;
		line-height:3.25dvw;
	}

	.titleBarCover .tag {
		margin-top:auto;
		margin-bottom:auto;
		padding:1.388dvw 1.5dvw .938dvw 1.5dvw;
	}

	.titleBarCover .projTagHolder {
		height:inherit;
	}

	.titleBarCover .tag .bgImg {
		margin-top:-.225dvw;
	}

	.titleBarCover .tag p {
		margin-top:.45dvw;
		margin-left:1.5dvw;
	}

	.titleBarCover .tag.one p {
		margin-top:.544dvw;
	}

	.projNumHolder .group {
		border-width:.2dvh 0dvh .2dvh .2dvh;
		border-radius:1dvh 0dvh 0dvh 1dvh;
	}

	.projDescHolder h1, .aboutMe h1 {
		border-width:0dvh .2dvh .2dvh 0dvh;
		border-radius:0dvh 0dvh 1dvh 0dvh;
		padding:0dvh .875dvh .5dvh 0dvh;
		margin-bottom:1dvh;
	}

	.rightNav .group {
		border-style:solid;
		border-color:transparent;
		border-width:.2dvh 0dvh .2dvh 0dvh;
		padding:.25dvh 0dvh .45dvh 0dvh;
	}

	.rightNav .group.select {
		border-style:solid;
		border-color:#cebf9f;
		border-width:.2dvh 0dvh .2dvh 0dvh;
		padding:.25dvh 0dvh .45dvh 0dvh;
	}

	.oneTwo, .oneThree, .oneFour, .oneFive, .twoOne, .threeOne, .threeTwo, .fourOne, .fourTwo, .fourThree, .fiveOne, .fiveTwo, .sixOne, .sixTwo, .sevenOne, .sevenTwo, .sevenThree, .eightOne, .eightTwo, .nineOne, .nineTwo, .nineThree {
		display:none;
	}

	.PNTwo, .PNThree, .PNFour, .PNFive, .PNSix, .PNSeven, .PNEight, .PNNine {
		display:none;
	}

	.PCTwo, .PCThree, .PCFour, .PCFive, .PCSix, .PCSeven, .PCEight, .PCNine {
		display:none;
	}

	.PCOne {
		display:flex;
	}

	.oneOne {
		background-image:url("../images/mobile_LDCone.png");
	}
	.oneTwo {
		background-image:url("../images/mobile_LDCtwo.gif");
	}
	.oneThree {
		background-image:url("../images/mobile_LDCthree.png");
	}
	.oneFour {
		background-image:url("../images/mobile_LDCfour.png");
	}
	.oneFive {
		background-image:url("../images/mobile_LDCfive.png");
	}
	.twoOne {
		background-image:url("../images/mobile_error.png");
	}
	.threeOne {
		background-image:url("../images/mobile_halfpage.gif");
	}
	.threeTwo {
		background-image:url("../images/mobile_error.png");
	}
	.fourOne {
		background-image:url("../images/mobile_nas.png");
	}
	.fourTwo {
		background-image:url("../images/mobile_ash.png");
	}
	.fourThree {
		background-image:url("../images/mobile_ashnas.png");
	}
	.fiveOne {
		background-image:url("../images/mobile_MRMspread.png");
	}
	.fiveTwo {
		background-image:url("../images/mobile_MRMmockup.png");
	}
	.sixOne {
		background-image:url("../images/mobile_aon.gif");
	}
	.sixTwo {
		background-image:url("../images/mobile_vieno.png");
	}
	.sevenOne {
		background-image:url("../images/mobile_house.png");
	}
	.sevenTwo {
		background-image:url("../images/mobile_car.png");
	}
	.sevenThree {
		background-image:url("../images/mobile_error.png");
	}
	.eightOne {
		background-image:url("../images/mobile_deepsea.gif");
	}
	.eightTwo {
		background-image:url("../images/mobile_clothes.gif");
	}
	.nineOne {
		background-image:url("../images/mobile_realtors.png");
	}
	.nineTwo {
		background-image:url("../images/mobile_legacy.png");
	}
	.nineThree {
		background-image:url("../images/mobile_banana.png");
	}
}

@media screen and (max-aspect-ratio: 4/9) {

	.error {
		height:100dvh;
		width:100dvw;
		position:absolute;
		z-index:10;
	}

	.titleBar, .nav {
		display:none;
	}

}
