html,body {height: 100%;width: 100%;font-family: 'Lato', sans-serif;}
html{background-color: #471111;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;background-position: center 20%;background-image: url('../i/bg.jpg');}
body {   background-color:transparent;}
#bg{position:fixed;top: 0px;left: 0px;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -1000;overflow: hidden;background-size:cover;}
.container,.row{height: 100%;}
a, a:hover{color: inherit;}


          @media (max-width: 768px){
              #bg{display: none;}
          }