/*
===============================================================================================================================
Put your custom CSS in this file.
===============================================================================================================================
*/

/* Language-selector does not grow */
.navbar-section.language {
	flex-grow: 0;
}

/* Load of Font Awesome for use by Presentation Plugin */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');

/* CSS to style Presentation Plugin slides */
.reveal .slides {
    text-align: left;
}

.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    text-transform: unset !important;
}
#body-wrapper {
	background-color: #323232;
	color: white;
}

.card {
	background-color: black;
}

h1, h2, h3, h4, h5, h6 {
	color: white;
}

#header {
	background-color: #000000;
}

#header a {
	color: white;
	background-color: #000000;
}

.label.label-primary {
	color: white;
	background-color: #323232;
}

.label.label-secondary {
	color: white;
	background-color: #999999;
}

#footer {
	background-color: #000000 !important;
}
