@font-face {
    font-family: 'berthold_akzidenz_grotesk_bRg';
    src: url('berthold-akzidenz-grotesk-be-medium-webfont.woff2') format('woff2'), url('berthold-akzidenz-grotesk-be-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'berthold_akzidenz_grotesk_bRg', sans-serif;
    font-weight: normal;
    margin: 0px;
    background-color: #68724d07;
    line-height: .5em;
}


/*FONT AND TEXT*/

h1 ul {
    display: flex;
    flex-wrap: wrap;
}

h1 li {
    line-height: 1.5;
    list-style: none;
    margin: .5em 0;
    max-width: 60ch;
}

p {
    font-family: 'berthold_akzidenz_grotesk_bRg', sans-serif;
    font-weight: normal;
    font-size: .9rem;
    line-height: 1.7;
    color: #435060;
    max-width: 70ch;
}

.project-links li {
    color: #435060;
    line-height: 1.3;
    list-style: none;
    margin: 1em 0;
    max-width: 60ch;
}

wl p {
    font-family: 'courier', monospace;
    font-weight: normal;
    font-size: .7rem;
    line-height: 1.2em;
    text-align: left;
    max-width: 60ch;
}

h1 {
    font-family: 'berthold_akzidenz_grotesk_bRg', sans-serif;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto;
    color: #FFE900;
    line-height: 1.2em;
}

h2 {
    font-family: 'berthold_akzidenz_grotesk_bRg', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #3255A4;
    width: fit-content;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: right;
    text-orientation: sideways;
    line-height: 1.2em;
    float: left;
}

a {
    text-decoration: none;
    display: inline;
    color: #ffea00;
}

a:visited {
    text-decoration: none;
    display: inline;
    color: #FFE800;
}

a:hover,
a:focus {
    display: inline;
    color: #235BA8;
    background-color: #FFE800;
    text-decoration: none;
}

cap {
    margin: 10px 0;
    font-size: .7rem;
    color: #000000;
    text-align: left;
    line-height: 1em;
    display: block;
}

small {
    position: absolute;
    float: right;
    margin-left: 1rem;
}

hr {
    height: 10px;
    color: #0000ff;
    border-radius: 12px;
    background-color: #0000ff;
    border: none;
}

green {
    color: #33cc33;
}

blue {
    color: #1124ad;
}