/*
Theme Name: Bulger Bloodline
Theme URI: https://bulgerbloodline.com
Author: THECOMISSION
Description: Minimal page-builder-free landing page for Bulger Bloodline Records -- logo, background, forwards to thecomission.com.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: bbr
*/

*{box-sizing:border-box;}
html,body{margin:0; padding:0; height:100%;}
body{
	background:#0a0a0a;
	background:radial-gradient(circle at 50% 38%, #161616 0%, #0a0a0a 60%, #050505 100%);
	color:#eee;
	min-height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.bbr-wrap{
	text-align:center;
	padding:40px 24px;
}
.bbr-logo{
	max-width:280px;
	width:70vw;
	height:auto;
	margin:0 auto;
	display:block;
}
.bbr-redirect{
	margin-top:28px;
	font-size:11px;
	letter-spacing:.28em;
	text-transform:uppercase;
	color:#6b6b6b;
}
.bbr-redirect a{color:#9a9a9a; text-decoration:none;}
.bbr-redirect a:hover{color:#eee;}
