.external {
	background-image: url(../img/external-link.svg);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 13px;
}
.reveal-logo {
	margin: 0 0;
	vertical-align: middle;
	width: 9%;
}
.title-page
{
	font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: normal;
    color: #fff;
	width: 960px;

	margin: 0 0;
	background-color: black;
	color: white;
	margin: auto;
}

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

.title-page h1, .title-page h2, .title-page h3, .title-page h4, .title-page h5, .title-page h6 {
	margin: 0 0 20px 0;
	color: #fff;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: normal;
	text-transform: uppercase;
	text-shadow: none;
	word-wrap: break-word;
}
.title-page p {
    margin: 20px 0;
    line-height: 1.3;

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.title-page a {
    color: #42affa;
    text-decoration: none;
    transition: color .15s ease;
    position: relative;
	display: inline-block;}
.title-page span {
    text-decoration: none;
    transition: color .15s ease;
    position: relative;
	display: inline-block;
}

.title-page small * {
    vertical-align: top;
}
.title-page ::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.title-page ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
 
