
:root {
    --myred: #f15a24;
    --mygreen: #22b573;
    --myblue: #29abe2;
    --myyellow: #edd811;
    --mypink: #ff7bac;
  }
  
  * {
      
      font-family: sans-serif;
          
  }
  
#top {
      background-color: var(--myred);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      display: flex;
      color: white !important;
      font-size: 1.2rem;
      position: fixed;
      right: 10%;
      bottom: 5%;
      opacity: .5;
}

#top:hover {
    opacity: 1;
    transform: scale(1.2);
    transition: .5s;
}

#top:hover #top::before {
    opacity: 1;
}

#top a {
    margin: -4px auto;
    color: white !important;
    text-decoration: none;
    padding: 10px;
}

.hover:hover {
    transform: scale(1.5)
}

.process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.process a {
    text-decoration: none;
}

.process div:hover {
    opacity: 1 !important;
}

.empathize, .define, .ideate, .prototype, .test {
    width: 150px;
    height: 150px;
    display: flex; 
}


p {line-height: 1.75;
font-size: 1.2rem}

a {
    color:#f15a24;
}

h1 {
    font-size: 60px;
 
}

h2 {
    font-size: 1.8rem;
    margin-top:100px;
    margin-left: 0px;
    color: white;
    padding: 10px 10px 10px 60px;
    text-transform: uppercase;
    background-color: grey;
    transform: translate(-60px, 0);
    width: calc(100% + 60px);
}

h3 {
    font-size: 1.4rem;
    margin-top: 60px;
    text-decoration: underline;
}


.red { font-size: 10px; }


hr {
    
    margin-top: 100px;
}

#keyterms {
    color: firebrick;
}

.singleimg { 
    width: 50%;
    display: block;
    margin: 50px auto 0px auto;
    
}

.singleimgsmall { 
    width:50%;
    display: block;
    margin: 50px auto 0px auto ;

}

.singleimgbig { 
    width:100%;
    display: block;
    margin: 50px 0 0px 0 ;
}

.logo-left {
    width: 200px;
}

.imgcaption {
    margin-bottom: 50px;
    text-align: center;
    font-style: italic; 
    padding: 0 10% 0 10%; 
}

#filmstrip {
    height: 350px;
    width: 100%;
    object-fit: cover;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

#callout {
    display: none;
}

#callout:hover {
    display:block;
    z-index: 2;
}


