/*Body*/
body{
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	background: black;
}

#container{
	padding-top:3%;
	height: 100%;
	width: 980px;
}

#body_dark{
	background: black;
	color: white;
}

#body_light{
	color: #979797;
}



/*Elements*/
.center{
	margin: auto;
    display: table;
}



/*Links*/
a:link, a:visited{
    color: #5a5a5a;
    text-decoration:none;
}

a:hover, a:active{
	color: #929292;
}

#yt_subscribe{
	background:red;
	color: white !important;
	font-size: 24px;
	padding: 12px;
	border-radius: 8px;	
}

#yt_subscribe:hover{
	background:#ff2c2c;
}

/*Text*/
#intro{
	padding-top: 20px;
    text-align: center;
    font-size: 30px;
}

#blurb_small_center{
	font-size:25px;
	width: 450px;
	margin: 0 auto;	
}

#blurb_large_center{
	font-size: 30px;
	width: 800px;
    text-align: center;
    padding-top: 25px;
}

#sales{
	color: #b0b0b0;
    width: 400px;
    font-size: .75em;
    line-height: 1.5em;
}


/*Footer*/
.footer{
	padding-top: 2%;
    height: 350px;
	font-size: 18px;
    letter-spacing: 1.5px;
	text-align: center;
}

#footer_light{
	background: #efefef;
    color: #afafaf;
}
#footer_transparent{
	background: none;
}

#footer_dark{
	background: #222222;
	color: #7b7b7b
}

#footer_ad{
	padding-top: 45px;
}

/*Misc*/
.kofi-wrap {
    display: flex;
    justify-content: center;
}