.card-container {
	display: inline-block;
	margin: 0 auto;
	padding: 0 12px;
	perspective: 900px;
	text-align: center;
}


.card-container h1 {
	color: #fffff;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.card-container h1 span {
	display: block;
	padding-top: 0px;
	font-size: 0.1em;
}





.card {
  position: relative;
  width: 100px;
  height: 100px;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front, .back {
	position: absolute;
	background: #161616;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	color: white;
	box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);

	
	 -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	
	border-radius: 20px;
}

.front2, .back2 {
    position: absolute;
    background: #ededed;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    color: white;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3), 0 17px 17px 0 rgba(0, 0, 0, 0.15);
    
    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    border-radius: 20px;
}

.front2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.back2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.front {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.back {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.card-container:hover .card {
  transform: rotateY(180deg);
}

.back {
  transform: rotateY(180deg);
}





.gamebrain{
	content:url(../img/gamebrain.png);
	position:relative;
}

.rop{
	content:url(../img/rop.png);
}

.voi{
	content:url(../img/voi.png);
}

.hocus{
	content:url(../img/hocus.png)
}

.hocus2 {
	content: url(../img/hocus2.png)
}

.puzzlement{
	content:url(../img/puzzlement.png)
}

.macdows{
    content:url(../img/macdows.png)
}

.jodeo{
	content:url(../img/jodeo.png)
}


img {
    opacity: 0.6;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

iframe {
	border:10px solid #000;
    border-radius: 20px !important;
}


html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	margin: 0 auto;
	text-align: center;
	background-position:center;
}
#content {
	padding-bottom:100px; /* Height of the footer element */
}
#footer {

	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	
	margin: 0 auto;
	text-align: center;
	background-position:center;
	color:#333;
	z-index:-1;
}
