body {
	background-image: linear-gradient(to bottom right, #028500, #c8c500, #ee6101);
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
	font-size:24px;
}

img {
	vertical-align:middle;
}

/* Main Logo Image */
#logomain {
	margin:auto;
	width:100%;
	height: 0;
	padding-top: 28.7%;
	max-width:1920px;
	background-image:url('banner.png');
	background-repeat:no-repeat;
	background-size:contain;
}

a {
	filter: brightness(0%);
}

.social {
	overflow: hidden;
	display: flex;
	list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
}

.social a {
	padding: 14px 16px;
	text-decoration: none;
	color: #9146FF;
}

.twitch {
	overflow: hidden;
	display: flex;
	list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
}

.twitch a:hover {
	filter: none;
	color: #9146FF;
	font-weight: bold;
}

.discord {
	overflow: hidden;
	display: flex;
	list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
}

.discord a:hover {
	filter: invert(0%);
	color: #7289DA;
	font-weight: bold;
}

.twitter {
	overflow: hidden;
	display: flex;
	list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
}

.twitter a:hover {
	filter: invert(0%);
	color: #1DA1F2;
	font-weight: bold;
}

.youtube {
	overflow: hidden;
	display: flex;
	list-style-type: none;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	vertical-align: middle;
}

.youtube a:hover {
	filter: invert(0%);
	color: #FF0000;
	font-weight: bold;
}

.footer{
	font-family: Tahoma, Arial;
	font-size: 0.7em;
	text-align: center;
	color: Black;
	height: 4em;
	position:absolute;
    width:99%; /* not 100 cause a scroll bar appears*/
    bottom:0px;
}