html,
body {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
}
#tab1,
#tab2,
#tab3,
#tab4,
#tab5 {
  display: none;
}
.hero-body {
  z-index: 3;
  padding: 3rem 2.5rem;
}
.hero-head {
  z-index: 3;
  padding: 1rem 1.5rem;
}
.hero.has-background {
  background-image: url("../images/snapshot.jpg");
  background-position-y: bottom;
  background-position-x: center;
  background-size: cover;
  text-shadow: 0 0 23px #000;
}
.hero.is-themed {
  background-image: url("../images/background1.jpg");
  background-position-y: bottom;
  background-size: auto 200px;
  background-repeat: repeat-x;
}
.hero.is-themed2 {
  background-image: url("../images/background2.jpg");
  background-position-y: bottom;
  background-position-x: 30px;
  background-size: auto 320px;
  background-repeat: no-repeat;
}
.hero.is-themed3 {
  background-image: url("../images/background3.jpg");
  background-position-y: bottom;
  background-position-x: calc(100% - 40px);
  background-size: auto 240px;
  background-repeat: no-repeat;
  text-shadow: 0 0 8px #fff;
}
.box {
  min-height: 250px;
  background: rgba(255,255,255,0.8);
}
.upButton {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  padding-top: 15px;
  background: #222;
  transition-duration: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 3;
}
.upButton:hover {
  opacity: 0.6;
  bottom: 35px;
}
.upButton--visible {
  opacity: 0.8;
}
.navbar-menu {
  background: transparent;
  text-align: center;
}
.input {
  margin-bottom: 12px;
}
.arrow {
  position: static;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
  transform: rotate(-45deg);
}
.has-condensed-line-height {
  line-height: 1.1;
}
.has-max-width-1632px {
  max-width: 1632px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.texture {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: url("../images/texture.png");
  background-size: 180px;
  z-index: 3;
}
.hero {
  position: relative;
  overflow: hidden;
}
.has-min-height-medium {
  min-height: 200px;
}
.has-everything-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.video {
  background: #000;
  margin: 0 auto;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  max-width: none;
  height: auto !important;
  z-index: 2;
}
.table-wrapper {
  overflow-x: auto;
  max-width: 95vw;
  min-width: 80vw;
  margin: 15px 0;
}
.button2 {
  width: 120px;
  border: 2px solid #fff;
  background: transparent;
  text-align: center;
  padding: 5px;
  color: #fff !important;
  border-radius: 4px;
  transition-duration: 0.2s;
}
.button2:hover {
  background: #fff;
  color: #222 !important;
}
.box2 {
  position: relative;
  margin: 15px auto 15px;
  min-width: 400px;
  box-sizing: border-box;
  min-height: 365px;
  padding: 4px;
  text-align: center;
  border: 1px solid #dadada;
  background: #fff;
  color: #222;
  border-radius: 5px;
}
.box2__image {
  position: absolute;
  width: 424px;
  height: 300px;
  left: -13px;
  top: 15px;
}
.box2__image img {
  width: 100%;
  height: 100%;
}
.box2__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}
.demo-gallery {
  text-align: center;
}
.demo-gallery img {
  min-height: 200px;
  border: 0;
}
.demo-gallery figure {
  display: none;
}
.has-margin-vertical {
  margin: 60px 0;
}
.navbar-item img {
  max-height: 5.25rem;
}
