#video-wrap {
  position: relative;
  width: 100%;
  height: 100%; }
  #video-wrap #primary-video {
    max-width: none;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover; }
  #video-wrap .play-button-wraper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2; }
    #video-wrap .play-button-wraper .play-button {
      background: none;
      border: none;
      font-size: 80px;
      color: white;
      cursor: pointer; }

#additional-info {
  color: white;
  background: rgba(0, 0, 0, 0.32); }

.slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px; }
  .slogan p {
    font-size: 45px;
    width: 100%;
    color: white; }

#menu {
  position: relative; }
  #menu #nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%; }
    #menu #nav .nav-bar-menu {
      display: none; }
    #menu #nav .nav-ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: center;
      align-content: center;
      height: 52px;
      list-style: none; }
      #menu #nav .nav-ul .nav-li {
        width: 140px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border: 1px solid white;
        margin: 0 5px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.32); }
        #menu #nav .nav-ul .nav-li a {
          color: white;
          text-align: center;
          font-size: 16px; }
  #menu .nav-bar-menu {
    display: none; }

#body-wrap {
  display: none !important; }

@media only screen and (max-width: 768px) {
  .slogan {
    padding-bottom: 150px; }
  #menu .nav-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: black;
    height: 50px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 0 30px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    color: white;
    z-index: 101; }
    #menu .nav-bar-menu div.fas {
      line-height: 50px;
      font-size: 20px;
      cursor: pointer; }
  #menu #nav {
    overflow: hidden;
    height: 100%;
    z-index: 1; }
    #menu #nav .nav-ul {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto;
      position: absolute;
      height: 100%;
      right: 0;
      background: white;
      padding: 60px 0 0 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #menu #nav .nav-ul .nav-li {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        text-align: left;
        border-bottom: 1px solid #ddd;
        display: block;
        height: 50px;
        line-height: 50px; }
        #menu #nav .nav-ul .nav-li a {
          color: black;
          line-height: 30px;
          font-weight: 400; }
      #menu #nav .nav-ul .about {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2; }
      #menu #nav .nav-ul .course {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; } }
