/* documents that use this */

/* ux/ux-process.html */
/* ux/ux-goals.html */

/* projects/Architecture-Linear/index.html */
/* projects/Architecture-Cabins/index.html */
/* projects/DualLetterForm/index.html */
/* projects/Architecture-Transitional/index.html */

/* projects/numyum-greetingcards/index.html */
/* projects/BirdsWisdom/index.html */
/* projects/BlastOff/index.html */

/* projects/BridgeGoodUX/index.html */
/* projects/OvationCXM/index.html */
/* projects/manywho/index.html */
/* projects/Monj/index.html */
/* projects/SFDC-Console/index.html */
/* projects/Oracle-Thinkv3/index.html */
/* projects/DemoReel/index.html */



body {
	margin: 0;
	padding: 0;
	font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
	background-color: rgb(80,80,80);
	color-scheme: dark;
	}

.container {
	max-width: 704px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255,255,255);
	padding-top: 48px;
}

.container img {
	width: 100%;
	vertical-align: bottom;
}

.container video {
	outline: none;
	clip-path: inset(0px);
	width: 100%;
}


.container h1, .container h2, .container h3, .container p, .container ul {
	margin: 0;
	padding-left: 16px;
	padding-right: 16px;
}

article h1 {
	padding-top: 1em;
	/* padding-bottom: .25em; */
	font-weight: 300;
	font-size: 2em;
}

/* use h3 for a subheading */

article h3 {
	margin-top: -.5em;
	padding-bottom: 1em;
	font-weight: 300;
	font-size: 1.2em;
}

article h2 {
	font-weight: 400;
	font-size: 24px;
	padding-top: 24px;
	padding-bottom: 8px;
}



article {
	padding-bottom: 32px;
}

article p {
	padding-bottom: 8px;
	line-height: 1.3;	
}

p a {
  color: rgb(90,140,20);
  font-weight: 600;
  text-decoration: none;
}

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


ul {
	list-style: none;
}

#main-content li {
	padding-bottom: .5em;
	font-size: 1em;
}

/* new header design goes here */

.nav-malami {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 8px;
  /* gap: 12px; */
  gap: 8px;
  text-decoration: none;
  color: white;
  margin-left: 8px;
  margin-right: 8px;
}

.nav-icon {
  width: 32px;
  height: 32px;
  font-size: 20px;          /* for emoji; remove if using SVG */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-image: url("icon-headglassx32.svg");
  background-size: 32px 32px;
  background-position: center;
  border-radius: 5px;
}

.nav-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

.nav-title {
  font-size: 15px;
  font-weight: 500;
  color: rgb(240,240,240);
}

.nav-description {
  font-size: 13px;
  color: rgb(220,220,220);
}


nav {
	height: 48px;
	background-color: rgba(255,255,255,.94);	
	z-index: 100;
	position: fixed;
	top:0;
	width: 100%;
	display: inline-flex;
	background-color: rgba(35,35,35,.95);
	margin-left: auto;
	margin-right: auto;
	max-width: 704px;
}



nav a {
	text-decoration: none;
}


nav a.malamiux:hover {
	background-color: rgb(80,140,0);	
	background-image: url("../lib/icon-headglassx32-overlay.svg");
}
