html, body {
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #5f5f5f;
	cursor: default;
	font-size: .99rem;
}

body {
	padding-top: 80px;
}

nav.navbar *:not(.small) {
	font-size: 1.15rem;
}

h1, h1, h3, h4, h5, h6, pre {
	font-family: 'Roboto', sans-serif;
}

a, a:active, a:hover, a:focus, .btn-link, .btn-link:active, .btn-link:hover, .btn-link:focus {
	text-decoration: none;
}

a, a:active, a:focus, .btn-link, .btn-link:active, .btn-link:focus {
	color: #10a2dc;
}

a:hover, .btn-link:hover {
	color: #dadada;
}

a.inverted, a.inverted:active {
	color: #fff;
}

.bg-sies {
	background-color: #10a2dc;
}

.text-sies {
	color: #10a2dc;
}

.highlight {
	color: #10a2dc;
	font-style: italic;
	background-color: black;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.modal-xl {
	max-width: 90%;
}

.card-header {
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#10a2dc), color-stop(.55, #fff));
}

.logo {
	max-height: 48px;
}

.topper {
	position: fixed;
	bottom: 50px;
	right: 10px;
	font-size: 2.5rem;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.help {
	color: #10a2dc;
	cursor: pointer;
}

@media screen and (max-width: 768px){
	html, body {
		font-size: .75rem;
	}
	
	body {
		padding-top: 54px;
	}
	
	.display-4 {
		font-size: 2rem;
	}
	
	h1, h1, h3, h4, h5, h6, pre {
		font-size: 1.25rem;
	}
	
	.img-thumbnail {
		margin-bottom: 10px;
	}
	
	.logo {
		max-height: 30px;
	}
}