/*

YourLaser

Headboards and railway stuff

$Id: $

*/

body {
    color:  #9B5A0F;
	  background-color:    #E0C48F;

    font-family: Georgia, serif;

    background-image: url(/assets/Headboard_logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}


/* No owls */
/* The big owls */
body.steampunk div.background-owls,
body.steampunk div.background-owls img,
body.steampunk .owl-L-top,
body.steampunk .owl-L-side {
  display: none;
}


@font-face {
    font-family: sans-serif;
/*    src: url(/assets/Trinigan.ttf) format('truetype');  */
    font-weight: normal;
    font-style: normal;
}


li h4 {
  text-align: left;
}


.sign-text {
  font-family: serif;
}

.sign-text:before {
    content: open-quote;
}
.sign-text:after {
    content: close-quote;
}
