html,
body {
    height: 100%;
}

body {
    background-color: rgb(255, 251, 244);
}

a,
a:hover,
a:active,
a:visited {
    color: black;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

h1 {
    font-family: "Crimson-Italic";
    font-size: 30px;
}

h2 {
    font-family: "Crimson-Roman";
    font-size: 24px;
    line-height: 40px;
}

p {
    text-align: left
}
.cbp {font-family: "Times New Roman";font-size: 18px;color:#000;margin-bottom:5em;}

.container {
    width: 91%;
    max-width: 1000px;
}

.subtitel {
    display: block;
    font-size: 68%;
    color: #0000aa;
    line-height: 30px;
    margin-bottom: 7px;
}

a.sublink {
    display: block;
    font-size: 68%;
    color: #0000aa;
    line-height: 18px;
    margin-bottom: 15px;
}

.bl {
    font-size: 85%;
    color: black;
}




#menu {
    margin: 18px 0;
    padding: 13px 0 22px;
    font-size: 14px;
    text-align: left;
}

#fmenu {
    margin-top: 80px;
    padding: 22px 0 28px;
    font-size: 13px;
    text-align: left;
}

.fmenub {
    display: block;
    width: 570px;
    height: auto;
    margin: 80px auto 0;
    padding-top: 20px;
    padding: 22px 0 28px;

}


.imenu a {
    padding: 12px 8px;
    color: #000
}


#header {
    margin-top: 60px;
}

#image {
    height: auto;
    width: 100%;
    margin-top: 80px;
}

#image img {
    width: 100%;
    height: auto
}

.credits {
    margin-top: 8px;
    margin-right: 0;
    text-align: right;
    font-size: 10px;
}

div.works {
    border: 1px solid black;
    width: 315px;
    height: 115px;
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 0px;
}

div.works span.link {
    font-family: "Crimson-Italic";
    font-size: 30px;
    line-height: 80px;
}

span.link a {
    text-align: center
}

span.link.sh a {
	display:block;
    font-size: 17px;
	line-height: 22px;
	margin-bottom: 6px;
}

div.works span.copy {
    font-family: "Crimson-Roman";
    font-size: 15px;
}

div.project {
    display: block;
    border: 1px solid black;
    width: 350px;
    /* Slightly narrower box */
    height: auto;
    margin-top: 60px;
    /* Reduced top margin */
    margin-left: auto;
    margin-right: auto;
    padding: 15px 15px 20px;
    /* Slightly smaller padding */
    text-align: center;
}

div.project span.link {
    font-family: "Crimson-Roman";
    font-size: 20px;
    /* Smaller font size */
    line-height: 45px;
    /* Adjusted line-height accordingly */
}


div.project.mfh,
div.project.mfh span.subtitel {
    width: 350px;
    height: 350px;
    border-radius: 300px;
    padding: 52px 0;
    display: block;
}

div.project.mfh {
    border: 1px solid black;
}

div.project.mfh a {
    display: block;
    padding: 42px;
}

div.project.mfh hr {
    color: black;
    height: 1px;
    display: block;
    width: 210px;
    border-top: 1px solid black;
}

div.project.sch,
div.project.sch a,
div.project.sch span.subtitel {
    background: black;
    color: #eee;
}

div.project.sch {
    border: 1px solid crimson;
}

img.cbs {width: 800px; margin-top:2em;}

#footer {
    height: 55px;
    bottom: 0px;
    position: absolute;
}

.biographem {
    margin-top: 60px;
    text-align: left;
}

.notes {
    margin-top: 0px;
    font-size: 95%;
}

.biographem a,
.notes a {
    color: royalblue
}