html { 
  background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;

	font-family: 'kingthings_trypewriter_2Rg';
}

@font-face {
    font-family: 'crassregular';
    src: url('font/crass-webfont.woff2') format('woff2'),
         url('font/crass-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

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

}



a {
	color: #fff;
}

p {
    background-color: #fff;
    color: #000;
    display: inline;
    font-size: 0.9em;
}

p a {
	color: #000;
}


h1 {
	font-family: 'crassregular';
	color: #fff;
	font-size: 4em;
	margin-bottom: 0;
}

h2 {
	font-family: 'crassregular';
	color: #fff;
	font-size: 2em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 0.79em;
	font-weight: 100;
	margin-top: 0;
}

#page {
  width: 620px ;
  margin-left: auto ;
  margin-right: auto ;
}

#nav {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
    left: 0;
}

nav {
    width:100%;
    padding:0 12px;
}

#header {
	text-align: center;
    padding-top: 90px;
}

img {
	padding-top: 10px;
}
img p {
background-color: transparent;
}
#content {
	padding-top: 1.5em;
	text-align: center;
}

.contentbox {
	padding-bottom: 4em;
    padding-top: 40px;
	}

#footer {
	text-align: center;
	padding-top: 123px;
	font-size: 0.75em;
}

#footer p {
    background-color: transparent;
    color: #fff;
    display: inline;
    font-size: 0.9em;
    padding-bottom: 400px;
}

.cat {
    padding-left: 89%;
    position: absolute;
    top: 20px;
    z-index: 3000;
}

strike {
    background-color: #111;
    color: #999;
    opacity: 0.9;
}


@media screen 
  and (max-width: 568px)
			 {

  
#page {
  width: 310px ;
  margin-left: auto ;
  margin-right: auto ;
}  

#nav {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

img {
	width: 75%;
}

.cat {
	display: none;
}

.cat img {
	display: none;
}



}

