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(#d4edda), to(#98bea1), color-stop(.55, #d4edda));
}

.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;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2rem;
}

.hidden {
	display: none;
	visibility: hidden;
}

.carousel-control-next, .carousel-control-prev {
	color: #5f5f5f;
	opacity: .75;
}

.carousel-indicators li {
	background-color: #5f5f5f;
}

.carousel-item {
	height: 400px;
	max-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-item h2 {
	text-shadow: 0 2px 0 #FFFFFF;
}

.carousel-caption {
	text-align: left;
}

.carousel-item:nth-child(1) {
	background-position: left top;
	background-image: url('../img/banner1.jpg');
}

.carousel-item:nth-child(1) .carousel-caption {
	top: 30%;
	left: 50%;
	bottom: auto;
	right: auto;
	width: 35%;
}

.carousel-item:nth-child(2) {
	background-position: left -110px;
	background-image: url('../img/banner2.jpg');
}

.carousel-item:nth-child(2) .carousel-caption {
	top: 20%;
	left: 55%;
	bottom: auto;
	right: auto;
	width: 35%;
}

.carousel-item:nth-child(3) {
	background-position: left top;
	background-image: url('../img/banner3.jpg');
}

.carousel-item:nth-child(3) .carousel-caption {
	top: 20%;
	left: 72%;
	bottom: auto;
	right: auto;
	width: 24%;
}

.carousel-item:nth-child(4) {
	background-position: left top;
	background-image: url('../img/banner4.jpg');
}

.carousel-item:nth-child(4) .carousel-caption {
	top: 30%;
	left: 10%;
	bottom: auto;
	right: auto;
	width: 35%;
}

@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;
	}
}