.Header .right a:hover,
.Project1Body .Text .MoreButton a:hover,
.Project2Body .Text .MoreButton a:hover,
.Project3Body .Text .MoreButton a:hover {
    transform: translateY(0px) scale(1.04);
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.10),
        0 6px 12px rgba(0, 0, 0, 0.10);
    z-index: 10;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Space Mono", monospace;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
}

#Research,
#Introduction,
#Theme {
    scroll-margin-top: 79px;
}


/*************************************************/

.Header {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    height: fit-content;

    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 8%;
    padding-right: 8%;

    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;

    color: black;
    border-radius: 5px;

    border-bottom: 2px solid rgba(0, 0, 0, 0.100);
}

.Header h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.Header .Right {
    display: flex;
    flex-direction: row;
}

.Header .right a {
    padding: 10px;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    text-decoration: none;
    text-align: center;

    font-weight: 400;

    color: black;
    border-radius: 5px;

    border: 2px solid rgba(0, 0, 0, 0.100);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
}

.FillerLol {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #f5f5f5;
}

/**********************************************************/

.Main {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    height: fit-content;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

    height: auto;
    padding-left: 8%;
    padding-right: 8%;

    color: black;

    border-bottom: 2px solid rgba(0, 0, 0, 0.100);
}

.MainProject {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    height: fit-content;

    background-image: url(Assets/Project1Heading.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: 0px;
    background-attachment: fixed;

    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8%;
    padding-right: 8%;

    color: black;

    border-bottom: 2px solid rgba(0, 0, 0, 0.100);
}

.MainProject2 {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;
    height: fit-content;

    background-image: url(Assets/Project2Heading.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: 0px;
    background-attachment: fixed;

    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 8%;
    padding-right: 8%;

    color: black;

    border-bottom: 2px solid rgba(0, 0, 0, 0.100);
}

.Main .Text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;

    margin-top: 100px;
    margin-bottom: 100px;
}

.MainProject .Text,
.MainProject2 .Text {
    display: flex;
    flex-direction: column;
    align-items: left;

    margin-left: 8%;
    margin-right: 8%;

}

.Main h1,
.MainProject .Text h1,
.MainProject2 .Text h1 {
    text-align: left;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    width: fit-content;

    background-color: white;
    padding: 10px;
    padding-bottom: 0px;
}

.Main h2,
.MainProject .Text h2,
.MainProject2 .Text h2 {
    text-align: left;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;

    margin-bottom: 0px;

    margin-top: 0px;

    width: 100%;

    background-color: white;
    padding: 10px;
    padding-top: 5px;
}

/*******************************************************/

.CompletedProject {
    display: flex;

    justify-content: center;
    align-items: center;

    color: black;
    border-top: 2px solid rgba(0, 0, 0, 0.100);

    height: max-content;


}

.CompletedProject h1 {
    text-decoration: underline;
}

.Text .CompletedProject .Bold {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 30px;
}

.Text .CompletedProject .Highlight {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 30px;

    background-color: #fffddb;
}

/*******************************************************/

.Project1 {
    color: black;
    display: flex;
    flex-direction: column;
}

.Project1Heading {
    display: flex;

    justify-content: left;
    align-items: left;

    height: auto;
    padding-left: 8%;
    padding-right: 8%;
}

.Project1Body {
    display: flex;
    justify-content: right;
    align-items: right;

    height: auto;
    padding-bottom: 50px;

    align-self: center;

    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.Project1Body img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 500px;

    margin-right: 8%;

    color: black;
    border: 4px solid rgba(0, 0, 0, 0.200);
}

img #Compost {
    height: 0px;
}

.Project1Body .Text {
    display: flex;
    flex-direction: column;
    align-items: right;

    margin-left: 8%;
    margin-right: 8%;
}

.Text h1 {
    font-weight: 700;
}

.Text h2 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 20px;

    margin-left: 8%;
}

.Text h3 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 20px;

    margin-left: 10%;

    text-decoration: none;
    color: black;
}

.Text a {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.Scroll a {
    text-decoration: none;
    color: #1b1b1b;
    background-color: rgb(240, 240, 240);
    padding: 5px;
}

.Text .Bold {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 20px;
}

.Text .Highlight {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 20px;

    background-color: #fffddb;
}

.Text .HighlightBold {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0px;

    font-size: 20px;

    background-color: #fffddb;
}

.Booklet iframe {

    height: 600px;
    width: 100%;

    border: none;

    color: black;
    border: 4px solid rgba(0, 0, 0, 0.200);
}


.Project1Body .Text .MoreButton {
    margin-left: 8%;
    width: max-content;
}

.Project1Body .Text .MoreButton a {
    display: inline-block;
    padding: 10px 20px;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    text-decoration: none;

    font-weight: 700;

    color: black;
    border-radius: 5px;

    border: 2px solid rgba(0, 0, 0, 0.100);

    display: flex;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
}

/***********************************************************************/

.Project2 {
    color: black;
}

.Project2Heading {
    display: flex;

    justify-content: left;
    align-items: left;

    height: auto;
    padding-left: 8%;
}

.Project2Body {
    display: flex;
    justify-content: right;
    align-items: right;

    height: auto;
    padding-bottom: 50px;

    align-self: center;

    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.Project2Body img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 500px;

    margin-right: 18%;

    color: black;
    border: 4px solid rgba(0, 0, 0, 0.200);
}

.Project2Body .Text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;

    margin-left: 8%;
}

