body {
  position: absolute;
  height: 100%;
  width: 100%;
  font-family: 'Lato', sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #50a524;
}

::-moz-selection {
  color: white;
  background: #50a524;
}

::selection {
  color: white;
  background: #50a524;
}

.center {
  text-align: center;
}

code {
  font-family: monaco, Consolas, 'Lucida Console', monospace;
  border: 1px dashed #50a524;
  padding: 10px;
  font-size: 14px;
  background-color: #F1FFE8;
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0;
  box-sizing: border-box;
  text-align: left;
}

.panel {
  position: relative;
  min-height: 100%;
  width: 100%;
  z-index: 1000;
  text-align: justify;
}
.panel h3 {
  color: #50a524;
  border: 1px solid #c4ecac;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
.panel h5 {
  margin: 30px 0 0;
}

header.panel {
  background: url("../img/bg-green.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  color: red;
  top: 0;
  z-index: -99;
  height: 500px;
  text-align: center;
}
header.panel h1 {
  color: white;
  font-size: 120px;
  text-shadow: 4px 3px 3px #3c3c3c;
  margin-top: 15%;
  margin-bottom: 0;
}
header.panel h2 {
  color: white;
  font-size: 50px;
  text-shadow: 4px 3px 3px #3c3c3c;
  margin-top: 0;
}

#main {
  background-color: #fff;
  margin-top: 50%;
  box-shadow: 0px -2px 20px #3C3C3C, 0px -2px 20px #3C3C3C;
}

.row .demo {
  padding: 10px;
  border: 1px solid #F1FFE8;
  background-color: #c4ecac;
  text-align: left;
}

section.scroll {
  width: 100%;
  text-align: center;
  position: fixed;
  top: 500px;
}

a#scroll {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  padding-right: 40px;
}

@media all and (max-width: 1199px) {
  section.scroll {
    top: 400px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  header.panel h1 {
    font-size: 125px;
    margin-top: 12%;
  }
  header.panel h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 767px) {
  header.panel h1 {
    font-size: 60px;
  }
  header.panel h2 {
    font-size: 18px;
  }

  footer.panel {
    top: 0%;
    max-height: 100px;
    min-height: 100px;
  }
}

/*# sourceMappingURL=style.css.map */
