html {
  background: url(images/mainbackground.jpg) no-repeat center center fixed #222;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sidebar {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.7) 100%);

  width: 290px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  font-family: 'Inria Sans';
  padding: 10px;
  box-shadow: 5px 0px 5px rgba(3,3,3,0.2);
}

.sectionHeader{
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  background: url(images/SectionHeaderBackground.png) no-repeat center;
}

.sectionBody, #sectionClients a {
  font-weight: normal;
  font-size: 14px;
  color: #200;

}

.sectionHeaderSmall {
  line-height: 3;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #600;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#sectionAbout {
  margin-bottom: 50px;
}

#sectionClients {
  margin-bottom: 50px;
}

#sectionContact {
  margin-bottom: 50px;
}

#socials {
  position: absolute;
  bottom: 50px;
  left: 85px;
}
