BODY {
	text-align: center;
	background-color: rgb(12, 39, 73);
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	color: rgb(208, 208, 208);
	/* font-family: 'Roboto Condensed',sans-serif; */
	/* font-family: 'Times New Roman',serif; */
	font-family: 'Noto Serif',sans-serif;

	background-color: #0c1318;
	/* color: #FFF; */
	width: 85%;
	margin: 0 auto;
	padding: 0px;

}

a {
	text-decoration: inherit;
	color: inherit;
	cursor: pointer;
}

main {
	color: #FFFFFF;
	margin: 20px auto 20px auto;
	/* text-align: left; */
	width: 98%;
}

header {
	background: #546971;
	border: 1px solid #AAA;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;

	/* background-image: url(/_assets/images/BSID-logo.jpg);
	background-repeat: no-repeat; */
	background-color: #131D26;
}
#logostrip {
	border: 0;
	/* background: #131D26; */
	/* height: 68px; */
	margin: 10px;
	padding: 0;
}
#logostrip .bsid-logo {
	width: 90px;
	margin: 0 20px ;
}
header h1 {
	font-family: 'Noto Serif',sans-serif;
	font-weight: normal;
	background-color: #546971;
	background-color: #243F4D;
	margin: 0px;
	padding: 5px;
}

article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
article h2 {
	display: none;
}

article * {
	align-self: center;
}

#yootoobe, #empires-download {
	margin: 25px 0px;
	border: none;

}


footer {
	background: #253E4B;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 8px;
}
footer #community-links {
	margin-bottom: 10px;
}
footer #validation img {
	height: 12px;
}


.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #20750d;
    border-radius: 4px;
    background: #a5d007;
    background: -webkit-gradient(linear, left top, left bottom, from(#a5d007), to(#536904));
    background: -moz-linear-gradient(top, #a5d007, #536904);
    background: linear-gradient(to bottom, #a5d007, #536904);
    text-shadow: #0f274d 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #d3e885;
    text-decoration: none;
}
.button:hover,
.button:focus {
    border: 1px solid #33bb15;
    background: #c6fa08;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6fa08), to(#647e05));
    background: -moz-linear-gradient(top, #c6fa08, #647e05);
    background: linear-gradient(to bottom, #c6fa08, #647e05);
    color: #d3e885;
    text-decoration: none;
}
.button:active {
    background: #637d04;
    background: -webkit-gradient(linear, left top, left bottom, from(#637d04), to(#536904));
    background: -moz-linear-gradient(top, #637d04, #536904);
    background: linear-gradient(to bottom, #637d04, #536904);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB2ElEQVRIib3VPWtTYRQH8J9BRCQUXIoUkRI6FBERBycRcQhBRBwdVEQXJxEd7BcQJ3EQd8VBQvBlC+gHcBQnB6sFQVDwBSwtQmx0OM+ljzdJubeiBx5y87yc/zn/88Y/li1j9ubQwtaaun7iHRYnXWiihwF+bXINko7mOIBeTWUrWMInrJXOemXlczUs/4ZLmEpvGziAfsmTVg7Qrqh8GQfTm+O4iavYJWL2ILvbzgE6FQGuJIvv4DL24BAeYb/g/kO626kLMMA0jmGhRPEUHqbvuzlAQ3V5j6/J4mels+/4IWh6kx9UBRjimsj1j0oBTNJM5zs3A3APT9P3Y1wUmUdYvYDnSV+7/JjgtZzLxXprPSULmcV9EdwnOJ/2T2d6OqU35nFbFE4R1C84XMHDBs6I4isMGwEoZAdOiRScwbYNFJ9IRr006vlEgFz24haOlva3i3ScRGtlAML9vvAM9uHVBor/ACiyaB4njadjiM+Csgt4Iaq2lhSVvCT6St5up/FaxCMPYiUPiqEyTL+zoqD6OItVHMF1nLNOUxUZ5n/ydr2GG9gtgjwjCqnOIBpp19AtXSoGynINxcXqjnOpmQ7+dmR2ZTEcN/RbibI6nZbgfFEM/v8nvwHu8OxKDTnqHwAAAABJRU5ErkJggg==") no-repeat left center transparent;
    background-size: 100% 100%;
}
