html {
  font-family: Merriweather, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .4em 0 .1em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.app-container {
  background-color: #000;
  height: 100vh;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column; }

.site-header h1 {
  font-family: Verdana, sans-serif;
  margin: 0 0;
  padding: 3rem 1.5rem;
  font-size: 2.5rem; }

.site-title {
  margin-top: 2rem; }

.site-content {
  background-color: #fff;
  color: #000; }

.site-footer {
  margin: 1rem; }
  .site-footer h2 {
    padding: 2.5rem 2rem;
    font-size: 1rem; }

.submit-button, .submit-button a {
  font-size: 1.8rem;
  font-weight: 100;
  padding: 2rem 0;
  background-color: transparent; }

::-webkit-input-placeholder {
  color: #ed4343; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ed4343; }

:-ms-input-placeholder {
  color: #ed4343; }

/* buttons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 100%;
  color: #fff;
  border-radius: 0;
  cursor: poiter;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  border: none; }
  button:hover,
  button a:hover,
  input[type="button"]:hover,
  input[type="button"] a:hover,
  input[type="reset"]:hover,
  input[type="reset"] a:hover,
  input[type="submit"]:hover,
  input[type="submit"] a:hover {
    text-decoration: none; }
  button:active,
  button a:active, button:focus,
  button a:focus,
  input[type="button"]:active,
  input[type="button"] a:active,
  input[type="button"]:focus,
  input[type="button"] a:focus,
  input[type="reset"]:active,
  input[type="reset"] a:active,
  input[type="reset"]:focus,
  input[type="reset"] a:focus,
  input[type="submit"]:active,
  input[type="submit"] a:active,
  input[type="submit"]:focus,
  input[type="submit"] a:focus {
    text-decoration: none; }

/* Fields */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #404040;
  border: 1px solid #e1e1e1; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/* Links */
a {
  color: #fff;
  text-decoration: none; }
  a:visited {
    color: #fff; }
  a:hover, a:focus, a:active {
    color: #fff; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Enter-button*/
@keyframes button-pulse {
  0% {
    box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.1), 0 0 0 2rem rgba(255, 255, 255, 0.15), 0 0 0 3rem rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0 0 0 1.25rem rgba(255, 255, 255, 0.1), 0 0 0 2.75rem rgba(255, 255, 255, 0.1), 0 0 0 4rem rgba(255, 255, 255, 0); }
  75% {
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1), 0 0 0 3rem rgba(255, 255, 255, 0), 0 0 0 5rem rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 1.75rem rgba(255, 255, 255, 0), 0 0 0 3.75rem rgba(255, 255, 255, 0), 0 0 0 6rem rgba(255, 255, 255, 0); } }

/* input field */
@keyframes border-pulsate {
  0% {
    border-color: cyan; }
  50% {
    border-color: rgba(0, 255, 255, 0); }
  100% {
    border-color: cyan; } }
