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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-github:before {
  content: "\eab0";
}
.icon-linkedin:before {
  content: "\eac9";
}


html, body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;font-family: 'Lato', sans-serif;}
h1,h2,h3,h4{font-size:20px;text-align: center;line-height: 75px;margin:0;}
h2{color:#fafafa;}
h3{color: #00a700;font-family: 'Roboto Mono', sans-serif;}
.container{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    perspective: 1200px;
    background: #1e6997;
}
.block{
    position:absolute;
    overflow:visible;
    background:#ffffff;
}
.block.shadowed{
    overflow:hidden;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .7);
}
.rotating-block{
    width:100%;
    height:100%;
    position:relative;
    transform-style: preserve-3d;
    transform-origin: left bottom;
    transition:transform 1s;
}
.rotating-block>div{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    backface-visibility: hidden;
}

.rotating-block>div.front{
    background:#FFFFFF;
}
.rotating-block>div.back{
    background:#1e6997;
    transform:rotateX(180deg);
}

.rotating-block.flipped{
    transform:translateY(-100%) rotateX(180deg);
}

.actions{text-align: center;line-height: 75px;}
.actions a{display:inline-block;margin:0 5px;font-size:45px;text-decoration: none;color:#000000;}