.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

body {
  top:0;
  background:skyblue;
  color: #1c1b3b;
  font-size: 14px;
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  font-family:'Comfortaa', cursive, Georgia, serif;
  text-rendering: optimizeLegibility; }
  body:after {
    background: -moz-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: radial-gradient(center, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }

.wrap {
  position: relative;
  z-index: 10;
  text-align: center; }

p {
  margin: 0;
  line-height: 1; }

a {
  color: #1c1b3b;
  display: block; }

h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 80px 0 8px;
  line-height: 1;
  position: relative; }
  h1:before {
    content: '';
    display: block;
    position: absolute;
    top: -60px;
    height: 40px;
    width: 1px;
    background: #9a988e;
    left: 50%; }

.svg-wrap {
  position: relative;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  .svg-wrap p {
    position: absolute;
    width: 100%;
    display: block;
    top: 6%;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    pointer-events: none; }
    .svg-wrap p:nth-of-type(2) {
      top: 18%; }
    .svg-wrap p:nth-of-type(3) {
      top: 31%; }

.svg-graphic {
  margin: 40px auto 0;
  position: relative;
  right: -10px;
  display: block;
  z-index: 0; }

svg image {

  filter: url(#blur); 
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
svg polygon:hover {
  opacity: 1; }
svg a:hover image {
  opacity: 0.7; }

a.twitter {
  color: #9b8b61;
  font-style: italic;
  text-decoration: none;
  margin-top: 15px; }
  a.twitter:hover {
    text-decoration: underline; }
.head{
    background:#1a1a1a;
    border-bottom:solid 1px #bababa;
}
h2, h2 a{
    font-size:40px;
    font-weight:bold;
    line-height:30px;
    color:#1a1a1a;
    text-decoration:none;
}
h2 span{
    font-size:12px;
    text-transform:uppercase;
    font-weight:book;
}

svg  a image:hover{
      filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px);
      -o-filter: blur(3px); -ms-filter: blur(3px);
      filter: url(http://seanvoss.com/blur.svg#blur); 
}
