@font-face {
    font-family: "runescape-chat";
    src: url('fonts/runescape-chat.woff');
}

@font-face {
    font-family: "runescape-display";
    src: url('fonts/runescape-npc.woff');
}

@font-face {
    font-family: "caveate";
    src: url('fonts/caveate-reg.woff');
}

@font-face {
    font-family: "prince-valiant";
    src: url('fonts/prince-valiant.woff');
}

@font-face {
    font-family: "cryptozoologists handwriting";
    src: url('fonts/cryptozoologists-handwriting.woff');
}


html{
    background-color: #000000;
    font-family: "Alegreya", sans-serif;
    color: bisque;
}

.top-menu{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    font-family:'runescape-display', sans-serif;
    font-size: 2em;
    width: 60%;
    max-width: 90%;
    min-width: 280px;
    margin: auto;
    margin-bottom: 50px;
}

.top-menu a{
    border-image: url("img/banner.png") 1 7 8 fill;
    padding: 2px 20px 15px;
    image-rendering: pixelated;
    border-image-width:2px 20px 15px;
}

/*
.content{
    border-image: url("img/scroll.png") 13 18 14 repeat;
    background-color: #d8bd92;
    padding: 9px;
    border-image-width:9px;
    border-image-outset: 9px;
    image-rendering: pixelated;
    color: #550707
}
    */

content::before, .content::after {
    background: url('https://www.runescape.com/img/rsp777/scroll/backdrop_765_top.gif') no-repeat center top;
    content: '';
    height: 50px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 100%;
    }
    
    .content {
    background: url('https://www.runescape.com/img/rsp777/scroll/backdrop_745.gif') repeat-y top center;
    padding: 50px 75px;
    position: relative;
    image-rendering: pixelated;
    color: #550707;
    max-width:680px;
    margin:auto;
    padding: 30px 100px;
}

a{
    color:  #900C3F ;
}

hr {
    border-image: url("img/hr.png") 1 7 8 fill;
    height: 20px;
    background-size: stretch;
    filter: brightness(0) saturate(100%) invert(13%) sepia(76%) saturate(1438%) hue-rotate(338deg) brightness(88%) contrast(109%);
}

h1{
    font-family:'prince-valiant', serif;
    font-size:52px;
    line-height: 80%;
}

h2{
    font-family:'runescape-display', serif;
    font-size:64px;
    line-height: 1px;
}

h3{
    font-family:'runescape-display', serif;
    font-size:42px;
    line-height: 1px;
}