/*
Theme Name: Logmatic
Author: Julian Chaniolleau
Author URI: http://devcode81.com;
Description: Operations Data Platform
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.vertAlignBox {
    position: relative;
}

.vertAlign {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -0 -transform: translateY(-50%);
    transform: translateY(-50%);
}

video {
    max-width: 100%;
    /* just in case, to force correct aspet ratio */
    height: auto !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .mejs-video, .video-container .mejs-layer, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

  body {
      padding-top: 99px!important;
  }

  .navbar-fixed-top {
      top: 30px!important;
  }

  .banner{
    height: 30px;
    text-align: center;
    background-image: linear-gradient(-45deg, #FFB200 0%, #61C6FF 100%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .banner a {
      line-height: 30px;
      color: #fff;
      display: block;
  }
