@charset "UTF-8";
/* CSS Document */
/*
#story pre code {
overflow: scroll;
background-color: hsla(249,100%,30%,1.00);
color: aquamarine;
}
*/

/*Project Info Styles*/

.rLogo{
fill:#FFFFFF !important;
opacity: 1 !important;
display: block;}

.rLabel {
display: none;
opacity: 0;
transition: opacity .14s ease-in;
}

.rLabel text {
opacity: 0;
transition: opacity .3s ease-in;
}

.rActive:hover .rLabel text {
opacity:1;
}


.rActive:hover .rLabel {
display: block;
opacity: 1;
}

.rAllActive .rActive {
opacity: 1;
transition: opacity 1s ease-in;

}

.rAllActive:hover .rActive{
opacity: .1;
transition: opacity .08s ease-in;

}


.rAllActive .rActive:hover {
opacity: 1;
}

#projectRole .groupOfOne, #projectFor .groupOfOne {
display: inline-block;
vertical-align: middle;
width: 50px;
height: 50px;
margin-bottom: 3px;
}

#projectRole .groupOfThree {
display: inline-block;
vertical-align: middle;
width: 170px;
height: 50px;
margin-bottom: 3px;
}


#projectRole .groupOfOne .wrapper, #projectFor .groupOfOne .wrapper, #projectRole .groupOfThree .wrapper {
position: relative;
}

#projectRole .groupOfOne  svg, #projectFor .groupOfOne  svg  {
display:block;
width: 130px;
height: 80px;
position: absolute;
top: -30px;
left: -40px;
}

#projectRole .groupOfThree svg {
display:block;
width: 240px;
height: 80px;
position: absolute;
top: -30px;
left: -40px;
}




.groupOfOne .rLabel path, .groupOfThree .rLabel path  {
fill:#FFFFFF;stroke:#868686;stroke-width:2;stroke-miterlimit:10;
}

.groupOfOne .rLabel text, .groupOfThree .rLabel text {
font-size:16px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
text-transform: none;
}

.groupOfOne .rCircle circle, .groupOfThree .rCircle circle {
fill:#868686;
}


.groupOfOne .rCircle text, .groupOfThree .rCircle text {
fill:#FFFAFF;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
font-size:21.1259px;
}



#projectRole {
display: inline-block;
margin-left: 60px;
}





/*End Project Info Styles*/




#navBack {
text-align: center;
margin-top:30px;
padding-bottom: 55px;

}

#navBack a{
display: inline-block;
border-radius: 20px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 24px;
font-weight: 400;
color: white;
text-decoration: none;
padding-top: 2px;
padding-bottom: 4px;
padding-left: 18px;
padding-right: 18px;
border-style: solid;
border-color: #484848;
border-width: 1px;
background-color: hsla(0,0%,0%,1.00);
}

#navBack a:hover {
background-color: #6A6A6A;
}


#portfolioMenuButton {
display: inline-block;
border-radius: 14px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-size: 16px;
font-weight: 400;
float: right;
color: #D8D8D8;
text-decoration: none;
padding-top: 2px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
margin-top: 10px;
margin-right:10px;
border-style: solid;
border-color: #484848;
border-width: 1px;
}
#portfolioMenuButton:hover {
background-color: #6A6A6A;
}


.chapter {
position: relative;
}

.chapter a {
position: absolute;
top: -70px;
}
/*
#ui {
background-image: url("../img/ui.svg");
}

#ux {
background-image: url("../img/ux.svg");
}

*/
#content {
overflow: hidden;
}


	.userflowTxt{
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
 font-size:14px;
 text-transform: uppercase;
 }
              
              
.centerIllustration {
position: relative;
margin-bottom: 20px;
width: 100%;
background-color: #F4F4F4;
}

.centerIllustration img, .centerIllustration svg {
width:80%;
margin-right: auto;
margin-left: auto;
display: block;
}
.centerIllustration svg {
padding-top: 10px;
}

