body { 
  background-color: #333;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 300;
  background: url(images/bg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}

h1{
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

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

img.bg {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: -50px;
  left: 0;
}

.intro{
  height: 86px;
  width: 100%;
  background-color: #10142f;
  position: relative;
  margin-bottom: 116px;
}


.brand {
  background: url(images/sprite.png) no-repeat 0 -2px;
  width: 202px;
  height: 220px;
  background-size: 202px;
  margin: auto;
}

.asterisk{
  width: 42px;
  height: 42px;
  background: url(images/sprite.png) no-repeat -195px -534px;
  margin: 26px auto;
}

.waves{
  width: 154px;
  height: 30px;
  background: url(images/sprite.png) no-repeat -138px -702px;
  margin: 34px auto;
}

.contact{
  text-align: center;
  font-weight: 700;
  
}

.contact h2{
  font-size: 26px;
}

.skills{
  text-align: center;
}

.skills h2{  
  font-weight: 300;
  font-size: 26px;
}

.soon { 
  margin: 20px 0 60px;
  clear: both;
  text-align: center;
}

.btn-primary { background-color: #eb4241; border-color: #eb4241; transition: all 0.2s; }
.btn-primary:hover { background-color: #293277; border-color: #293277; }
.btn-primary:focus { background-color: #293277; border-color: #293277; }

@media screen and (max-width: 1024px) {
  img.bg {
    left: 50%;
    margin-left: -512px;
  }
}

@media (max-width: 640px) {

  .intro{
    height: 68px;
    margin-bottom: 86px;
  }

  .brand {
    width: 160px;
    height: 137px;
    background-size: 160px;
  }

  .inner h1{
    font-size: 28px;
    line-height: 32px;
  }
}