/* 
    Created on : 2016-02-19, 12:22:18
    Author     : marcinskiba.net
*/
body {
  background: url('../images/gnu3.jpg') no-repeat center bottom fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 100;
  color: #fafafa;
}
#page {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}
.inner {
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
.inner h4 {
  margin-top: 0;
}
#website {
  padding-top: 50px;
}
.info {
  padding-top: 250px;
  color: #fff;
}
.info p span {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 2px;
}
i {
  padding: 10px;
}
a {
  color: #fff;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 2px;
}
#link {
  font-size: 13px;
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}
#link ul {
  margin-left: 0;
  padding-left: 20px;
}
h1 {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 40px;
}
p strong {
  font-weight: 400;
}
.contact h4 {
  font-size: 15px;
}
#link h3 {
  background: rgba(255, 255, 255, 0.4);
  padding: 0 2px;
  font-size: 14px;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  .info {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=msstyle.css.map */