@import url(nav.css);
@import url(cover.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none; }

.cover h1.title {
  font-weight: normal; }

.cover h2.subtitle {
  margin-top: -0.5rem; }

/* Style font awesome icons */
.fa {
  padding: 0px 20px 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75); }

.fa:hover,
.fa:focus {
  color: white;
  text-decoration: none; }

/* center */
.big-wrapper {
  min-width: 100%;
  min-height: 100%; }

.cover-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.cover-wrapper .cover {
  flex: 1; }

/* header */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; }

.header .spacer {
  flex: 1; }

.header .header-brand {
  margin: 0;
  padding: 10px;
  text-align: left;
  text-decoration: none; }

/* Home link */
h3 a.backhome:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  .header {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    background: none; }

  .header .spacer {
    display: block; }

  .hamburger {
    display: none; } }
/* footer */
.footer-copyright {
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem; }

/* footer done, but you've expected it, right? */
