/*style.css*/

@import url('diner-regular_regular_macroman/stylesheet.css');
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?k22xi');
	src:url('../fonts/icomoon.eot?k22xi#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?k22xi') format('truetype'),
		url('../fonts/icomoon.woff?k22xi') format('woff'),
		url('../fonts/icomoon.svg?k22xi#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size:200%;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail4:before {
	content: "\ea86";
}
.icon-twitter3:before {
	content: "\ea93";
}
.icon-linkedin2:before {
	content: "\eac9";
}
.i-font{
	font:0/0 a;'
}

/*------------- MAIN STYLE ----------*/
body{
	background-color:#333333;
	color:#f0f0f0;
}

#contact{
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
	margin-top:20px;
	display:inline-block;
}

#contact li {
	display:inline;
	float:left;
}
#contact li a{
	display:block;
	margin-right:15px;
	color:#f0f0f0;
	text-decoration:none;
}

#contact li a:hover{
	color:#35A8B8;
}
h1,h2,h3,h4{

	color:#f0f0f0;

}


h1{
		font-family: 'diner-regularregular';
	font-size: 250%;


	letter-spacing: .4em;
}

.gamepage h1{
	font-size:250%;
}
.gamepage canvas{
	border:2px solid #f0f0f0;
}
.gamepage .game-rules{
margin-top:20px;
background-color:#333333;
border-top:8px solid #222222;
}
#audio{
	background-image:url(../images/audio.svg);

}

#games{
	background-image:url(../images/games1.svg);
}

#web{
	background-image:url(../images/web.svg);
}
#ill{
	background-image:url(../images/ill.svg);
}
#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
z-index: -1000;
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
#catcher{
	background-color:#333333;
	width:100%;
	padding:20px;
	border-top:8px solid #222222;
	position: absolute;
	top:0px;
	left: 0px;
	min-height: 300px;
	z-index: 100000;
	display: none;
}
#contentFrame{
	background-color:#333333;
	width:100%;
	padding:20px;
	border-top:8px solid #222222;
	position: relative;
}


 .icon {
	height:75px;
	width:75px;
	border:2px solid #f0f0f0;
	border-radius: 10px;
	background-color: transparent;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position:center;
	position: relative;

}

.icon.active, .icon:hover{
background-color:rgba(255,255,255,.2);
}
/*.icon span{
	position: absolute;
	bottom:10px;
	left:0px;
	width:100%;
	display: inline-block;
	clear:both;
	text-align: center;
	background-color:red;
}*/
.icons .col-sm-3{
	text-align: center;
}
.icons{
	clear:both;
}
.pItem{
	height:60px;
	width:60px;
	border:2px solid #f0f0f0;
	border-radius: 10px;
	float:left;
	margin:5px;
	overflow: hidden;
cursor: pointer;
}
.pItem img{
width: 100%;
height: 100%;
}



/*-------- SLIDES --------------*/


.slide,.subslide{
	display:none;
	position: relative;
}

#s1,.primary{
	display:block;
}




/*-------------------------- MEDIA QUERIES -------------------*/

@media screen and (min-width:460px){

.pItem{
			height:80px;
			width:80px;
			margin:5px;
		}
}

@media screen and (min-width:500px){
	 .icon {
	height:100px;
	width:100px;
}
.pItem{
			height:80px;
			width:80px;
			margin:10px;
		}
}


@media screen and (min-width:600px){

.pItem{
			height:100px;
			width:100px;
			margin:10px;
		}
}

@media screen and (min-width:625px){
	 .icon {
	height:125px;
	width:125px;
	}

	.pItem{
	height:100px;
	width:100px;
		}
}
@media screen and (min-width:700px){
	 .icon {
	height:150px;
	width:150px;
		}
		h1{
			font-size: 400%;
			margin-bottom:20px;
			

		}
			.pItem{
	height:125px;
	width:125px;
		}

}
@media screen and (min-width:992px){
	 .icon {
	height:200px;
	width:200px;
		}
		
		.pItem{
	height:120px;
	width:120px;
		}

/*.col-md-6:nth-child(2){
	padding-top:60px;
} */
}
@media screen and (min-width:1200px){
			.pItem{
	height:200px;
	width:200px;
		}
}