* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-family: 'Inknut Antiqua', serif;
  font-family: 'Roboto Condensed', sans-serif; }

html, body {
  height: 100%; }

body {
  overflow: hidden;
  font-size: 16px; }

#main {
  height: 100%;
  display: flex;
  flex-direction: column; }

header {
  background: #f4f2ee;
  z-index: 10;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.35); }
  header nav {
    height: 40px;
    padding: 5px 40px; }
    header nav img {
      display: block;
      height: 100%; }
  header .title {
    background: #be1f2d;
    padding: 15px 40px;
    line-height: 1.4;
    font-size: 0.5em;
    color: #f4f2ee; }
    header .title h1 {
      font-family: 'Inknut Antiqua', serif;
      font-family: "Inknut Antiqua";
      font-weight: bold; }
    header .title h2 {
      font-family: 'Roboto', serif;
      font-weight: 400; }
  header .challenge {
    padding: 17px 40px;
    font-size: 1.1em;
    font-weight: 800;
    line-height: 1.3; }
    header .challenge p {
      font-weight: 400; }
    header .challenge span {
      font-weight: 800;
      color: #be1f2d;
      padding-left: 5px; }

#dep {
  display: flex;
  flex-wrap: wrap;
  height: 100%; }
  #dep > div {
    width: 50%;
    text-align: center;
    position: relative;
    font-weight: bold; }
    #dep > div .score {
      width: 100%;
      position: absolute;
      font-size: 8vh; }
    #dep > div > .image {
      height: 100%; }
      #dep > div > .image img {
        height: 50%;
        width: 75%;
        max-width: 200px; }
      #dep > div > .image:before {
        content: "";
        display: block;
        height: 25%;
        width: 100%; }
    #dep > div.com, #dep > div.eve {
      height: 50%; }
      #dep > div.com .score, #dep > div.eve .score {
        bottom: 0%; }
    #dep > div.red, #dep > div.par {
      height: 50%; }
      #dep > div.red .image, #dep > div.par .image {
        height: 100%; }
      #dep > div.red .score, #dep > div.par .score {
        top: 0%; }
    #dep > div.com, #dep > div.par {
      background: #524646;
      color: #2d2d2d; }
    #dep > div.eve, #dep > div.red {
      background: #2d2d2d;
      color: #524646; }

/*# sourceMappingURL=main.css.map */
