@viewport { width:500px; }

body
{
	background-color: rgb(28, 30, 40);
	padding: 0%;
	margin: 0%;
	font-family: "Abel-Regular";
	font-style: normal;
    font-size: calc(10px + 0.5vw);
	letter-spacing: 2px;
	color: rgb(250,250,250);
	text-shadow: 0px 0px 5px rgba(100, 0, 0, 0.25);
}

a { color: rgb(250,250,250); text-decoration: none; }

.toplink { font-size:175%;letter-spacing:6px;color:rgb(200,100,0); text-decoration: none; margin-right:1vw;margin-left:1vw;}

.link { color: rgb(250,250,250); text-decoration: none; }
.linky { color: rgb(250,250,250); text-decoration: none; border-bottom: 1px solid rgb(150, 150, 150); }
.linky:link { border-bottom: 1px solid rgb(150, 150, 150); }
.linky:visited { border-bottom: 1px solid rgb(150, 150, 150); }
.linky:hover { border-bottom: 1px solid rgb(250, 250, 250); }

h1
{
    font-size: 3em;
    font-weight: normal;
}
h2
{
}
h3
{
    text-align: center;
}


table 
{
   	border: 0px solid black;
}

th, td, tr
{
	background-color: #555555;
   	border: 0px solid black;
   	padding: 0.5em;
}

a{ color: #FFE000; }
#roundbox a:hover{
	color: #000000; background-color: #FFE000; border-radius: 4px;
}
h2{ margin-bottom:2px; font-size: 40px; letter-spacing: 5px;}
b{ color: #e6801e; }
blockquote {margin-top: -1px; margin-left: 60px;}
#roundbox
{ border-radius: 30px;
	background: #444444;
	padding: 1px 40px 20px 40px;
	margin-bottom: 30px; margin-top: 0px;
	width: 800px ;
	margin-left: auto ; margin-right: auto ;
}
em { color: #999999; font-style: normal; font-size: 80%; font-weight: bold; letter-spacing: 2px;}

ul {list-style: none; margin-top: 0px;}
li::before {content: "•"; color: #999999; display: inline-block; width: 1em; margin-left: -40px; }



.buttonlink a {
    background-color: #999999;
    display: inline-block;
    height: 2.5em;
    padding: 1em 1em; 
    text-decoration: none;
     text-align: center;
     border-radius: 4px;
}
.buttonlink a:hover {
    background-color: #aaaaaa;
    display: inline-block;
    height: 2.5em;
    padding: 1em 1em; 
    text-decoration: none;
     text-align: center;
     border-radius: 4px;
}

input[type=text] {
    border: 0px solid red;
    border-radius: 4px;
}


input[type=submit] {
    border: 0px solid red;
    border-radius: 4px;
    cursor: pointer;
}

input[type=password] {
    border: 0px solid red;
    border-radius: 4px;
    cursor: pointer;
}


.gamebox
{
	position: relative;
	padding: 0%;
	width:25%;
	padding-bottom: 15%;
	margin: 0px;
	border-style: none;
	border-width: 0px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	background: rgb(255, 255, 255) transparent;
	background: rgba(28, 30, 40, 0);

	font-size:initial;
    line-height: initial;
}

.topimage {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0%;
	margin: 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	opacity: 1.0;
	transition: opacity 0.25s;
}

.topimage:hover {
	opacity: 0.0;
}

.smico {
	padding: 0px;
	margin: 2px;
	width: 75px;
	height: 75px;
}


.smicos {
	padding: 0px;
	margin: 0px;
	width: 25px;
	height: 25px;
}


.smlogo {
	padding: 0px;
	margin: 0px;
	height: 50px;
}


.icoline {
	height: 1em;
}

.textbox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-decoration: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 

	font-size: 3vw;
    line-height: 125%;

	letter-spacing: 3px;
	text-transform: uppercase;
	background: rgb(255, 255, 255) transparent;
	background: rgba(28, 30, 40, 0);
	word-wrap: break-word;
}


@media only screen and (max-width : 480px) {
	.gamebox {
      width: 100%;
      padding-bottom: 57%;
   }
.textbox {

	font-size: 12vw;
}

}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   .gamebox {
      width: 50%;
      padding-bottom: 28%;
   }
.textbox {

	font-size: 6vw;
}
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   .gamebox {
      width: 33.3%;
      padding-bottom: 19%;
   }
.textbox {

	font-size: 4vw;
}
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   .gamebox {
		width:25%;
		padding-bottom: 14%;
   }

.textbox {

	font-size: 3vw;
}
}



.boxbutton
{
	font-size:150%;
	text-decoration: none;
	width:auto;
	height:auto;
	padding:25px;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(250,250,250);
	transition: border-color 0.5s;
	transition: background-color 0.5s;
}

.boxbutton:hover
{
	border-color: rgb(220,210,200);
	background-color: rgb(250,250,250);
	color: rgb(20,25,30);
}

.bar
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: rgb(60,60,60);
	width:25vw;
	height:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:100px;
	margin-bottom:100px;
}


.sepblock
{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: rgb(30,30,30);
	background-color: rgb(33, 35, 45);
	clear: left;
	margin-top:5vw;
	padding-top:5vw;
	margin-bottom:5vw;
	padding-bottom:5vw;
	vertical-align: middle;
}


.midblock {
	width:50vw;
	margin-left: auto;
    margin-right: auto;
}



.footer
{
	background-color: rgb(15,20,25);
	color: rgb(200,200,200); 
	clear: left;
	padding-top:100px;
	padding-bottom:70px;
	vertical-align: middle;
}

.projspace {
    line-height: 0;
    font-size: 0;
}


@font-face {
	font-family: 'Abel-Regular';
	src: url('Abel-Regular.eot');
	src: url('Abel-Regular.eot?#iefix') format('embedded-opentype'),
		url('Abel-Regular.woff') format('woff'),
		url('Abel-Regular.ttf') format('truetype'),
		url('Abel-Regular.svg#Abel-Regular') format('svg');
	}
.fontpro,.fontpro-35334 { font-family: 'Abel-Regular',sans-serif; }


 /* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
	z-index:1000;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1000;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
	z-index:1000;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    opacity: 0.99;
	z-index:1000;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 0.99;
	z-index:1000;
} 



/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: help;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}