*{padding:0; margin:0;}

html{
    height:100%;
}
body{
    background: #70b6ff url("imgs/Background.jpg") no-repeat top center;
    text-align: center;
    min-height:100%;
    display: flex;
    background-attachment: fixed;
    background-size: cover;
}
img#logo_text {
	width: 32%;
	margin: 2em 0 0;
}

#game_holder {
	width: 50%;
    min-width:30em;
	margin: 0 auto;
	background: #282828 url("imgs/Bubble BG.jpg") no-repeat top center;
    background-size:100%;
	padding: 1em 4em 7em;
	box-shadow: inset 0em 0em 1em 1.5em #0c0c0c;
    position: relative;
	max-width: 60em;
}

#itch_widget {
	border-top: 0.15em solid #020202;
	width: 80%;
	margin: 5em auto;
    padding-top: 5.5em;;
}
#highscores {
	border-top: 0.15em solid #020202;
	width: 80%;
	margin: 1em auto;
	max-width: 29em;
}

#highscores h2{
    color:#c1c1c1;
    text-shadow:0 0 0.5em #000;
    margin: 1.5em;
}

#highscores #highscore-entries{
    background: #171616;
    padding: 1.1em 1.3em;
    box-shadow: 0 0 1em 1em #080808;
    border-radius: 1em;
}

#highscores p.highscore-entry {
	font-size: 0.9em;
	color: #fff8f8;
	padding: 0.5em 0;
	margin: 0.5em 0;
	text-align: left;
	text-indent: 0.6em;
	text-shadow: 0 0 0.05em #000;
	box-shadow: 0 0 0.5em 0.2em #040404;
	background: #191919;
	font-weight: bold;
	border-radius: 1.3em;
}
#highscores p.highscore-entry span{
    display: inline-block;
}
#highscores p.highscore-entry span.highscore-entry-position{
    
    width: 2.5em;
    font-weight: bold;
}
#highscores p.highscore-entry span.highscore-entry-position.first{
    
    color: #ffef00;
}
#highscores p.highscore-entry span.highscore-entry-position.second{
    
    color: #a5a5a5;
}
#highscores p.highscore-entry span.highscore-entry-position.third{
    
    color: #ffaa08;
}

#highscores p.highscore-entry span.highscore-entry-name{
    
    width: 13em;
}

#highscores p.highscore-entry span.highscore-entry-score{
    
    width: 5em;
}

p.game-info-text {
	color: #d7d7d7;
	text-align: left;
	font-size: 1.2em;
	width: 80%;
	margin: 2em auto 0;
}

@media (min-width: 1000px) {
    
    #game_holder {
        width: 37%;
    }
    p.game-info-text{

    }
}
@media (min-width: 1500px) {
    p.game-info-text{
        font-size:1.3em;
    }
    #highscores p.highscore-entry {
        font-size: 1.1em;
        text-indent: 0.6em;
    }
}

@media (min-width: 1750px) {
    #highscores p.highscore-entry {
        font-size: 1.1em;
        text-indent: 0.8em;
    }
}

@media (min-width: 2000px) {
    
    #game_holder {
        width: 38%;
    }

    #highscores {
        width: 60%;
    }
    p.game-info-text{

    }
    
    #highscores p.highscore-entry {
        text-indent: 0.6em;
    }
    #highscores p.highscore-entry span.highscore-entry-name{

        width: 14em;
    }
}
