/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family:"Bernier Distressed";
  background-image: url(https://nekto.pro/assets/images/back.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /* Vertically center the text there */
  /*line-height: 65px;*/ 
  /*background-color: #f5f5f5;*/
     background-color: black !important; 
    opacity: 0.8; /* Полупрозрачный фон */
}

.bg-inverse {
    background-color: black !important; 
    opacity: 0.8; /* Полупрозрачный фон */
}

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

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

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}

@font-face {
    font-family: 'Bernier Distressed';
    src: local('BERNIER Distressed'), 
  local('BERNIERDistressed-Regular'), 
  url('https://cdn.epicm.org/fonts/BernierDistressed/Bernierdistressed.woff2') format('woff2'), 
  url('https://cdn.epicm.org/fonts/BernierDistressed/Bernierdistressed.woff') format('woff'), 
  url('https://cdn.epicm.org/fonts/BernierDistressed/Bernierdistressed.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family:"DS Stamper";
  src:url("https://cdn.epicm.org/fonts/ds-stamper/ds_stamper.eot") format("eot"),
  url("https://cdn.epicm.org/fonts/ds-stamper/ds_stamper.woff") format("woff"),
  url("https://cdn.epicm.org/fonts/ds-stamper/ds_stamper.ttf") format("truetype"),
  url("https://cdn.epicm.org/fonts/ds-stamper/ds_stamper.svg#DSStamper") format("svg");
  font-weight:normal;font-style:normal;
}
