body {
	color: #5555ff;
	font-family: "Rationale","Bebas Neue", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
 vertical-align: baseline;
	font-size: 25px;
	text-align: center;
	line-height: 1.2;
	
}


a {
	text-decoration: none;
	color: #5555ff;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}

a img,
a span {
	vertical-align: middle;
}

a:visited {
	color: #5555ff;
}

a:hover {
	color: #FF00FF;
}

nav {


	padding-inline-start: 40px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.menu {
	position: relative;
	line-height: 60px;
	display: block;
	margin: 0;
	margin-right: 0;
	padding: 0;
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
}

.menu h1 {
	float: left;
	margin-block-end: 0;
	margin-block-start: 0;
}



ul li {
	display: inline-block;
	margin-left: 0.6em;
	margin-right: 0.6em;
	margin-bottom: 0;
}

ul {
	padding-inline-start: 0px;
	margin-block-end: 0;
	margin-block-start: 0;
	float: right;
}

.imgLink {
	height: 30px;
}

.fladLink {
	height: 60px;
}

section{
	text-align:center ;
}
.main {
	text-align: left;
	position: relative;
	
	margin: 0 auto !important; 
	
	width: 98%;
	max-width: 1580px;
	background-image: url("vrfladbg.png");
	background-repeat:repeat-y;
	background-size: auto;
	background-position: 50% 0%;

}

.normal {
	position: relative;
	border: solid 3px gray;
	border-radius: 10px;
	background-color: #33333388;
	color: #EEEEEE;
	
	text-align: left;
	padding: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.twitch {
	position: relative;
	border: solid 3px gray;
	background-color: #33333388;
	color: #EEEEEE;
	border-radius: 10px;
	text-align:center;
	padding: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
}

.footer {
	position: relative;
	font-size: normal;
	display: block;
	text-align: center;
	width: 100%;


}



.rainbow {
	background: linear-gradient(90deg, #0ebeff, #ffdd40, #ffdd40, #ae63e4,#ae63e4, #47cf73,#47cf73, #0ebeff);
	animation: rainbow-border 7s linear infinite;
	-webkit-text-fill-color: transparent;

	-webkit-background-clip: text;
	background-size: 200% 200%;
	display: inline-block;

}

@-webkit-keyframes rainbow-border {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 200% 50%;
	}
}

.top
{
	padding-bottom:20px;
}

.botstuffs {
	position: relative;
	color: #EEEEEE;
text-align: center;
display: flex;
	min-height: 300px;	
}

.leftcol
{
	text-align: left;
	width: 50%;
	padding: 30px;


}

.rightcol
{
	text-align: left;
	width: 50%;
	padding: 30px;
	


}

.leftcol h2 ,.rightcol h2, .leftcol a ,.rightcol a,  .normal h2 {
	text-align: center;

}
.justify {
	text-align:left;
}
.leftcol  img  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	max-width:220px;
}
.rightcol img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	max-width:220px;
}
