@charset "UTF-8";
/* CSS Document */

html {
	font-family: titillium-web, Verdana, Helvetica, sans-serif;
  line-height: 1.5; /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	color: #fff;
	background-color: #000;
}

a {
	text-decoration: none;
	color: #fff;
}

h1 {
	margin: 48px 0 8px;
}

h2 {
	font-weight: 400 !important;
	margin: 32px 0 0;
}

h3 {
	font-weight: 400 !important;
	margin: 8px 0 4px;
}

p {
	margin: 8px 0;
}

a:hover {
	color: #85b3f9;
}

main {
	width: 1000px;
	max-width: calc(100% - 20px);
	margin: 0 auto 40px;
}

.branding {
	text-align: center;
}

.branding .logo {
	width: 100%;
	max-width: 600px;
	margin-bottom: 48px;
}

.contactInfo {
	text-align: center;
	font-size: 21px;
	margin: 12px auto;
}

.links {
	display: flex;
	flex-direction: column;
	padding: 40px;
	width: 240px;
	margin: 0 auto;
}

.soundCloudLink, .email, .instagram, .youtube, .fb, .phone {
	text-align: center;
	font-size: 21px;
	margin: 12px auto;
	position: relative;
}

.soundCloudLink:before,
.instagram:before,
.youtube:before,
.fb:before {
	content: '';
	width: 40px;
	height: 24px;
	background: url("images/SoundcloudLogo.svg") 0px 0px / auto 100% no-repeat;
	position: absolute;
	top: 4px;
	left: -45px;
}

.soundCloudLink:before {
	background-image: url("images/SoundcloudLogo.svg");
	height: 18px;
	left: -42px;
}

.youtube:before {
	background-image: url("images/YouTubeIcon.svg");
	height: 18px;
	top: 3px;
	left: -33px;
}

.fb:before {
	background-image: url("images/FacebookIcon.svg");
	height: 24px;
	top: 0;
	left: -33px;
}

.instagram:before {
	background-image: url("images/InstagramLogo.png");
	top: 0;
	left: -32px;
}

.phone,
.email {
	left: -14px;
}














