html {

  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: rgb(12,8,5) url(ruddyburn.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body
{
    color: #C4C4C4;
    font-family: Helvetica;
    font-size: 62.5%;
    margin: 0;
    min-width: 320px;
}
.header-container {

position: fixed;
right: 0;
}

.link-container {
padding-top:10px;
font-size:34px;
    color: rgb(188,15,15);
}

h1 {
font-family: 'Creepster', cursive;
font-weight:400;
font-size:34px;
text-align: right;
  margin: 0;
padding-top: 16px;
padding-right: 16px;
}



#logo a
{
    color: rgb(188,15,15);
}

a
{
 text-decoration: none;
    outline: none;
}

img
{
    border: 0 none;
    margin: 0;
    padding:0;
}

.img-responsive
{
     max-width: 100%; 
    height: auto; 

}

