
html { 
  background: url(images/back.png);
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.contain {
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  text-align: right;
  
}


.head {
  text-align: right;
  width:450px;
  margin-bottom: 95px;

}

#icons {
  width: 400px;
  text-align: left;
  display: block;
  list-style-type: none;
}

.icons {
  font-size: 34px;
  text-decoration: none;
  color: white;
}

li {
    list-style-type: none;
    color: #C4C4C4;
    font-size: 24px;
    font-weight: bold;
}

.bottom {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 145px;
  height: 85px;
  background: url(images/logo.png);
}

.ss-icon, .sites-trigger:after, [class^="ss-"]:before, [class*=" ss-"]:before {
  font-family: "SSPikaRegular";
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; 
}

h1 {
  color: white;
  font-size: 36px;
  text-shadow:4px 3px 2px #1f1f1f;

}

h2 {
  color: white;
  font-size: 36px;
  text-shadow:4px 3px 2px #1f1f1f;
  margin-bottom: -15px;
  margin-top: -22px;
  margin-right: 13px;
}

h3  {
  color: #C4C4C4;
  font-size: 21px;
  font-weight: normal;
  margin-right: 13px;
}

@font-face {
    font-family: 'SSPikaRegular';
    src: url('ss-pika.eot');
    src: url('ss-pika.eot') format('embedded-opentype'),
         url('ss-pika.woff') format('woff'),
         url('ss-pika.ttf') format('truetype'),
         url('ss-pika.svg#SSPikaRegular') format('svg');
}
