.c1 {
  color: #ff0000;
}
body,
html {
  font-family: 'Armata', sans-serif;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -101;
}
a {
  color: inherit;
  text-decoration: none;
}
.icon-logo {
  padding-left: 40px;
  padding-top: 40px;
  font-size: 200px;
  margin-left: -30px;
}
.icon-logo:before {
  margin: 0px;
}
.wrapper {
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern.png);
}
.wrapper .flowtext {
  position: absolute;
  font-size: 38px;
  top: 50%;
  padding-left: 40px;
  width: 50%;
}
.wrapper .footer {
  padding-left: 40px;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0px;
  left:0px;
  right:20px;
}
.wrapper .footer .icon-email {
  font-size: 80px;
  bottom: 0px;
  display: inline-block;
  float: left;
}
.wrapper .footer .icon-email:before {
  margin: -15px;
}
.wrapper .footer .footertext {
  display: inline-block;
  font-size: 12px;
  padding: 8px 8px 8px 20px;
}
video {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  overflow: hidden;
}

.impress {
  font-size: 8px;
  position: absolute;
  right:0px;
}
