body {
	background: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	position: relative;
}

.btn-lg {
	margin-top: 2em;
	font-weight: bold;
}

.btn-xl {
	margin-top: 1em;
    padding: 18px 28px;
    font-size: 22px;
    border-radius: 8px;
}

.blue-background {
	background-color:rgba(84, 113, 127, 0.9);
	border-radius: 20px;
	color: white;
}

.blue-background-light {
	background-color:rgba(144, 193, 217, 0.6);
	border-radius: 20px;
}

.blue-background-light a {
	color: blue;
	font-weight: bold;
}

.blue-background-light a.btn {
	color: #000;
}

.bs-sidebar .nav > .active > ul {
    display: block;
    margin-bottom: 8px;
}

#copyright {
	color: black;
	font-size: 100%;
	margin-top: 2em;
}

#details {
	background: #FFF url(../img/swiss-army-knife-cloud.jpg) center center no-repeat fixed;
	min-height: 100vh;
	padding-bottom: 100px;
	position: relative;
}

	#details h2 {
		color: black;
		padding-bottom: 1em;
		text-align: center;
	}

	#details .whitebox {
		margin-top: 120px;
	}

	#details .list a {
		clear: left;
		float: left;
	}

	#details p {
		padding-bottom: 1em;
	}

h1 {
	color: black;
	font-size: 250%;
	padding-top: .5em;
}

#details #full-api {
	margin-top: 0;
}

#intro {
	background: #FFF url(../img/api-robot.jpg) center center no-repeat fixed;
	background-size: cover;
	min-height: 100vh;
	padding-top: 50vh;
}

	#intro .whitebox {
		margin-bottom: 100px;
	}

#logo {
	background: transparent;
	color: #333;
	font-family: 'Bowlby One SC', cursive;
	font-size: 48pt;
	font-weight: normal;
	position: absolute;
	text-decoration: none;
	top: 10px;
	left: 10px;
}

	#logo sub {
		font-size: 50%;
		position: relative;
		top: 0;
	}

	#logo:hover {
		color: blue;
	}

.underlined {
	text-decoration: underline;
}

.whitebox {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2em;
}

#who-for {
	background: #eeeeee url(../img/light-bulb-background.jpg) center center;
	background-size: cover;
	box-shadow: inset 0px 11px 8px -5px #CCC, inset 0px -11px 8px -5px #CCC;
	padding: 2em 0 3em;
}

@media only screen and (max-width: 480px) {
	.btn-xl {
		font-size: 18px;
		padding: 6px 12px;
	}

	#intro {
		background-attachment: scroll;
		background-position: top center;
	}
}
