/* === WEBFONTS === */

@import url(http://fonts.googleapis.com/css?family=IBM+Plex+Mono:500,600);

/* === RESETS === */

html, body, div, h1, p, a, video {
  margin: 0;
  padding: 0;
  font-family: 'IBM Plex Mono', monospace;  
  font-size: 15px;
  color: #FFFFFF;
}

/* === HTML, BODY === */

html, body, a {
  height: 100%;
}

/* === VIDEO === */

.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1000;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

video::-webkit-media-controls {
    display:none !important;
}

.video#my-video { 
  background: url('../images/poster.jpg') no-repeat center center fixed; 
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover; 
  background-color: #000000;

}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 200px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;

}
.container .text-muted {
  margin: 20px 0;
}

footer .container {
  border-top: #fff solid 2px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 0px;
}

footer .navbar-right{
	margin-right: 0;
}

code {
  font-size: 80%;
}

footer .navbar-right .last_line a{
	padding-right: 0;
}

footer .navbar-fixed-bottom{
	margin-bottom: 21px;
}