/* CSS Document */
@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Bold.woff2") format("woff2"), url("fonts/Whitney-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Whitney';
  src: url("fonts/Whitney-Medium.woff2") format("woff2"), url("fonts/Whitney-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Whitney', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #626567;
  background-color: #ededed; }

header {
  padding-bottom: 12px;
  margin-bottom: 24px;
  margin-top: 50px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end; }
  header img {
    width: 125px;
    height: auto; }
  header div {
    margin-bottom: -3px;
    margin-left: 12px; }

.container {
  width: 100%;
  margin: 0 15px; }

@media screen and (min-width: 768px) {
  .container {
    width: 750px;
    margin: 0 auto; } }
p {
  margin-bottom: 1.2em; }

a {
  display: block;
  background-color: #f28c00;
  color: #fff;
  width: 210px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 24px;
  text-decoration: none;
  transition: background-color 300ms; }
  a:hover {
    background-color: #8c5100; }
