/* line 12, ../../css/styles.sass */
* {
  box-sizing: border-box; }

/* line 15, ../../css/styles.sass */
html, body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black; }

/* line 26, ../../css/styles.sass */
#wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%; }
  /* line 32, ../../css/styles.sass */
  #wrapper header, #wrapper footer {
    display: table-row;
    height: 5px;
    width: 100%;
    text-align: center;
    background-color: black;
    text-transform: uppercase;
    color: darkgrey;
    padding: 20px; }
    /* line 42, ../../css/styles.sass */
    #wrapper header nav ul, #wrapper footer nav ul {
      padding: 0; }
    /* line 45, ../../css/styles.sass */
    #wrapper header nav ul li, #wrapper footer nav ul li {
      display: inline-block; }
      /* line 48, ../../css/styles.sass */
      #wrapper header nav ul li a, #wrapper footer nav ul li a {
        text-decoration: none;
        color: white;
        cursor: pointer; }
  /* line 53, ../../css/styles.sass */
  #wrapper header {
    position: relative; }
    /* line 56, ../../css/styles.sass */
    #wrapper header #logo-box {
      margin: auto; }
    /* line 59, ../../css/styles.sass */
    #wrapper header nav {
      position: absolute;
      top: 10px;
      right: 30px; }
      /* line 64, ../../css/styles.sass */
      #wrapper header nav ul li {
        margin-left: 25px; }
  /* line 67, ../../css/styles.sass */
  #wrapper footer {
    margin-top: 50px; }
  /* line 70, ../../css/styles.sass */
  #wrapper #content {
    display: table-row;
    position: relative;
    text-align: center;
    width: 1040px;
    margin: auto; }
