html {
    margin: 0;
}

body {
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
    margin: 0;
    text-align: center;
}

h1 {
    color: #b59756;
    font-family: "Cooper Black", "Amasis MT Pro Black", "Aptos Black", "Bodoni MT Black", "Georgia Pro Black", "Times New Roman", serif;
    font-size: 49px;
    font-weight: 900;
    text-align: center;
}

h2 {
    color: #000000;
    font-family: "Cooper Black", "Amasis MT Pro Black", "Aptos Black", "Bodoni MT Black", "Georgia Pro Black", "Times New Roman", serif;
    font-size: 49px;
    font-weight: 900;
    text-align: center;
}

h3 {
    color: #000000;
    font-family: "Cooper Black", "Amasis MT Pro Black", "Aptos Black", "Bodoni MT Black", "Georgia Pro Black", "Times New Roman", serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

h4 {
    color: #000000;
    font-family: Aptos, "Amasi MT Pro", Garamond, Georgia, Tahoma, "Bodoni MT", "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.bigguy {
    color: #000000;
    font-family: "Cooper Black", "Amasis MT Pro Black", "Aptos Black", "Bodoni MT Black", "Georgia Pro Black", "Times New Roman", serif;
    font-size: 30px;
}

.littleguy {
    font-size: 20px;
}

.grid-container {
    /*
    display: grid;
        */
    grid-template-columns: 50% 50%;
    text-align: left;
}

p {
    font-family: Aptos, "Amasi MT Pro", Garamond, Georgia, Tahoma, "Bodoni MT", "Times New Roman", serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
}

.first {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 24px;
    text-decoration: #000000;
}

a.light:link, a.light:visited {
    color: #000000;
    font-size: 24px;
    text-decoration: none;
}

a.light:hover, a.light:active {
    color: #000000;
    font-size: 24px;
    text-decoration: underline;
}

a.green:link, a.green:visited {
    background-color: #cd9d12;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

a.green:hover, a.green:active {
    background-color: #cd9d12;
    color: #ffffff;
    font-size: 24px;
    text-decoration: underline;
}

.dark {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

a.murky:link, a.murky:visited {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    width: 100%;
}

a.murky:hover, a.murky:active {
    background-color: #360e02;
    color: #ffffff;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    width: 100%;
}

.relativ {
    position: relative;
}

.absolute {
    background-color: #ffffff;
    border-bottom-width: 50px;
    border-left-width: 10px;
    border-right-width: 5px;
    border-top: 2px solid rgb(160,130,60);
    color: #000000;
    display: none;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 150px;
    left: calc(50% + 170px);
    position: absolute;
    text-align: left;
    top: 57px;
    width: 210px;
}

section {
    display: none;
}

#page0 {
    display: block;
}


section:target {
    display: block;
}

section:target ~ #page0 {
    display: none;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    padding: 0.25rem;
}

nav ul li a:link, nav ul li a:visited {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

nav ul li a:hover, nav ul li a:active {
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}
