body {
  background: black url("media/images/repository_banner_2024_455.webp") no-repeat scroll top left;
  background-size: 2678px;
  margin: 0px;
  color:#ccc;
  background-position-x:-60px;
 
}

header {
		width:100%;
		color: black;
		position:absolute;
}

.footer {
	height:200px;
	width: 100%;
	position: relative;
	padding-top:10px;
	font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 12px;
	line-height:20px;
	text-align:center;
}

h1 {
	font-size: 38px;
	position: absolute;
	top:-6px;
	left:16px;
}

h2 {
	font-size: 20px;
	position: absolute;
	top:50px;
	left:16px;
}

.main {
	width: 100%;
	background-color: black;
	border-top: solid 2px #565656;
	border-bottom: solid 2px #565656;
	padding: 10px 10px 0px 10px;
	position: absolute;
	top: 295px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.st0 {
	fill: #000;
}

.st1 {
	fill: #055;
	display:none;
}

#adamburgett {
	position: absolute;
	left:15px;
	top: 28px;
	width: 325px;
}

.row{
	width:100%;
	display:inline-flex;
	flex-flow:row wrap;
}

.play-container {
	float: left;
	width: 440px;
	height: auto;
	background-color:none;
	padding: 0px 20px 60px 0px;
	flex-grow:1;
	
	font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
	letter-spacing: 1px;
	font-size: 14px;
	line-height:26px;
}

.LabeledButton_module_box__9d065662 {
	display:none;
}

.socials {
	float:right;
	position: absolute;
	top:23px;
	right:16px;
	font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 12px;
	text-align:right;
	line-height:20px;
}

.title {
	font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
	font-weight: 700;
	width:100%;
}

.social-link {
	display:list-item;
	list-style:none;
}

a {
	color: #f7f7f7
}

a:hover {
	color: #00adef
}

@media (max-width:480px) {
	
	.title{
		position:absolute;
		top:12px;
	}
	
	.socials {
		float: left;
		top: 0px;
		right: 0;
		left: 0px;
		font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "sans-serif";
		letter-spacing: 2px;
		font-weight: 600;
		font-size: 12px;
		text-align: left;
		line-height: 20px;
		background-color: #222;
		width: 100%;
		padding: 0 2px 2px 16px;
}
	
	.social-link {
		display:inline;
		padding: 0 10px 0 0;
	}
	
	a {
		color: #eee;
	}
}

@media (max-width:920px) {
	
	.play-container {
	width: 100%;
	}
}