/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

/* 
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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
}
*/


/* HTML5 display-role reset for older browsers */
/* 
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
*/

.reveal{
    margin-left: auto;
    margin-right: auto;
    padding-top: 00px;
    border: solid;
}

.reveal section {
    height: 100%;
    font-family: serif;
}

.reveal .slide-container {
    height: 100%
}
.reveal .slide-content {
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 100%
}

.reveal .slide-quote {
    display: flex;
    flex: 3;
}

.reveal .slide-quote .qmark1, .qmark2 {
    font-size: 1.5em;
}


.reveal-container {
    display: flex;
    flex-direction: column;
    
}


.qmark1 {
    padding-top: 20px;
    align-self: flex-start;
}

.qmark2 {
    align-self: flex-end;
}

.quote-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
    max-width: 65%;
}

.reveal .slide-author {
    text-align: center;
    flex: 1;
    font-size: 0.8em;
}

.q-emph {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color:  #6efffdff;
    text-decoration-thickness: 4px;

}

.slide-author {
  font-style: italic;
}

.deck1 {
    border-style: none;
}


@media screen and (max-width: 900px) {
    .quote-main {
        max-width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .quote-main {
        max-width: 85%;
    }
    .q-emph {
        text-decoration-thickness: 2px;
    
    }
}
