<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-frame {
	max-width:1200px;
	margin:auto;
	padding: 8px;
}

@font-face {
	font-family: "Orbitron";
	src: url("font/Orbitron Medium.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Orbitron";
	src: url("font/Orbitron Light.otf") format("opentype");
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: "Orbitron";
	src: url("font/Orbitron Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: 'Roboto', serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
h2 {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 28px;
}
h3 {
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
h4 {
	font-family: 'Play', sans-serif;
	font-weight: 400;
	font-size: 16px;
}
p { font-size: 16px; }
hr {
	display: block;
	height: 1px;
	width: 50%;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 2em auto;
	padding: 0;
}

a:link    { color: #1c2843d0; }
a:visited { color: #1c2843d0; }
a:hover   { color: #1c284380; }
a:active  { color: #1c284340; }

.image-container{
	max-width: 900px;
	text-align: center;
	margin: auto;
}
.video-container {
	text-align: center;
}
.video {
	padding: 4px;
	display:inline;
}
.center {
	max-width: 100%;
	object-fit: scale-down;
	display: block;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(2px 2px 2px #00000088);
}

#header {
	top: 0px;
	background-color: #eeeeee55;
	text-align: center;
	padding-bottom: 1px;
	margin: 0px;
}

.header-frame {
	max-width:1200px;
	margin:auto;
	overflow: hidden;
}

#header .header-list-left {
	padding-left: 8px;
	text-align: center;
	float:left;
}
#header .header-list-right {
	padding-left: 0px;
	text-align: center;
	float:right;
}
#header .header-list-item {
	display:inline;
	padding-right: 8px;
	font-family: "Orbitron";
	font-weight: lighter;
}

#presskit-header h2 {
	text-align: center;
}
#presskit-header img {
	margin-top: 16px;
}

#footer {
	position: sticky;
	position: -webkit-sticky;
	bottom: 0px;
	width: 100%;
	background-color: #eeeeee55;
	text-align: center;
}
#footer p{
	font-family: "Orbitron";
	font-weight: lighter;
	font-size: 11px;
	margin:0;
	padding-bottom:2px;
	padding-top:2px;
}

#twocolumn {
	max-width: 900px;
	margin: auto;
}
#twocolumn::after {
	clear: both;
	display: block;
	content: '';
}

.leftcolumn {
	float:left;
	width:260px;
	text-align:left;
	clear: none;
}
.rightcolumn {
	float:right;
	width:500px;
	text-align:left;
	clear: none;
}

.spacedtext {
	line-height:28px
}

.bassinvaders-body {
	background-color: #c7acc6;
	background-image: url("bassinvaders-presskit/bi_body_background.jpg");
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: cover;
}</pre></body></html>