.Project2Body .Text h1 {
    font-weight: 700;

    text-align: right;

    margin-right: 8%;
}

.Project2Body .Text h2 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 20px;
    margin-right: 8%;

    text-align: right;
}

.Project2Body .Text .MoreButton {
    margin-right: 8%;
}

.Project2Body .Text .MoreButton a {
    display: inline-block;
    padding: 10px 20px;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    text-decoration: none;

    font-weight: 700;

    color: black;
    border-radius: 5px;

    border: 2px solid rgba(0, 0, 0, 0.100);

    display: flex;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
}

.Project1Body .Text .MoreButton a:hover,
.Project2Body .Text .MoreButton a:hover {
    transform: translateY(0px) scale(1.04);
    box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.10),
        0 6px 12px rgba(0, 0, 0, 0.10);
    z-index: 10;
}

/******************************************************************************/


.Project3 {
    color: black;
}

.Project3Heading {
    display: flex;

    justify-content: left;
    align-items: left;

    height: auto;
    padding-left: 8%;
}

.Project3Body {
    display: flex;
    justify-content: right;
    align-items: right;

    height: auto;
    padding-bottom: 50px;

    align-self: center;

    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.Project3Body img {
    aspect-ratio: 1/1;
    object-fit: cover;
    height: 500px;

    margin-right: 8%;

    color: black;
    border: 4px solid rgba(0, 0, 0, 0.200);
}

.Project3Body .Text {
    display: flex;
    flex-direction: column;
    align-items: right;

}

.Project3Body .Text h1 {
    font-weight: 700;
    margin-left: 8%;
}

.Project3Body .Text h2 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;

    font-size: 20px;

    margin-left: 8%;
}

.Project3Body .Text .MoreButton {
    margin-left: 8%;
    width: max-content;
}

.Project3Body .Text .MoreButton a {
    display: inline-block;
    padding: 10px 20px;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    text-decoration: none;

    font-weight: 700;

    color: black;
    border-radius: 5px;

    border: 2px solid rgba(0, 0, 0, 0.100);

    display: flex;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 1;
}


/**************************************************************/

.ModelProjectHeading {
    margin-top: 25px;

    display: flex;

    justify-content: center;
    align-items: center;

    color: black;
    border-top: 2px solid rgba(0, 0, 0, 0.100);

    height: max-content;

}

.ModelProjectHeading h1 {
    text-decoration: underline;
}

/**************************************************************/

.ModelProjectBody {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    color: black;
    border-bottom: 2px solid rgba(0, 0, 0, 0.100);

    height: fit-content;
}

.ModelProjectBody .LegV3 {
    color: black;
    border: 2px solid rgba(0, 0, 0, 0.100);

    display: flex;
    flex-direction: column;

    height: auto;
    padding: 10px;

    align-self: center;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;

    display: flex;
    flex-direction: column;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ModelProjectBody .LegV3 .Model {
    display: flex;

    margin-left: auto;
    margin-right: auto;

    align-items: center;
}

.ModelProjectBody .LegV3 .Model iframe {
    height: 400px;
    width: 450px;
}


.ModelProjectBody .LegV3 .ModelText h1 {
    font-weight: 700;

    text-align: left;
    margin-right: 8%;

    margin-bottom: 0px;
    width: 400px;
}

.ModelProjectBody .LegV3 .ModelText h2 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;

    width: 400px;

    font-size: 20px;
    margin-right: 8%;

    text-align: left;
}

/**************************************************************/

.Footer {
    display: flex;
    flex-direction: column;

    justify-content: left;
    align-items: left;

    height: max-content;
    margin-top: auto;
    padding-top: 0%;
    padding-bottom: 0%;

    background-image: url(Assets/BlackGrid.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    color: black;
    border: 2px solid rgba(0, 0, 0, 0.100);
}

.Footer h1 {
    font-weight: 700;
    margin-left: 8%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Footer h2 {
    font-weight: 700;
    margin-left: 8%;
    margin-top: 0px;
    margin-bottom: 0px;

    font-size: 20px;
}

.Footer h2 a {
    font-weight: 500;
    text-decoration: none;
    color: black;
}

/*
.space-mono-regular {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-style: italic;
}
*/