@import url('https://fonts.googleapis.com/css?family=Nunito');

html,
body
{
  height: 100%;
  width: 100%;
  font-family: Futura, Futura-Medium, "Futura Medium", Nunito, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
  overflow: hidden;
  position: fixed;
}

#index
{
}

#left,
#right
{
  width: 50%;
  float: left;
  position: relative;
}

#index a
{
  width: 100%;
  display: block;
  height: auto;
}

#index img,
#index .video,
#index video
{
  width: 100%;
  vertical-align: bottom;
}

.video div
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-container
{
  width: 100%;
  height: 100%;
}

#content
{
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1;
}

#content .swiper-slide
{
  overflow: auto;
}

#header
{
  padding: 0 0.5em;
  font-size: 11pt;
}

@media (min-width: 730px)
{
  #header
  {
    font-size: 20pt;
  }

  #title
  {
    float: left;
  }
}

#nav
{
  text-align: center;
}

#nav li
{
  display: inline-block;
}

#nav li:not(:last-child)::after
{
  content: ", ";
}

a[href]
{
  text-decoration: none;
  color: inherit;
}

strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

.IIV::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button
{
  opacity: 0;
  pointer-events: none;
  width: 5px;
}
