body
{
	font-family: "spotifylite";
}
@font-face {
  font-family: 'spotify';
  src: url('fonts/CircularSpUI-Black.otf') format('opentype');
}
@font-face {
  font-family: 'spotifylite';
  src: url('fonts/CircularSpUI-Light.otf') format('opentype');
}
#custom-nav
{
	background: black;
	color:white;
	padding:0 2em;
}
.uk-navbar-nav>li>a
{
	font-family: "spotify";
	color:white;
}
.logo
{
	height:3em;
}
h1
{
	font-family: "spotifylite";
}
.header
{
	font-family: "spotifylite";
	min-height: 50em;
	background-image: linear-gradient(#1db954, #1ed760);
	border-bottom-left-radius: ;
	border-bottom-right-radius: 50% 20%;
}
.content
{
	padding-top:5em;
	background: #fff;
	width:100%;
}
.body-template
{
	text-align: left;
	padding-bottom:3em;
}
.big
{
	font-size:2em;
	padding:0 .2em;
}
.question
{
	padding:.2em;
	margin:0;
	background: #eeeeee;
}
.answer
{
	margin:0 0 1em 0;
	padding:.2em;
}
.footer
{
	min-height:18em;
	background:black;
}
.custom-link
{
	color:#333;
}

.bold
{
	font-family: "spotify";
}
.thin
{
	font-weight:100;
}
.white
{
	color:white;
}
.center
{
 	margin-left:auto;
 	margin-right:auto;
 	text-align:center;
}