@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);

@font-face {
    font-family: emingtonPortable;
    src: url(font/vtRemingtonPortable.ttf);
   }

html {
    height: 100%;
}

body {
    display: table;
    width: 100%;
    height: 100%;
    font: 20px/1.5 'Ubuntu', sans-serif;
    background-image: url("http://abliasova.com/maintains.jpg");
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover; 
    margin: 0 ;
    background-position-x: 75%;
}

header, footer {
  font-size: 18px;
  padding: 0 20px;
}

header>span{
    text-transform: uppercase;
}

header {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  font-family: 'emingtonPortable', sans-serif;
  padding-bottom: 10px;
  margin: 260px 0 0;
}

header a {
 font-size:0.4em;
}

main {
  padding: 10px 20px;
  border-top: 1px solid #666;
  border-bottom: 1px solid #000;
}

footer {
  border-top: 1px solid #666;
}

a:link, a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fork {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

.logo {
  width: 50%;
  max-width: 400px;
  padding: 10px;
  border-radius: 5px;
  border: 1px dashed #555;
}

/* Customize scrollbars in webkit */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #222;
    box-shadow: 0 0 1px #000 inset;
}

::-webkit-scrollbar-track {
    background-color: #444;
    box-shadow: 0 0 6px #000 inset;
}

/* Play nice with small devices */

@media screen and (max-width: 300px) {
  .fork {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  main {
    text-align: left;
  }

}
