#header {
	background-image: url("/includes/images/nav_back.png"), url("/includes/images/header_back.png");
	background-position: 0% 99%, top;
	height: 220px;
	width: 100%;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 70px, 100% 90%;
	position: relative;
}

#bubble_wrap {
	background-image: url("/includes/images/circle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 250px;
	width: 100%;
	margin: auto;
	min-width: 750px;
	text-align: center;
}

#circle_logo {
	background-image: url("/includes/images/logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 300px;
	height: 100%;
	width: 100%;
	margin: auto;
}

.bubble {
	height: 72%;
	width: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px 0px;
	display: inline-block;
	
}

.bubble > a {
	display: inline-block;
	width: 70px;
	height: 70px;
	vertical-align: bottom;
	margin-top: 110px;
}

#twitch {
    position: relative;
	background-image: url("/includes/images/twitch_bubble.png");
    z-index: 2;
}

#twitter {
	background-image: url("/includes/images/twitter_bubble.png");
	margin-right: 115px;
}

#patreon {
	background-image: url("/includes/images/patreon_bubble.png");
	margin-left: 115px;
}

#yt {
    position: relative;
	background-image: url("/includes/images/yt_bubble.png");
    z-index: 2;
}

#yt_sub, #twitch_sub {
    position: relative;
    height: 24px;
	width: 80px;
	margin: 0px 0px;
    padding: 1px 10px 0 10px;
	display: inline-block;
    z-index: 1;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777;
	border-radius: 24px;
	background-color: #EEE;
    font-family: 'righteous', sans-serif;
    font-weight: bold;
}

#yt_sub a, #twitch_sub a {
	width: 100px;
	height: 15px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

#yt_sub {
    left: -25px;
    text-align: right;
}

#twitch_sub {
    left: 25px;
    text-align: left;
}

#discord {
    position: absolute;
    top: 200px;
    right: 45%;
    height: 24px;
	width: 10%;
    min-width: 110px;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777;
	border-radius: 24px;
	background-color: #EEE;
    font-family: 'righteous', sans-serif;
    font-weight: bold;
}

#discord a {
	width: 100px;
	height: 15px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}

#ajax_container {
	width: 100%;
	height: 100%;
	margin-bottom: 100px;
}