.centerIllustration .caption {
 width: 170px;
  background-color: white;
  /* Center vertically and horizontally */
  position: absolute;
  top: 25px;
  right: -190px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}
.centerIllustration .caption span {
display: block;
box-sizing: border-box;
width: 100%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 22px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 8px;
padding-right: 10px;
}

.centerIllustration .caption span strong {
display: block;
font-weight: 700;
padding-bottom: 7px;
}


/* begin top caption */
.topCaption {
position:relative;
margin-right: 100px;
}

.topCaption div {
 width: 170px;
  background-color: white;
  /* Center vertically and horizontally */
  position: absolute;
  /*top: 320px;*/
  top: 400px;
  right: -190px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  z-index: 10;
}
.topCaption div span {
display: block;
box-sizing: border-box;
width: 100%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-style: italic;
font-weight: 300;
font-size: 18px;
line-height: 22px;
padding-top: 16px;
padding-bottom: 16px;
padding-left: 8px;
padding-right: 10px;
}

.topCaption div span strong {
display: block;
font-weight: 700;
padding-bottom: 7px;
}
/* end top caption */

#contentMargin {
max-width: 1450px;
margin-right: auto;
margin-left: auto;
}

.graphicMargin {
position: relative;
max-width: 1450px;
margin-right: auto;
margin-left: auto;
}


#projectInfo {
padding-left: 0;
padding-right: 0;
margin-top: 0;
margin-bottom: 50px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
border-style: solid;
border-width: 1px;
border-color: black;
background-color: rgba(255,255,255,0.6);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
text-align: center;
}


#projectInfo img {
width: 50px;
vertical-align: middle;
padding-top: 6px;
padding-bottom: 6px;
}


#projectInfoContainer {
position: relative;
padding-top: 20%;
}


#projectFor {
display: inline-block;
margin-left: 60px;
padding-left: 60px;
padding-right: 60px;
border-right-style: solid;
border-right-width: 1px;
border-right-color: black;
border-left-style: solid;
border-left-width: 1px;
border-left-color: black;
}

#projectLabel {
height: 100%;
display: inline-block;
}


.leftWrpr {
margin-left: 110px;
}

.rightWrpr {
margin-right: 110px;
}



#topGraphic3 {
position: absolute;
top: 180px;
background-color: blue;
width: 100%;
}

#topGraphic3 img {
position: absolute;
right: -18%;
display: block;
width: 30%;
}


#storyTopLayer {
position: relative;
top: 0;
left: 0;
/*padding-right: 110px;
padding-left: 110px;*/
padding-top: 0;
padding-bottom: 0;
border: solid;
border-width: 1px;
border-color: black;
background-color: hsla(0,0%,100%,0.76);
}

#storyTopLayer p {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-size: 23px;
line-height: 32px;
margin-top: 0;
margin-bottom: 20px;
}

#storyTopLayer p a {
color: black;
text-decoration-thickness: 3px;
text-decoration-color: hsla(0,0%,86%,1.00);
}

#storyTopLayer p a:hover {
text-decoration-color: hsla(46,100%,68%,1.00);
}


#story h2 {
display: block;
width: 53%;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-style: italic;
box-sizing: border-box;
position: relative;
font-size: 35px;
margin-top: 20px;
padding-left: 110px;
}

#storyTopLayer h3 {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
font-size: 23px;
line-height: 32px;
margin-top: 0;
margin-bottom: 2px;
padding: 0;
}

#storyTopLayer h4 {
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 300;
font-size: 23px;
line-height: 32px;
margin-top: 50px;
margin-bottom: 8px;
padding-top:30px;
paddin-bottom:0;
text-align: center;
text-transform: uppercase;
border-top-style: solid;
border-top-color: hsla(0,0%,77%,1.00);
border-top-width: 1px;
}

#topGraphic2 {
display: block;
position: absolute;
left: -35%;
width: 70%;
bottom: 7px;
}

#topGraphic {
position: absolute;
display: block;
width: 62%;
bottom: -19%;
right: -80px;
}

