/* Prevent iOS text size adjust after orientation change, without disabling user zoom */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;} 
	
/* Reset HTML5 Elements to Block */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
	
body {
	line-height: 1;}
	
ol, ul {
	list-style: none;}
	
blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0px;}

/* Reset End */

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: auto;
	font: normal 100% 'Source Sans Pro', sans-serif;
	z-index:3;
	background-color:#f5eb29;}

.wrapper {
	max-width: 1500px;
	width: 94%;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;}
	
/* Header styles */

.header {
	min-width: 100%;
    min-height: 100%;
    width: auto;
	z-index: 4;
	top: 0px;
	background-color:#f5eb29;
	position:relative;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#header-fallback {
	min-width: 100%;
    min-height: 10px;
    width: auto;
    height: 10px;
	top: 0px;
	background-color:#f5eb29;
	position:fixed;
	z-index:999999;}
	
#logo {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	position: fixed;
	opacity: 1;
	width: 60px;
	height: 60px;
	float:left;
	position:fixed;
	top:10px;
	z-index:5;
	background-image:url(../images/solomon-doley-logo_hover.jpg);
	background-size:100% 100%;}
	
#logo a {
	opacity:1;
	padding: 0px;
	height:100%;
	width:100%;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#logo a img {
	width: 60px;
	height: 60px;}
	
#logo a:hover, a:focus img {
	opacity: 0;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#page-description {
	z-index: 4;
	position: relative;
	opacity: 1;
	padding-top: 250px;
	padding-bottom: 50px;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
#page-description h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;
	color:#000;}

#page-description-cta {
	margin-top: 40px;
}

#page-description-cta a {
	display: inline-block;
	padding: 10px 15px;
	margin-right: 20px;
	border-radius: 10px;
	background-color: #FBF6B3;
	color: #000;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

#page-description-cta a:hover, a:active {
	background-color: #fff;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

#previous-xp-highlight {
	height: 180px;
	background-color: #E2D739;
	padding-top: 40px;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000}

#previous-xp-highlight .wrapper {
	height: auto;
	padding-bottom: 30px;
}

#previous-xp-highlight-list {
	position: relative;
	overflow: hidden;
	padding: 18px 0;
	height: auto;
}

#marquee {
	height: 34px;
	width: 100%;
	background-image:url("../images/strip.svg");
	background-repeat: repeat-x;
	background-position: 0 center;
	background-size: 1817px 34px;
	animation: slide 20s linear infinite;
	will-change: background-position;
}

/* Fade edges: opaque at edges, transparent in center */
#previous-xp-highlight-list::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;              /* ensure overlay sits above the moving strip */
  background: linear-gradient(
    90deg,
    /* left edge opaque -> fade to transparent */
    rgba(226,215,57,1) 0px,
    rgba(226,215,57,0) 200px,
    /* center fully transparent */
    rgba(226,215,57,0) calc(100% - 200px),
    /* right edge transparent -> opaque */
    rgba(226,215,57,1) 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}



/* animate exactly one tile's worth of pixels (negative to scroll left) */
@keyframes slide {
  from { background-position: 0 center; }
  to   { background-position: -1817px center; } /* <- exact tile width */
}

/* reduced-motion fallback */
@media (prefers-reduced-motion: reduce) {
  #marquee { animation: none !important; }
  #previous-xp-highlight-list { overflow-x: auto; }
}

#featured-work-label {
	height: auto;
	background-color: #000;
	padding: 20px 0px;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#fff}
	
/* Featured Work */

#featured-work {
	height:100%;
	background-color:#000;
	line-height: 0px;
	margin-bottom:100px;
	float:left;}
	
.featured-work-cell {
	height:50%;
	width:50%;
	float:left;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}
	
.featured-work-cell a {
	height:100%;
	width: 100%;
	float: left;
	border: none;
	outline:none;
	font-size:0px;
	text-decoration:none;
	line-height:0px;
	display: block;
	overflow: hidden;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

.featured-work-cell a img {
	width:100%;
	border: none;
	outline:none;
	font-size:0px;
	text-decoration:none;

	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;}

.featured-work-cell a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);}

div.featured-work-cell#dl a {
	background-color:#f0d7c3;}

div.featured-work-cell#dl a:hover {
	background-color:#d3b09d;}

div.featured-work-cell#vh1 a {
	background-color:#7800ba;}

div.featured-work-cell#vh1 a:hover {
	background-color:#5d0a8a;}

div.featured-work-cell#mx a {
	background-color:#117d10;}

div.featured-work-cell#mx a:hover {
	background-color:#0a5e09;}

div.featured-work-cell#ti a {
	background-color:#0f8ad0;}

