html {
  font-size: 14pt;
  line-height: 1.4;
}

body {
  background: #01232b url('./../img/circuit.svg') no-repeat top left;
  background-attachment: fixed;
}

h1, h2, h3 {
  line-height: 1.2;
}

main {
  padding-top: 0;
  padding-bottom: .3rem;
}

h1 {
  font-size: 1.4rem;
}

header .container {
  padding-top: 1.2rem;
}

header img {
  width:100%;
}

.container {
  padding: .4rem .4rem;
}

section {
  padding: 1.6rem 0;
}

footer {
  padding: 1.2rem 0 .8rem;
}

.widget .donate-btn,
.button-74 {
  font-size: 11pt;
  line-height: 2rem;
}

#contact {
  margin-bottom: 30px;
}


/* hero */
#hero {
  background: #000304;
  height: 240px;
  border-bottom: 1px solid #000;
}
#hero .container:before {
  content: "";
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: .5;
}
#hero .container > * {
  position: relative;
  z-index: 9;
}
#typed-wrapper {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.4rem;
  max-width: 640px;
  padding: .4rem 0;
}
.showcase .grow {
  min-width: 280px;
  max-width: 280px;
  width: 280px;
}
