/*
Theme Name: Sleep No More Radio
Author: Sleep No More
Version: 1.0
Description: Fullscreen radio theme with RadioKing player.
*/

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:white;
}

.hero{
height:100vh;
background:url('background.jpg') center/cover no-repeat;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
background-attachment:fixed;
}

.overlay{
background:rgba(0,0,0,0.45);
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.content{
position:relative;
z-index:2;
}

h1{
font-size:48px;
letter-spacing:3px;
margin-bottom:40px;
}

.player{
margin-top:20px;
}