div.featured-work-cell#ti a:hover {
	background-color:#07537d;}

div.featured-work-cell#mm a {
	background-color:#2c2c2c;}

div.featured-work-cell#mm a:hover {
	background-color:#202020;}

div.featured-work-cell#fl a {
	background-color:#3F82FB;}

div.featured-work-cell#fl a:hover {
	background-color:#2259be;}
	
/* Footer styles */

footer {
	width: 100%;
	height: 60px;
	background-color:#000;
	position:fixed;
	bottom: 0px;
	z-index:-1;}
	
#footercredits {
	text-align:left;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 0.8125em;
	color: #444;
	padding:20px 0;
	margin: 0px;}
	
#footercredits a {
	color:#555;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}
	
#footercredits a:hover, a:focus {
	color: #f5eb29;}
	
#footnote {
	width:100%;
	height:350px;
	position:relative;
	padding-bottom: 0px;
	z-index:-2;
	background:#f5eb29;}
	
#footnote-description {
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000;
	position:relative;
	padding-bottom:150px;
	margin-bottom: 0px;}
	
#footnote-description h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	margin-bottom: 15px;
	color:#000;}
	
#footnote-description a{
	color:#d1aa00;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}
	
#footnote-description a:hover, a:focus {
	color: #c09200;}
	
/* Links */

a {
	color:#1aaeec;
	font-weight:700;
	text-decoration:none;
	-webkit-transition: color 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out;
	transition: color 300ms ease-in-out;}

a:hover, a:focus {
	color: #f5eb29;}

a img {
	border: none;
	outline:none;}
	
/* Images */
	
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.hidden-mobile {
	display:none;}
	
.visible-mobile {
	display:block;}
	
/* MAKE ADJUSTMENTS BELOW FOR ORIENTATION CHANGE AND TEXT SIZES */


/* About styles */

section {
	height:auto;
	width:100%;
}

section img {
	margin: auto;
	width: 100%;
}

.container {
    /* Use Flexbox for two-column layout */
    display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 60px;}

.column-left {
    flex: 0 0 44%;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color:#000;
	position:relative;}

.column-left h1 {
    max-width: 660px;
    margin: 0 0 30px 0; /* Remove default margin */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	color:#000;
	}

.column-left h2 {
    max-width: 660px;
    margin: 0 0 30px 0; /* Remove default margin */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	color:#000;}

.column-left h3 {
    max-width: 660px;
    margin: 0 0 30px 0; /* Remove default margin */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	color:#000;}

.column-right {
    flex: 1;}

.column-right p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #000;}

/* about section styles */

#about-s1 {
	background-color: #F4E942;}

#about-s2 {
	background-color: #E2D739;}

#about-s2 div.column-right {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #000;}

#about-s2 div.container {
	padding-bottom: 0px;}

#about-s2 h3 {
	text-align: left;}

#about-s2 .nested-row-one, .nested-row-two, .nested-row-three, .nested-row-four, .nested-row-five, .nested-row-six {
	display: flex;}

#about-s2 .nested-left {
	flex: 0 0 170px;
	max-width: 170px;}

#about-s2 .nested-right {
	flex: 1;}


#about-s3 {
	background-color: #E2D739;}

#about-s3 h3 {
	text-align: left;}

#about-s3 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #000;
	
    padding: 4px 10px;
	display: inline-block; /* Or block, depending on layout */
	text-align: center;
	text-decoration: none;
	border-color: #D3C92D;
	border-width: 2px;
	border-style: solid;
	border-radius: 30px;
	margin: 0 10px 10px 0;}

#about-s4 {
	background-color: #000;
	flex-direction: row;}

#about-s4 h2 {
	color: #fff;}

#about-s4 .nested-row-one {
	display: flex;
	margin-bottom: 60px;}

#about-s4 .nested-row-two {
	display: flex;
	margin-bottom: 0;}

#about-s4 h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	line-height:1.3em;
	color: #fff;}

#about-s4 div.column-right {
	color: #fff;}

#about-s4 div.column-right p {
	color: #ABABAB;
	margin-top: 10px;}

#about-s4 .nested-right {
	margin-left: 60px;}

#about-s5 {
	background-color: #151515;
	margin-bottom: 100px;}

#about-s5 h2 {
	color: #fff;}

#about-s5 #quote {
	background-color: #000;
	border-radius: 30px;
	padding: 30px;
}

#quote-context {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 20px;}

#quote-author {
	position: relative;
	display: block;}

#quote-avi {
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: top;}

#quote-label {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
}

#quote-label b {
	font-weight: 700;
	color: #E2D739;}

#quote-label span {
	color: #ABABAB;}



