@import url('https://fonts.googleapis.com/css?family=Mitr');
h1, h2, h3, h4, h5, h6 {
    font-family: 'Mitr', sans-serif;
    text-align: center;
    margin-bottom: 24px;
}
* {
    transition: all 0.12s, transform 0.5s, opacity 0.5s;
}
body {
    font-size: 12pt;
}
.container {
    max-width: 960px;
}
.title {
    font-size: 36pt;
    margin-bottom: 12px;
}
#nav {
    border: none;
    transition: all 0.5s;
}
#nav.nav-transparent {
    background-color: transparent;
}
#nav .navbar-brand {
    color: #fff;
}
#nav .navbar-nav>li>a {
    color: #777;
}
#nav .navbar-nav>li.active>a {
    color: #fff;
    background-color: #000;
}
#header {
    height: 100vh;
    color: #fff;
    /*background-color: #222;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/algorithm/final.png');*/
    background-color: rgba(0, 0, 0, 0.6);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: table;
    table-layout: fixed;
    width: calc(100% + 30px);
    position: relative;
}
#header .more {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#header .more a:link {
    color: #fff;
}
#header .more a:hover {
    color: #ff0;
    text-decoration: none;
}
.center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.center-inner {
    margin: auto;
}
.hero-text {
    max-width: 960px;
}
section {
    padding-top: 36px;
    padding-bottom: 36px;
    background-color: #fff;
}
section:nth-of-type(even) {
    background-color: #ddd;
}
#demo {
    color: #fff;
    background-color: #222;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/algorithm/final.png');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
#footer {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #222;
    color: #fff;
}
.team-member {
    display: inline-block;
    margin: 12px 48px;
}
.team-img {
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 12px;
    max-width: 150px;
}
#algorithm-slide .item {
    margin-right: 12px;
}
#algorithm-slide img {
    width: 100%;
}
.quote-sign {
    font-family: 'TimesNewRoman';
    font-weight: bold;
    font-size: 36pt;
    color: #aaa;
}
.fade-in {
    opacity: 0;
    transform: translateY(48px);
    transition: 0.5s all;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.indent {
    text-indent: 36px;
}
video.fullscreen-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
