@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
html,
body {
    background-image: url("./img/bg-pattern.png");
    background-repeat: repeat;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #153412;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

#cover-container {
    background-color: #f9ede8e6;
    min-height: 100%;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead {
    background: #fff;
    padding: 0px 10px;
    border-radius: 10px;
    border: 2px #ddd dashed;
}

.nav-masthead .nav-link {
    padding: 0.25rem 0;
    font-weight: 700;
    color: #153412;
    background-color: transparent;
    border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: #f9ede8;
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #153412;
    border-bottom-color: #153412 !important;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}

.mastfoot {
    color: rgba(255, 255, 255, 0.5);
}

.content-block {
    display: none;
    max-width: 700px;
}

.powered {
    color: #153412;
}

*,
*:before,
*:after {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

ul.hex {
    list-style: none;
    padding: 0px;
    text-align: left;
}

ul.hex>li {
    padding-left: 50px;
    position: relative;
    border-color: #153412;
    font-size: 20px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.hex>li:before,
ul.hex>li:after {
    position: absolute;
    content: "";
    left: 0%;
    top: 50%;
    border-color: transparent;
    border-style: solid;
    width: 34px;
    height: 0;
    border-width: 0px 9px;
}

ul.hex>li:before {
    margin-top: -14px;
    border-bottom: 14px solid;
    border-bottom-color: inherit;
}

ul.hex>li:after {
    margin-top: 0px;
    border-top: 16px solid;
    border-top-color: inherit;
}

ul.hex>li:not(:last-child) {
    border-bottom: 1px solid #153412;
}

.note {
    font-size: 12px;
}

.illustration {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.cover-heading {
    padding-top: 10px;
}