/*********************************************
 * LaTeX styles, these interact with .reveal class
 *********************************************/

.reveal img {
    max-height: 75%;
}

.reveal img.latex {
    margin:0px;
    background-color:transparent; 
    border:none;
    box-shadow:none;
    vertical-align:top;
    height:1.0em;
    margin-right:.2em;
    margin-left :.2em;
}

.lowercase {
    text-transform: lowercase;
}

.reveal section img {
    vertical-align:middle;
}

.reveal strong {
    color:  #FA5858;
}

/*********************************************
 * Image caption styles
 *********************************************/

.reveal .inline_image {
    display: inline;
}

.reveal .large_image {
}

.reveal .large_image .caption {
    margin: 0 0 20px 0;
    color: #eeeeee;
    font-family: "League Gothic", Impact, sans-serif;
    line-height: 0.9em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-top: 10px;
} 

.reveal .transparent_image  {
    border: none;
    background: none;
    box-shadow: none;
}

