.logo-wrapper {
    font-family: "ComfortaaRegular","sans-serif" !important;
    text-transform: lowercase;
    font-size: 28pt;
}

.logo {
    display: block;
    width: 155px;
    height: 45px;
    margin: 0;
    background: url('../img/fedora-logo.png');
    background-repeat: no-repeat;
    /* This is hilarious. */
    text-indent: -9999px;
}

.hero-unit {
    height: 600px;
    margin-bottom: -10px;
    padding: 5px;
}

#mainvis {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.icon {
    width: 48px;
    height: 48px;
}

#mainvis .icon {
    width: 22px;
    height: 22px;
}

/* Sticky footer */
html,
body {
  height: 100%;
}

.max-width {
  min-width: 100%;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -40px;
  padding: 0 0 40px;
}

#footer {
  height: 40px;
  text-align: center;
}

#footer {
    padding: 10px;
}
