
body {
	background-image: url("/img/ijs_slide_bkgd_high_res.png");
	background-size: cover;
	background-position: bottom;
}

.reveal a {
	color: #116960;
	text-decoration: none;
}

.reveal h2 a {
	border-bottom: 1px dashed #222;
}

.reveal h2 a:hover {
	border-bottom: 1px dashed #222;
}

.reveal section img.undecorated {
	border: none;
	box-shadow: none;
	background: none;
}

.reveal .text-align-left {
	text-align: left;
}

.reveal .heading-overlay {
	padding: 40px 0;
	background-color: rgba(255,255,255,1);
}

.reveal .fa-ul {
	list-style: none;
}

.reveal .profile_pic img {
	margin: 0;
	height: 200px;
	width: 200px;

	border: none;
	border-radius: 50%;
}

.reveal .profile_pic p {
	font-size: 18px;
	text-align: center;
	margin: 2px auto;
}

#title-slide h1 {
	text-transform: none!important;
}

.white {
	color: white!important;
}

.reveal .no-text-transform {
	text-transform: none!important;
}

.fa-twitter {
	color: #1DA1F2;
}

.hidden {
	display: none;
}

header,
footer {
	z-index: 9999999999;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #222;
}

header {
	position: fixed;
	bottom: 10px;
	left: 0;
}

footer {
	position: fixed;
	top: 20px;
	right: 40px;
}

.noicons footer {
	display: hidden;
}

header a,
footer a {
	color: #000;
	text-decoration: none;
}

.left {
	left: -8.33%;
	text-align: left;
	float: left;
	width: 50%;
	z-index: -10;
}

.right {
	left: 31.25%;
	top: 75px;
	float: right;
	text-align: left;
	z-index: -10;
	width: 50%;
}

html.blurred .backgrounds {
	-webkit-filter: blur(4px) saturate(.6) brightness(.9);
	-moz-filter: blur(4px) saturate(.6) brightness(.9);
	-o-filter: blur(4px) saturate(.6) brightness(.9);
	-ms-filter: blur(4px) saturate(.6) brightness(.9);
	filter: blur(4px) saturate(.6) brightness(.9);
}

html.dimmed .backgrounds {
	-webkit-filter: saturate(.6) brightness(.7);
	-moz-filter: saturate(.6) brightness(.7);
	-o-filter: saturate(.6) brightness(.7);
	-ms-filter: saturate(.6) brightness(.7);
	filter: saturate(.6) brightness(.7);
}

table {
	border-collapse: collapse;
}

table, tr, td {
	border: 1px solid black !important;
}
