a,
a:focus,
a:hover {
  color: #fff;
}

hr {
  border-top: 1px solid #414141;
}

figcaption {
  font-family: 'Kaushan Script', cursive;
  font-size:18px;
  color:#999;
  text-align: center;
  margin-top: 1px;
}

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.8);
          box-shadow: inset 0 0 100px rgba(0,0,0,.8);
}
.header {
  color:#222222;
}
.bg-image {
  background: url(../img/istock-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.topblock-left {
  background: rgba(255,255,255,0.6);
  }
.slogan {
  border-bottom-left-radius:20px;
  border-bottom-right-radius:40px;
  background: rgba(255,255,255,0.8);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 0 30px;
}
.cover {
  margin-top:45px;
  padding: 0 20px;
}
.cover figure {
  float: left;
  margin: 0 15px 15px 0;
}
.footer {
  color: #999; /* IE8 */
  color: rgba(255,255,255,.5);
}

/* MEDIA QUERIES
   ***/
  
@media (max-width: 479px) {
  .header {
    text-align:center;
  }
  .cover figure {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  figcaption {
  text-align: left;
  }
  .logo > img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .header,
  .footer,
  .cover-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header,
  .footer,
  .cover-container {
    width: 700px;
  }
}

