@font-face {
  font-family: NectoMono;
  src: url(/assets/NectoMono-Regular.woff2);
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
  }

html,
body,
section {
  height: 100%;
}

body {
  background: #e7f2fd;
  padding: 0;
  margin: 0;
}

h1 {
  text-align: center;
  color: #000;
  margin: 0;
  font-weight: 200;
  font-family: NectoMono;
}

section {
  background: #fff;
  width: 100%;
  min-height: 100%;
  padding: 15px;
  margin: 0;
  position: relative;
  border-radius: 5px;
}

.clearLink {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  background: #e7f2fd;
  color: #000;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  font-size: 10pt;
  text-decoration: none;
  outline: none;
  font-family: NectoMono;
}

.clearLink:hover {
  background: #f0f0f0;
}

textarea {
  width: 32%;
  min-height: 150px;
  margin: 15px 2% 0 0;
  float: left;
  font-size: 10pt;
  line-height: 14pt;
  font-weight: 200;
  padding: 10px;
  color: #000;
  border: 1px solid #cdcdcd;
  background: #fff;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: NectoMono;
  resize: none;
}

textarea:focus {
  border-color: #33dd33;
}

textarea#js {
  margin: 15px 0 0 0;
}

iframe {
  width: 100%;
  margin: 15px 0;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  min-height: 400px;
  margin: 15px 0 0 0;
}


@media (min-width:768px) {

  body {
    padding: 50px 50px 0 50px;
  }

  html,
  body,
  section {
    height: auto;
  }

}
