.navbar {
  width: 100%;
  z-index: 1080;
  text-transform: uppercase;
}

.bg-white {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.navbar-fixed {
  position: fixed;
}

.navbar-space {
  height: 100px;
}

form .btn {
  min-width: 150px;
}

section#welcome {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/img/background.jpg");
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
section#welcome .overlay {
  position: absolute;
  top: 0px;
  background: #00000054;
  width: 100%;
  min-height: 100vh;
}
section#welcome .container {
  padding-top: 200px;
}
section#welcome h1 {
  color: #FFFFFF !important;
}
section#welcome p {
  font-size: 1em;
  color: #FFFFFF !important;
}

#table-result {
  width: 100%;
}
#table-result .layer {
  width: 100%;
  border: thin solid #eee;
}
#table-result .layer-header {
  padding: 10px;
  color: #525f7f;
}
#table-result .layer-rows {
  width: 100%;
}
#table-result .layer-row {
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  border: 1px solid #FFFFFF;
  text-align: center;
}
#table-result .layer-cross {
  border-bottom-left-radius: 10px;
}

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