/*	Less CSS http://lesscss.org ------ */
/* 93 / 118 / 27 */
/*
@primary: #5D761B;
@secondry: #ADB23A;
@tertiary: #D5CF9B;

@accent: #FF7200;
@fontColor: #333;
*/
/* 	====== 1: START: Globals ====== */
body {
  font: 128.623%/1.618em "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.container,
.inner {
  max-width: 1200px;
}
header.header {
  background: #050505 url('/assets/images/Paul-C-2020_background.jpg') no-repeat right top fixed;
  padding-top: 40px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.header .photo {
  display: none;
}
header.header .welcome {
  margin: 0 0 0 2em;
  width: 60%;
  min-height: 500px;
}
/*# sourceMappingURL=992.css.map */