.bgvideo {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  overflow: visible;
  z-index: -100;
  margin: 0;
  padding: 0;
}
.navbar {
  z-index: 10;
  padding: 35px 100px;
}
.motto {
  position: absolute;
  z-index: 2;
  top: 0;
  margin-top: 100px;
}
.motto .motto_text {
  font-family: Lato-Bold;
  color: #FFFFFF;
  font-size: 43px;
/*  margin-bottom: 100px;
*/}
.motto_text{
  margin-top: 100px;
  font-size: 3.0rem;
  text-shadow: 1px 1px 1px #999999;
}
.motto .motto_important {
  font-size: 3.0em;
}
.subscribe_btn {
  margin-top: 30px;
}

.menu {
  position: absolute;
  z-index: 1;
  top: 0;
}
.carousel {
    height: auto;
    width: 100%;
    overflow:hidden;
}

.carousel .carousel-inner {
    height:100%;    
}

.carousel .carousel-inner img {
    display:block;
    object-fit: cover;
}
.carousel-caption {
  top: 20%;
  bottom: 20%;
}
.carousel-item>img {
  height: 100vh;
}

.carousel-control-next, .carousel-control-prev {
  top: 40%;
  bottom: 50%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.carousel-indicators {
  bottom: 100px;
}
.navbar {
background-color:rgba(0, 0, 0, 0.25);
}


.item {
    display: none;
    position: relative;
    .transition(1s ease-in-out left);
}