﻿
@font-face {
    font-family: "Another Typewriter";
    src: url("../fonts/atwriter.eot");
    src: local("?"), url("../fonts/atwriter.ttf") format("truetype"), url("../fonts/atwriter.woff") format("woff"),
         url("../fonts/atwriter.eot?#iefix") format('embedded-opentype');
}

@font-face {
    font-family: "Roboto Condensed";
    src: url("../fonts/RobotoCondensed-Regular.eot");
    src: local("?"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"),
         url("../fonts/RobotoCondensed-Regular.eot?#iefix") format('embedded-opentype');
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 70px;
    padding-bottom: 20px;
    background-image:url('../Images/bg_404162666.jpg');
    /*background-repeat:repeat-y;*/
       background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;

    min-height:100%;
    position:relative;
    

}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}
.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