.gallery {
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery img {
    flex-grow: 1;
    width: 50%;
    height: 25vh;
    min-width: 300px;
    padding: 0px;
    margin: 0px;
    border: 2px solid white;
    object-fit: cover;
    box-sizing: border-box;
}

.threeup {
    display: flex;
    justify-content: space-between;
}

.threeup a {
    width: 28%;
    display: inline-block;
    text-align: center;
}

.threeup a img {
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 100%;
}


iframe {    
    width: 100%;
    height: 40vw;
}

.border {
    border: 2px solid grey;
}

.wrapper {
    
    width: 800px;
    margin: auto;
    padding: 20px;
    background-color: white;
    
}

.hide{
    opacity: 0;
}

.hide:hover{
    display: block;
    opacity: 1;
    animation-name: step;
    animation-duration: 1s;
}

q {
    border-left: 2px solid gray;
    font-style: italic;
    font-size: 1.3rem;
    display: block;
    margin: 5%;
    padding-left: 3%; 
    color: #f15a24;
    quotes: none;
}

.smallq {
    border-left: 2px solid gray;
    font-style: italic;
    font-size: 1.2rem;
    display: block;
    margin: 5%;
    padding-left: 3%; 
    quotes: none;
}

ul, ol {
    line-height: 2;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.likert {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 0 auto;
    background-color: #edd811;
    width: 70%;
    padding: 20px 10px 10px 10px;
    align-items: flex-start;
    justify-content: center;
}

.likert li {
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    background-color: #edd811;
}

#transcript {
    height: 50px;
    overflow-y: scroll;
    color: darkgray;
}

body {background-color: white;}

.indent {
    font-family: monospace;
    font-size: 1.2rem;
    color: white;
    padding: 15px 0 15px 10px;
    background-color: black;
    
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 20px 20px;
  border-radius: 6px;
  position: absolute;
  width: 30vh;
  max-width: 250px;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
  }



/****** NAV FOOTER START ******/

.footer {
    position: fixed;
    background-color: white;
    bottom:0;
    width: 800px;
    height: 80px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(0px, 90px);
    transition: .5s;
    color: black;
    font-weight: bold;
    font-family: sans-serif;
    background-color: rgba(0, 0, 0, 0.69);
    box-shadow: 0px -2px 10px #888888;

}

.footer:hover {
    opacity: .9;
    transform: translate(0px, -0px);
    transition: .5s;
    background-color: white;
    
}

.up {
    position: relative;
    top: -46px;
    transition: .5s;
    padding: 10px 30px 10px 30px;
    color: rgba(0, 0, 0, 0.69);
}

.footer:hover .up {
    transform: rotate(180deg);
    transition: .5s;
    top: 0px;
    opacity: 1;
}

.next a, .prev a {
    
    box-sizing: border-box;
    background-color: black;
    border: black 1px solid;
    color: white;
    text-decoration: none;
    padding: 10px;
}

.next a:hover, .prev a:hover {
    border: black 1px solid;
    color: black;
    background-color: white;
    transition: .25s;
}
/****** NAV FOOTER END ******/




table {
    text-align: left;
        -webkit-text-size-adjust: 100%;
    font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.25rem;
    text-align: left;
    word-wrap: break-word;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    max-width: 100%;
    overflow: auto;
    display: table;
    width: 100%;
}

tbody {
        -webkit-text-size-adjust: 100%;
    font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.25rem;
    text-align: left;
    word-wrap: break-word;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    -webkit-text-size-adjust: 100%;
    font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.25rem;
    text-align: left;
    word-wrap: break-word;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    border-collapse: collapse;
    border-spacing: 0;
}

td {    -webkit-text-size-adjust: 100%;
    font-family: Roboto, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.25rem;
    text-align: left;
    word-wrap: break-word;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    border: .0625rem solid #dadce0;
    padding: .25rem .75rem;
    border-color: #dadce0;
    background-color: #ffffff;
    border-right-color: #dadce0;}

.subtext {
    color: grey;
    line-height: 2;
}

th {background-color: gainsboro;
padding: 10px;}


video {
    width: 100%;
}

.videosmall {
    width:50%;
    margin-bottom: 60px;
}

.gallery > * {
    margin-right: 30px;
    flex:1;
}



.bookcover {
    width: 50px;
    margin-right: 50px;
}

.bookcover:hover {
    transform: scale(10) translateX(20px);
    border: .2px solid black;
}

.transcript {
    height: 50px;
    overflow-y: scroll;
    color: darkgray;
}

.thumb-zoom {
    height: 60px;
}

.thumb-zoom:hover {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: auto;
    width: 70vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fadegallery {
    position: relative;
    width: 100%;
    height: 500px;
}

.fadegallery img {
    position: absolute;
    top: 0;
    left: 0;
}

.fadegallery .topimg {
    opacity: 0;
    z-index: 1;
}

.fadegallery .topimg:hover {
    opacity: 1;
    transition: 1s;
}

@media only screen and (max-width:800px) {
  
body {
    overflow-x: hidden;
}

.wrapper {
 width: 90%;
 padding: 5px;
}
    
    .process {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    position: static;
}
    
    .process > * {
    width: 100%;
    height: 150px;
    display: flex; 
    margin-bottom: 30px;
}

h2 {
    width: 100%;
    padding: 10px;
    transform: translate(0,0);
}


.footer {
    width: 90%;
    font-size: .75rem;
}

.responsivegallery img {
    width:100%;
}

   .singleimg { 
  width:95%;
}
    
}

    