* {
	box-sizing:border-box;
}
body {
	margin:0;
	background-image: url("../images/Background.png");
	background-size: 100px;
	image-rendering: pixelated;
}
* {
	box-sizing:border-box;
}
body {
	margin:0;
}
.gjs-container {
	width:99%;
	margin:0 auto;
	max-width:1200px;
}
.gjs-section {
	display:flex;
	padding:50px 0;
}
#page {
	padding-top:0px;
	padding-bottom:0px;
}
#pagecontainer {
	background-clip:border-box;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	margin-top:5px;
	margin-bottom:5px;
}
#logo {
	height:60px;
	position:relative;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
}
.gjs-grid-column {
	flex:1 1 0%;
	padding:5px 0;
}
.gjs-grid-row {
	display:flex;
	justify-content:flex-start;
	align-items:stretch;
	flex-direction:row;
	min-height:auto;
	padding:10px 0;
}
.tabcontent {
  display: none;
	}
#navbar {
	padding-top:0px;
	padding-bottom:0px;
	flex-direction:row;
	background-color:rgba(28,28,28,1);
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}
#navbarbuttons {
	display:flex;
	justify-content:flex-end;
	align-items:stretch;
	flex-direction:row;
	flex-wrap:wrap;
}
summary {
	color:rgba(0,97,194,1);
	cursor:pointer;
}
summary:hover {
	color:rgba(0,128,255,1);
}
details[open] summary {
	color:rgba(0,128,255,1);
}
h3 {
  margin-bottom:3px;
	margin-top:3px;
}
select {
  width: 115px;
}
a {
	color:rgba(0,97,194,1);
	cursor:pointer;
}
a:hover {
	color:rgba(0,128,255,1);
}
.tablink {
	position:relative;
	flex-direction:row;
	justify-content:flex-start;
	right:5px;
	color:rgba(0,97,194,1);
	font-family:Arial Black,Gadget,sans-serif;
	font-weight:700;
	text-align:center;
	font-size:calc(15px + .5vw);
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	padding-left:15px;
	padding-right:15px;
	max-height:50px;
	background:transparent;
	cursor:pointer;
}
.tablink:hover {
	color:rgba(0,128,255,1);
}
.tabcontent {
 animation: fadeEffect 500ms;
}
@keyframes fadeEffect {
 from {opacity: 0;}
 to {opacity: 1;}
}
#content {
	height:auto;
	min-height:90vh;
	max-width:1200px;
	justify-content:flex-start;
	flex-direction:row;
	align-items:stretch;
	background-color:rgba(42,42,42,1);
	display:flex;
	font-family:Helvetica,sans-serif;
	color:rgba(229,229,229,1);
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
}
#rightside {
	width:40%;
}
#fullpage {
	padding-left:8px;
	padding-right:8px;
	width:100%;
}
.gjs-link {
	vertical-align:top;
	max-width:100%;
	display:inline-block;
	text-decoration:none;
	color:inherit;
}
#navbuttonlink {
	align-self:center;
}
#leftside {
  padding-left:8px;
	padding-right:10px;
	width:59%;

}
@media (max-width:992px) {
	.gjs-grid-row {
	flex-direction:column;
}
}@media (max-width:480px) {
	#pagecontainer {
	min-width:320px;
}
}
