﻿/* global rules */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
a :hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
}
.link :hover {
  text-decoration: none;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
body {
  background-color: #fff;
  font-family: "os";
  font-size: 20px;
}
.container {
  width: 1024px;
  margin: 0 auto;
  overflow: auto;
}
/* HEADER */
header {
  z-index: 1000;
  height: 75px;
  width: 100%;
  background-color: #110c0d;
  color: #fff;
  font-size: 16px;
}
header .container {
  height: 100%;
  padding: 0 5px;
}
header a {
  text-decoration: none;
}
header .logo {
  flex: 0 0 auto;
  margin-right: 30px;
  color: #ffce09;
  font-family: Impact;
  font-size: 24px;
  margin-top: 22px;
  display: block;
}
main {
}

/* MEDIA */
@font-face {
  font-family: 'os';
  src: url('/InternalSite/fonts/OpenSans-CondBold.woff');
}