* {
     -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #fd3535;
  background: #ffffff;
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;


}

.container {
  width: 100%;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 620px;
}
header {
  margin-bottom: 22px;
  padding: 11px 0;
  color: #ffffff;
  background: #fd3535;
  text-align: center;
}
footer {
  clear: both;
}

.identity {
  font-weight: normal;
  font-size: 90%;
  line-height: 1;
  overflow: hidden;

  width: 48px;
  height: 48px;
  margin: 5px auto;
  background: transparent url('../images/ukulele.png') 50% 0% no-repeat;
}
h1, p {
  word-break: break-all;
  margin: 0;
  padding: 0;
}
h1 {
  margin-bottom: 0.25em;
  font-weight: bold;
  font-size: 161.8%;
  line-height: 1;
}


.site-desc {
  margin-bottom: 0.5em;
}

.links {
  display: block;
  clear: both;
  overflow: auto;
  margin: 11px 0;
  padding-bottom: 22px;
}
.links section {
  display: block;
  float: none;
  width: 100%;
  font-size: 100%;
  line-height: 44px;
}
.links .text {
  font-weight: bold;
}
.links a {
  display: block;
}

.links [class*="fi-"] {
  display: inline-block;
  margin-right: 0.333em;
  font-size: 261.7924%;
  vertical-align: middle;
}


a {
  color: #fd3535;
  text-decoration: none;
  -webkit-tap-highlight-color: #fd3535;
}
a:hover {
  color: #fd3535;
}

a [class*="fi-"] {
     -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
       -moz-transform: translateY( 0 );
    -webkit-transform: translateY( 0 );
}
a:hover [class*="fi-"] {
     -moz-transform: translateY( -5px );
  -webkit-transform: translateY( -5px );
}


footer {
  line-height: 44px;
  text-align: center;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  text-align: left;
  direction: ltr;
}

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

  .container {
    margin: 0 auto;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .links section {
    display: inline;
    float: left;
    width: 33%;
    font-weight: normal;
    
  }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 1.5) {
  .identity {
    background-image: url('../images/ukulele@2x.png');
    -webkit-background-size: 48px 48px;
       -moz-background-size: 48px 48px;
            background-size: 48px 48px;
  }

}
