
#header #logo {
	background: url(../images/logo.png)
}

/* The below is for the fonts */
@font-face {
	font-family: BJ;
	src: url('../fonts/BIG JOHN.otf');
}
@font-face {
	font-family: SJ;
	src: url('../fonts/Slim Joe.otf');
}
@font-face {
	font-family: cmssr;
	src: url('../fonts/computer_modern/cmunss.ttf');
}

#header {
	background-color: rgb(18,21,40);
}

a:link {
    color: rgb(18,21,40);
}

/* Visited link and mouse over link */
a:hover {
    color: $white;
}

p {
	font-family: 'cmssr';
}

h1, h2, h3 {
	font-family: 'BJ';
	color: rgb(18,21,40);
}

h1.centred, h2.centred, h3.centred {
	text-align: center;
}

/* Centres audio player */
/* .audio-wrapper {
	margin: 0 auto;
	display: table;
	width: 80%;
}


audio {
	width: 100%;
}


footer {
	text-align: center
}
*/
