	  html {
	  	font-family: 'Lato', sans-serif;
	  	/* transition: filter 0.35s ease-in-out; */
	  	display: block;
	  }

	  .thin {
	  	font-weight: 100;
	  	color: #666;
	  }

	  .bodyCopy {
	  	font-size: 12px;
	  	letter-spacing: 0px;
	  	color: #999;
	  }

	  .invert {
	  	filter: invert(0);
	  	transition: filter 0s ease-in-out;
	  }

	  a {
	  	text-decoration: none;
	  	color: #fff;
	  	-webkit-touch-callout: none;
	  	-webkit-user-select: none;
	  	-khtml-user-select: none;
	  	-moz-user-select: none;
	  	-ms-user-select: none;
	  	user-select: none;
	  	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  }

	  h1 {
	  	width: 100%;
	  	height: fit-content;
	  	line-height: 40px;
	  	font-size: 36px;
	  	margin: 40px 0 40px 0;
	  	letter-spacing: -2px;
	  	color: #fff;
	  }

	  h2 {
	  	width: 100%;
	  	height: fit-content;
	  	line-height: 25px;
	  	font-size: 22px;
	  	margin: 10px 0 10px 0;
	  	letter-spacing: -1px;
	  }

	  h2 a {
	  	color: lightseagreen;
	  	filter: invert(1);
	  }

	  h2 a:hover {
	  	text-decoration: underline;
	  }

	  h4 {
	  	width: 100%;

	  	height: fit-content;
	  	line-height: 20px;
	  	font-size: 16px;
	  	margin: 10px 0 10px 0;
	  	letter-spacing: -1px;
	  }

	  html,
	  body {
	  	height: fit-content;
	  	background-color: #191919;
	  	margin: 0;

	  	font-size: 13px;
	  	color: #b4b4b4;
	  }

	  #topBarWrapper {
	  	position: fixed;
	  	width: 100%;
	  	height: 81px;
	  	background-color: #191919;
	  	border-bottom: 1px solid #b4b4b4;
	  	z-index: 1000;
	  	display: none;
	  }

	  #topBar {
	  	position: fixed;
	  	left: 50%;
	  	margin-left: -350px;
	  	top: 0;
	  	width: 700px;
	  	height: 80px;
	  	z-index: 1001;
	  	background-color: #191919;
	  	z-index: 1000;
	  }

	  #topBar .links {
	  	position: absolute;
	  	width: fit-content;
	  	right: 0;
	  	top: 27.5px;
	  	display: flex;
	  }

	  #topBarNameTitle {
	  	width: fit-content;
	  	display: none;
	  	display: block;
	  	position: absolute;
	  	top: -6px;
	  	left: 0px;
	  	cursor: pointer;
	  }

	  #topBarNameTitle .name {
	  	font-weight: 600;
	  	height: fit-content;
	  	font-size: 36px;
	  	margin: 0 0 0 0;
	  	letter-spacing: -2px;
	  	color: #fff;
	  	margin: 10px 0 0 0;
	  }

	  #topBarNameTitle .title {

	  	font-size: 18px;
	  	letter-spacing: -1px;
	  	color: #666;
	  }

	  #contentColumn {
	  	position: absolute;
	  	display: flex;
	  	justify-content: left;
	  	align-content: flex-start;
	  	flex-wrap: wrap;
	  	left: 50%;
	  	margin-left: -350px;
	  	width: 700px;
	  	height: fit-content;
	  	margin-top: 80px;
	  	z-index: 0;
	  }

	  #headerName {
	  	position: relative;
	  	left: 10px;
	  	line-height: 55px;

	  	font-style: normal;
	  	height: fit-content;
	  	font-weight: 600;
	  	font-size: 65px;
	  	margin-bottom: 10px;
	  	letter-spacing: -3px;
	  	color: #fff;
	  }

	  #headerTitle {
	  	position: relative;
	  	left: 110px;
	  	top: -70px;
	  	font-weight: 400;
	  	height: 40px;
	  	line-height: 40px;
	  	font-size: 30px;
	  	letter-spacing: -2px;
	  }

	  #headerLocation {
	  	position: relative;
	  	left: 110px;
	  	top: -74px;

	  	height: 35px;
	  	line-height: 40px;
	  	font-size: 28px;
	  	letter-spacing: -2px;
	  	color: #666;
	  	margin-bottom: 10px;
	  }

	  #status {
	  	width: fit-content;
	  	height: 25px;
	  	line-height: 28px;
	  	padding: 0 10px 0 10px;
	  	border-radius: 25px;
	  	text-align: left;
	  	border: 1px solid #04a300;
	  	background-color: #026600;
	  	color: #fff;
	  	font-size: 13px;
	  	filter: invert(100%);
	  	font-size: 13px;
	  	margin-top: 20px;
	  }

	  #checkmark {
	  	margin-top: 0px;
	  	float: right;
	  	width: 15px;
	  	height: 25px;
	  	padding: 0 0 0 10px;
	  	background-image: url(../img/checkmark.png);
	  	background-size: 25px;
	  	background-origin: content-box;
	  	background-position-x: center;
	  	background-position-y: center;
	  	background-repeat: no-repeat;
	  }

	  #notify {
	  	width: fit-content;
	  	height: 20px;
	  	line-height: 25px;
	  	text-align: left;
	  	color: #fff;
	  	font-size: 10px;
	  	border-bottom: 1px dashed #666;
	  	cursor: pointer;
	  	margin-left: 10px;
	  }

	  .break {
	  	flex-basis: 100%;
	  	height: 0;
	  }

	  .listContainer {
	  	display: flex;
	  	width: 650px;
	  	height: fit-content;
	  	justify-content: center;
	  	margin: 10px 0 10px 25px;
	  	/* background-color: orangered; */
	  }

	  ul {
	  	width: 165px;
	  	height: fit-content;
	  	margin: 0 20px 0 20px;
	  	padding: 0;
	  	list-style-type: none;
	  	/* background-color: greenyellow; */
	  }

	  li {
	  	font-size: 12px;
	  	margin: 9px 0 8px 0;
	  }

	  li:first-child {
	  	margin-top: 0;
	  }

	  li::before {
	  	content: "+";
	  	color: #fff;
	  	margin-right: 4px;
	  }

	  #style {
	  	display: flex;
	  	justify-content: left;
	  	align-content: flex-start;
	  	flex-wrap: wrap;
	  }

	  .styleBlurb {
	  	width: 220px;
	  	height: fit-content;
	  	margin: 5px;
	  	/* background-color: greenyellow; */
	  }

	  .styleHeader {
	  	width: fit-content;
	  	height: 30px;
	  	margin-left: 10px;
	  	border-bottom: 1px solid #545454;
	  	color: #b4b4b4;
	  }

	  .styleCopy {
	  	margin: 10px 10px 20px 10px;
	  	font-size: 12px;
	  	color: #8b8b8b;
	  }

	  #processIMG {
	  	width: 100%;
	  	height: 350px;
	  	background-image: url("../img/process.png");
	  	background-position: center center;
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  }

	  .processIntro {
	  	font-size: 13px;
	  	line-height: 18px;
	  	padding-bottom: 10px;
	  	border-bottom: 1px solid #545454;
	  }

	  .processIntro::before {
	  	content: none;
	  }

	  .workIMG {
	  	width: 325px;
	  	height: 300px;
	  	margin: 0 25px 20px 0;
	  	background-color: #333;
	  	border-radius: 15px;
	  	cursor: pointer;
	  }

	  .workDetails {
	  	width: 225px;
	  	height: 175px;
	  	margin: 50px 75px 20px 0;
	  	padding-left: 50px;
	  }

	  .BTN {
	  	width: fit-content;
	  	height: 25px;
	  	line-height: 24px;
	  	border-radius: 25px;
	  	padding: 0 20px 0 20px;
	  	text-align: center;
	  	border: 1px solid #b4b4b4;
	  	color: #fff;
	  	font-size: 13px;
	  	margin: 0px 20px 0 0;
	  	cursor: pointer;
	  	-moz-transition: all 0.1s ease-in;
	  	-o-transition: all 0.1s ease-in;
	  	-webkit-transition: all 0.1s ease-in;
	  	transition: all 0.1s ease-in;
	  }

	  .BTN:hover {
	  	background-color: #444;
	  	cursor: pointer;
	  	/* Firefox */
	  }

	  #lookingForIMG {
	  	width: 100%;
	  	height: 350px;
	  	background-image: url("../img/opportunity.png");
	  	background-position: center center;
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  }

	  .whatElseBlurb {
	  	width: 340px;
	  	display: flex;
	  	justify-content: left;
	  	align-content: flex-start;
	  	flex-wrap: wrap;
	  	height: fit-content;
	  	margin: 5px 5px 20px 5px;
	  	/* background-color: greenyellow; */
	  }

	  .whatElseHeader {
	  	width: fit-content;
	  	height: 35px;
	  	margin-left: 10px;
	  	border-bottom: 1px solid #545454;
	  	color: #b4b4b4;
	  }

	  .whatElseCopy {
	  	margin: 10px 10px 10px 10px;
	  	font-size: 12px;
	  	color: #8b8b8b;
	  }

	  #footer {
	  	width: 100%;
	  	height: 500px;
	  }

	  .email {
	  	background-image: url("../img/icon-email.png");
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center;
	  	min-width: 25px;
	  	padding: 0;
	  }

	  .linkedIN {
	  	background-image: url("../img/icon-linkedin.png");
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center;
	  	min-width: 25px;
	  	padding: 0;
	  }

	  .resume {
	  	background-image: url("../img/icon-resume.png");
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center;
	  	min-width: 25px;
	  	padding: 0;
	  }

	  .mode {
	  	background-image: url("../img/icon-mode.png");
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center;
	  	min-width: 25px;
	  	padding: 0;
	  }

	  .portfolioItem {
	  	width: 223px;
	  	height: 142px;
	  	border-radius: 5px;
	  	margin: 0px 10px 10px 0;
	  	cursor: pointer;
	  	transition: background-color 0.35s ease-in-out;
	  	display: flex;
	  	font-size: 20px;
	  	letter-spacing: -1px;
	  	text-align: center;
	  	align-items: center;
	  	justify-content: center;
	  	line-height: 30px;
	  	background-color: #333;
	  	filter: invert(100%);
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-size: 210px 130px;
	  	background-position: 7px 5px;
	  }

	  .portfolioItem:hover {
	  	background-color: #444;
	  }

	  .portfolioItemLocked {
	  	width: 223px;
	  	height: 142px;
	  	border-radius: 5px;
	  	margin: 0px 10px 10px 0;
	  	cursor: pointer;
	  	transition: background-color 0.35s ease-in-out;
	  	display: flex;
	  	font-size: 20px;
	  	letter-spacing: -1px;
	  	text-align: center;
	  	align-items: center;
	  	justify-content: center;
	  	line-height: 30px;
	  	background-color: #333;
	  	filter: invert(100%);
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-size: 210px 130px;
	  	background-position: 7px 5px;
	  	opacity: 0.75;
	  }


	  .hr {
	  	border-bottom: 1px solid #fff;
	  	height: 0px;
	  	width: 100%;
	  	margin: 30px 0 30px 0;
	  }

	  .emoji {
	  	filter: invert(100%);
	  }

	  #avatar {
	  	width: 100px;
	  	height: 125px;
	  	background-image: url('../img/dvo-avatar.png');
	  	filter: invert(1);
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center 8px
	  }

	  #topBarAvatar {
	  	display: none;
	  	position: relative;
	  	left: -77px;
	  	width: 65px;
	  	height: 80px;
	  	background-image: url(../img/dvo-avatar.png);
	  	filter: invert(1);
	  	background-size: contain;
	  	background-repeat: no-repeat;
	  	background-position: center center;
	  	cursor: pointer;
	  }