
* {
    
    font-family: sans-serif;
        
}

a {
    color: #f15a24;
}

.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;
}

.step {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    margin: auto;
}

.empathize {
    background-color: #22b573;
}

.define {
    background-color: #f15a24;
}

.ideate {
    background-color: #29abe2;
}

.prototype {
    background-color: #edd811;
}

.test {
    background-color: #ff7bac;
}


p {line-height: 1.5;
font-size: 1.1rem}

h1 {
    font-size: 60px;
 
}

h2 {
    margin-top:100px;
    margin-left: 0px;
    background-color: grey;
    color: white;
    padding: 10px;
    text-transform: uppercase;
}

h3 {
    
    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:25%;
    display: block;
    margin: 50px auto 0px auto ;

}

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

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

#callout {
    display: none;
}

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


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

.gallery img {
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    border: 1px solid grey;
}

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

.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: 18px;
    display: block;
    margin: 5%;
    padding-left: 3%; 
    color: #f15a24;
}

li {margin-top: 10px;;}

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

body {background-color: white;}


.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;
}


table {
    text-align: left;
}

tr {
    background-color: #ececec;
}

td {
    padding: 10px;
    vertical-align: text-top;

}

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


@media (max-width:800px) {
  

.wrapper {
    
 width: 90%;
 padding: 5px;
   
}

    .responsivegallery img {

width:100%;
}

   .singleimg { 
  width:95%;
}
    
 

    