.right {
float: right;
}
.container {
position: relative;
}

.callout {
background-color: white;
border-style: solid;
border-width: 1px;
border-color: black;
width: 250px;
position:absolute;
right:-175px;
}



#content h1 {
box-sizing: content-box;
padding-right: 100px;
padding-left: 100px;
font-family: 'Source Sans Pro', 'Myriad Pro', sans-serif;
font-weight: 700;
font-size: 80px;
line-height: 70px;
max-width: 1250px;
margin-right: auto;
margin-left: auto;
margin-bottom: 12px;
margin-top: 20px;
color: white;  
text-transform: uppercase;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}


#backgroundLayer {
  background-color:#484848;

}


#footer {
  color:#898989;
  }
  
  


#story {
box-sizing: border-box;
background-color: white;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
margin-right: 100px;
margin-left: 100px;
}





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

#topGraphic3 {
top: 290px;
}

#topGraphic3 img {
position: absolute;
right: -11%;
display: block;
width: 20%;
}
}


@media screen and (max-width: 1165px) {
#projectFor {
border-left-style: none;
padding-left: 0px;
margin-left: 0px;
}
#projectLabel {
display: none;
}

#topGraphic {
width: 78%;
}

#topGraphic2 {
bottom: 50px;
}

.centerIllustration img, .centerIllustration svg {
width:100%;
}





}


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

.leftWrpr {
margin-left: 50px;
}

.rightWrpr {
margin-right: 50px;
}

#story h2 {
padding-left: 50px;
}


.centerIllustration .caption {
width: auto;
background-color: #F4F4F4;
position: static;
border-style: none;
font-style: italic;
}
.centerIllustration .caption span {
padding-bottom: 16px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
margin-top: 0;
padding-top: 16px;
}

.centerIllustration .caption span strong {
font-style: normal;
display: inline-block;
margin-top: 0;
padding-top: 0;
padding-right: 5px;
padding-bottom: 0;
padding-left: 0;
}

.centerIllustration .caption span strong::after { 
  content: ":  ";
}




/*.codeVersion .caption {
display: none;
}*/

}


@media screen and (max-width: 900px) {
#story {
margin-right: 10px;
margin-left: 10px;
}
#wheel {
display: none;
}


#topGraphic {
width: 75%;
}

#topGraphic2 {
width: 52%;
left: -17%;
bottom: 45px;

}

#content h1 {
padding-right: 10px;
padding-left: 10px;
font-size: 70px;
line-height: 62px;
}
}
@media screen and (max-width: 700px) {
#topGraphic3 {
display: none;
}
}

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

.leftWrpr {
margin-left: 20px;
}

.rightWrpr {
margin-right: 20px;
}

#story h2 {
padding-left: 20px;
}
}


@media screen and (max-width: 650px) {
#topGraphic {
position: static;
margin-right: auto;
margin-left: auto;
}
#projectInfoContainer {
padding-top: 0;
}

#topGraphic2 {
display: none;
}
#story h2 {
text-align: center;
padding-right: 20px;
width: auto;
margin-bottom: 0;
}
#content h1 {
text-align: center;
}
#projectInfo{
margin-top: -30px;
margin-bottom: 9px;}
}

@media screen and (max-width: 580px) {
#storyTopLayer p {
font-size: 20px;
line-height: 29px;
}


#story h2 {
font-size: 30px;
line-height: 34px;
}
#content h1 {
  font-size: 12vw;
line-height: 12vw;
margin-bottom: 0;
}
#projectFor {
display: none;
}
#projectRole {
margin-left: 0;
}

.leftWrpr {
margin-left: 10px;
}

.rightWrpr {
margin-right: 10px;
}

#story h2 {
padding-left: 10px;
}
}


@media screen and (max-width: 500px) {
#story {
margin-right: 2px;
margin-left: 2px;
}

#content  {
  padding-right: 5px;
  padding-left: 5px;
  }

}

