*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

[data-modal] {
  padding: 1rem;
}

body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue Light', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: 400;
  font-family: 'Helvetica Neue Light', sans-serif;
}

.button {
  margin: 0;
  font-size: 12pt;
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #333;
  display: inline-block;
  color: #333;
  text-decoration: none;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.button:active {
  background-color: #333;
  color: #fff;
}

section {
  width: 100%;
  padding: 3rem;
  overflow: hidden;
  display: table;
}

section .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#hero {
  min-height: 85vh;
  background-color: #eee;
}

#hero h1 {
  color: #333;
  font-weight: 400;
  font-size: 50pt;
}

#hero h6 {
  font-size: 15pt;
  font-weight: 100;
  margin: 0;
  color: #666;
}

#hero .button {
  margin: 2rem .2rem;
}
