@import "vars";
*{
  margin:0;
  padding: 0;
}
body {
  font: @base-font;
  font-weight: 100;
  letter-spacing: 2px;
}
.title {
  text-transform: uppercase;
  color: darken(@base-hover-color,15%);
  font-size: @menu-font-size + 15;
  margin: 10px 0 0 0;
}
a {
  color:@base-text-color;
  text-decoration: none;
}
a:hover{
  color: @base-hover-color;
}
.wrapper {
  width: @wrapper-width;
  margin: 0 auto;
  min-height: 900px;
}
header {
  width:100%;
  height: @header-height;
  background: @base-color;
  & .logo {
    color: #fff;
    font-size: 30px;
    line-height: @header-height;
    margin-left: 20px;
  }
}

