@font-face {
font-family: 'pxlxxl';
font-style: normal;
font-weight: normal;
src: url('pxlxxl.woff') format('woff');
}
html, body {
    height: 100%; background-color: #FFF;  
}
body {                                     
    margin: 0;padding: 0;
    background-image: url(../img/pixelate.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100vw;
   
}
.row {
    width: auto;
}
.flex-item {
    font-family: 'pxlxxl', cursive;  
    color: #EEE;    
    font-size: 170px;
    text-align: center;
    position: relative;
    border: 5px solid #727272;
    padding: 15px 90px 15px;
    line-height: 150px;
    background-color: #FFFFFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.flex-item span.sub {
    font-family: 'Open Sans', sans-serif;font-weight:400;    
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    color: #CCCC00;      
    right: 62px;
    bottom: 15px;
}

.flex-item span {
  color: #CCCC00;
}

.flex-item a {
  display: block;
  font-family: 'Open Sans', sans-serif;font-weight:400;    
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  text-decoration: none;
  top: 38px;
  right: 90px;
  color: #6a6a6a;  
}
.flex-item a:hover {
  color: #000;
}

.typeAction {
		visibility:hidden;
	}
	span#cursor {
		padding-left:2px;
		animation: blink 700ms steps(1) infinite: ;
	  -webkit-animation: blink 700ms steps(1) infinite;
	}
		@keyframes blink { 50% { color: transparent; } }
		@-webkit-keyframes blink { 50% { color: transparent; } }


@media screen and (max-width: 767px) {

    .flex-item {
      font-size: 80px;
      padding: 15px 40px ;
      line-height: 110px;
    }
    .flex-item span.sub {
      font-size: 25px;
      line-height: 25px;
      right: 6px;
      bottom: 29px;
    }
    .flex-item a {
       font-size: 15px;
        line-height: 17px;
        top: 36px;
        right: 40px;
    }

}
