/* ------ Here write you style ------ */

@font-face {
    font-family: 'perpetua_titling_mtlight';
    src: url('fonts/pertili-webfont.woff2') format('woff2'),
    url('fonts/pertili-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'runefont2regular';
    src: url('fonts/runefont2-regular-webfont.woff2') format('woff2'),
    url('fonts/runefont2-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#hero{
    background-image: url("../images/wood.png");

}

#hero h1, #chapters h2, #reviews h3{
    color: #ede5c2;
    font-family: "perpetua_titling_mtlight" , sans-serif;
    text-shadow: 1px 1px 2px black;
    font-size: xx-large;
}

#unique h2,h3{
    font-family: "perpetua_titling_mtlight" , sans-serif;
    color: #006e72;
}

#preview h2{
    font-family: "perpetua_titling_mtlight" , sans-serif;
    color: #006e72;
}

.circle{
    font-family: 'runefont2regular', sans-serif;
}

.nav-item .nav-link a:hover{

    color: #006e72;

}

#chapters, #reviews{
    background-image: url("../images/wood.png");

}

#author h1, #author h2, #author h3{
    font-family: "perpetua_titling_mtlight" , sans-serif;
}

footer{
    background-image: url("../images/wood.png");
    font-size: small;
}

.verstop{
    display: none;
}

color: #00373d;

