/* Org-HTML-Slideshow projection styles.
 *
 * These styles will apply only to the slide-show view.
 */

html, body {
	height: 100%;
}

body {
   margin: 18pt;
   font-size: 34pt;
}

/* Use all headings as slide titles, regardless of level. */
h1,h2,h3,h4,h5,h6,h7,h8 {
   font-size: 90pt;
   margin: 18pt;
   text-align: center;
}

img {
   min-width: 50%;
   background-color: white;
}

.two_col .outline-text>p,
.two_col .outline-text>table,
.two_col .outline-text>ul,
.two_col .outline-text>ol,
.two_col .outline-text>dl {
	float: left;
	width: 42%;
}

li {
   margin: 12pt;
}

/* Center embedded images and classed slides. */
.center, p.image {
   text-align: center;
}

/* Hide Org-Mode tags in slide-show view. */
span.tag {
   display: none;
}

/* Hide Org-Mode section numbers in slide-show view. */
span.section-number-1,span.section-number-2,span.section-number-3,span.section-number-4,span.section-number-5,span.section-number-6,span.section-number-7,span.section-number-8 {
   display: none;
}

.blue_background {
   background-color: #05565E;
   color: rgba(255, 255, 255, 0.8);
}
