body {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
      color: rgba(255,255,255,0.8);
      letter-spacing: 0.12em;


}

section {
  padding: 50px;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
  color: #ccc;
}

h1 {
  margin-top: 180px;
  text-decoration: overline;
    text-decoration: line-through ;
  letter-spacing: 10px;
}

h2 {
    color: rgba(255,255,255,0.8);
    font-size: 1.5em;
    font-weight: 700;


}

p {
  padding-top: 10px;
}

#header  {
  margin-top: 20px;
  background-image: url('../img/bk2.jpg');
  background-size: cover;
  background-position: center 0px;
  height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
}



.red:hover {
  color: rgba(255,0,0,0.7);

}

.col-lg-3 {
  margin-bottom: 70px;
}

.col-lg-3 img  {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*
section:hover {
  //background-color: rgba(255,255,255,0.9);
  //background-image: url('../img/bk2.jpg');
  background-size: cover;
  background-position: center 0px;;
  border: 20px solid rgba(255,255,255,0.9);
  border-left: 0px;
  border-right: 0px;
}
section {
  border: 2px solid rgba(255,255,255,0.9);
  border-left: 0px;
  border-right: 0px;
}*/
.work {
  padding: 40px;
  padding-top: 0px;
}
.work h2 {
  text-decoration: none;

  padding: 0px;
  padding-top: 2px;
  border-top: 2px solid rgba(255,255,255,0.8);
  display: inline-block;
}

footer {
  padding: 50px;
}

@media (min-width: 1280px) {

  h1 {
    font-size: 3.5em;
  }
}


@media (max-width: 900px) {
  #header {
    height: 300px;
    background-attachment: scroll;
    padding: 0px;
    padding-top: 50px;
  }
  h1 {
    margin-top: 75px;
    padding: 0px;
  }
}
