
@font-face {
    font-family: 'super_mario_256regular';
    src: url('../font/supermario256-webfont.eot');
    src: url('../font/supermario256-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/supermario256-webfont.woff2') format('woff2'),
         url('../font/supermario256-webfont.woff') format('woff'),
         url('../font/supermario256-webfont.svg#super_mario_256regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'augustus';
    src: url('../font/augustus-webfont.eot');
    src: url('../font/augustus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

]@font-face {
    font-family: 'roman';
    src: url('../font/RomanUncialModern.eot');
    src: url('../font/RomanUncialModern.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

.top-space-10 {
  margin-top: 10px;
}
.top-space-20 {
  margin-top: 20px;
}
.top-space-40 {
  margin-top: 40px;
}

.kart-font {
  font-family: 'super_mario_256regular', Helvetica, sans-serif;
}

.augustus-font {
  font-family: 'augustus', Helvetica, sans-serif;
}

.roman-font {
  font-family: 'roman', Helvetica, sans-serif;
}

.home-title {
  text-align: center;
  color: white;
}

.home-bg {
  display: table;
  width: 100%;
  height: 100%;
  background: url(../img/home-bg-d20.png) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
