/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/raleway/raleway-light-webfont.eot');
  src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
  url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
  url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway/raleway-regular-webfont.eot');
  src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'),
  url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
  url('../fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
}

body {
  /*padding: 2rem;*/
  color: #404040;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 300;
}

header {
  background: #DC3226;
  padding: 0 4rem;
  border-bottom: 5px solid #555555;
}
.brand {
  display: block;
  height: 75px;
  width: 250px;
  background-image: url("../images/phenix_logo_redbg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main {
  padding: 4rem 5rem;
}
