.noborder {
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}
.textsize {
	height: 1.1em;
	vertical-align: middle;
	margin: 0 !important;
}

.fragment.fade-out.visible.nodisplay {
	display: none;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	text-transform: none !important;
}

.hidden {
	display: none;
}

.reveal section .figureFull {
	/*height: 580px;*/
	width: 100%;
}
.reveal section .figureFull img {
	max-height: calc(100% - 2em);
}
.reveal section .figureFull figcaption {
	font-size: 0.6em;
}

.reveal section .figcaption {
	font-size: 0.6em;
}

.reveal section .column-half {
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.reveal section .column-half p:first-child,
.reveal section .column-half img:first-child{
	margin-top: 0;
}

.fu {
	color: #4062B8 !important;
}
