@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; }

.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;
}

.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;
}

.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:50vw;
	height:0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:100px;
	margin-bottom:100px;
}

.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; }