/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */

h3, h4, h5, h6, h8 {
font-family: "inknut-antiqua", sans-serif;
font-weight: 700;
font-style: normal;
}

h1, h2 {
font-family: "agenda", sans-serif;
font-weight: 700;
font-style: normal;
}

p, body, h7 {
font-family: "agenda", sans-serif;
font-weight: 500;
font-style: normal;
}


h1{
    font-size: 36pt;
    text-align: center;
    padding-bottom: 7%;
    line-height: 34pt;
}
h2 {
font-size: 250%;
    line-height: 100%;
    font-weight: 700;
}
h3 {
    font-size: 36pt;
    text-align: center;
    margin: 8%;
    line-height: 40pt;
}
h4 {
    font-size: 325%;
    line-height: 100%;
}
h5{
    font-size: 36pt;
    text-align: center;
    margin-top: 8%;
    line-height: 34pt;
}
h6 {
	font-size: 600%;
    line-height: 55pt;
    color: #BFBFBF;
    text-align: center;
    margin: 45px 0;
}
h7{
    font-size: 300%;
    line-height: 75%;
}
h8{
    font-size: 312.5%;
    line-height: 1%;
    color: #1e2942;
}

p{
	font-size: 24pt;
    line-height: 34pt;
    text-align: left;
    margin: 6% 0;
}

.title>h6{
    margin: 10% 0;
    background-color: #1a1615;
    padding: 5% 0;
}

.title>h6, .title>h4 {
    text-align: left;
    padding-left: 20%;
}

.title>h4{
    margin: 2% 0 0 0;
}

ul>h7 {
    padding: 2% 0;
    color: white;
}

.woodtitleblk h2 {
	font-size: 100%;
    line-height: 100%;
    font-weight: 700;
    text-align: right;
}