html {
    font-size: 16px;
    background: #fefdfb;
}

* {
    margin: 0;
    font-family: HelveticaN;
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000000" height="16" viewBox="0 0 32 32" width="16"><path d="M14.554,0C6.561,0,0,6.562,0,14.552c0,7.996,6.561,14.555,14.554,14.555c7.996,0,14.553-6.559,14.553-14.555C29.106,6.562,22.55,0,14.554,0z"/></svg>'), auto;
}

@font-face {
    font-family: HelveticaN;
    src: url("font/HelveticaNeueLTPro-Roman.otf") format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: HelveticaN;
    src: url("font/HelveticaNeueLTPro-Bd.otf") format("opentype");
    font-weight: bold;
}

a {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2388f275" height="16" viewBox="0 0 32 32" width="16"><path d="M14.554,0C6.561,0,0,6.562,0,14.552c0,7.996,6.561,14.555,14.554,14.555c7.996,0,14.553-6.559,14.553-14.555C29.106,6.562,22.55,0,14.554,0z"/></svg>'), auto;
    color: black;
}

a:hover {
    color: #88f275;
    text-decoration: none;
}

a.active {
    color: #f04219 !important;
}

#drawingPanel {
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

.drawingPanelHidden {
    display: none;
}

iframe {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    border: none;

}

#menu {
    float: left;
    top: 0;
    position: fixed;
    font-size: 2em;
    padding-left: 40px;
    padding-top: 30px;
}

#menu a {
    display: block;
    float: left;
    clear: left;
    color: black;
    text-decoration: none;
    padding-bottom: 2px;
}

#title {
    top: 0;
    right: 0;
    position: fixed;
    padding-top: 30px;
    padding-right: 50px;
    font-size: 2em;
    white-space: nowrap;
}

#title a {
    display: block;
    color: black;
    text-decoration: none;
}

#footer {
    width: 100%;
    height: 100px;
    background-image: url("img/footer.png");
    background-position: center;
    background-size: 150px;
    background-repeat: no-repeat;
    display: none;
}

#content {
    min-height: calc(100vh - 340px);
}

#highlights {
    margin-top: 220px;
    text-align: center;
    padding-bottom: 200px;
}

#highlights h1 {
    margin-left: 250px;
    margin-right: 250px;
    font-size: 3.5em;
}

#highlights div {
    margin-bottom: 40px;
}

#highlights a {
    text-decoration: none;
}

#highlights img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -60%);
    opacity: 0.7;
    z-index: -1;
    max-width: 800px !important;
}

#content .contact {
    margin-left: 40px;
    margin-top: 240px;
    height: calc(100vh - 120px - 300px);
    text-align: center;
}

#content .contact a {
    margin-bottom: 60px;
    display: block;
    font-size: 3.5em;
    font-weight: 600;
    text-decoration: none;
}

#projects {
    margin-top: 200px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.project {
    vertical-align: top;
    width: 550px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 120%;
    font-size: 3.5em;
    font-weight: 600;
    display: inline-block;
}

.project img {
    display: block;
    padding-bottom: 10px;
    width: 100%;
}

.project a {
    color: black;
    text-decoration: none;
    float: left;
    clear: left;
}

.project a:hover {
    color: #88f275;
}

#content {
    background-size: 100%;
    background-repeat: no-repeat;
}

h1 {
    font-size: 9em;
    margin-top: 0;
    white-space: pre-line;
}

#projectInfo {
    margin-top: 0px;
    padding-bottom: 70px;
    white-space: pre-line;
}

#content img {
    max-width: 100%;
}

.position-center {
    text-align: center;
    max-width: 100%;
}

#project img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.position-center img,
.position-fullpage img,
.position-fullpage-nospace img {
    vertical-align: top;
    width: 100%;
}

.position-fullpage {
    margin-left: 100px;
    margin-right: 100px;
    max-width: 100%;
    margin-bottom: 30px;
}

.position-fullpage-nospace {
    margin: 0 !important;
    max-width: 100%;
}

.position-medium {
    margin-left: 90px;
    margin-right: 98px;
    max-width: 100%;
}

#project {
    margin-top: 110px;
    margin-bottom: 100px;
}

#project h1,
#projectInfo,
.position-center {
    margin-left: 280px;
    margin-right: 350px;
}

#projectInfo {
    margin-top: 40px;
}

.one-column {
    margin-left: 280px;
    margin-right: 350px;
    margin-bottom: 30px;
}

.two-column {
    column-count: 2;
    margin-left: 280px;
    margin-right: 240px;
    column-gap: 3.5em;
    margin-bottom: 30px;
}

.three-column {
    column-count: 3;
    margin-left: 90px;
    margin-right: 98px;
    margin-bottom: 30px;
}

.legend {
    font-size: 0.8em;
    margin-top: 4px;
    margin-left: 2px;
    text-align: left;
    white-space: pre-line;
    margin-bottom: 30px;
}

.vimeo {
    margin-left: 280px;
    margin-right: 350px;
    margin-bottom: 50px;
    --plyr-color-main: #88f275;
}

@media all and (max-width: 1200px) {

    .one-column,
    .two-column,
    .three-column {
        column-count: 1;
        column-gap: 0;
    }

    .position-fullpage,
    .position-medium,
    .position-center {
        margin-left: 40px;
        margin-right: 40px;
        max-width: 100%;
    }

    .position-fullpage .legend {
        margin: 0px;
        margin-left: 2px;
        font-size: 0.6em;
        margin-bottom: 30px;
    }

    .position-medium .legend,
    .position-center .legend {
        margin: 0px;
        font-size: 0.6em;
        margin-bottom: 30px;
    }

    #project h1 {
        font-size: 2.6em;
    }
}

@media all and (max-width: 1000px) {

    #project {
        margin-top: 240px;
    }

    #project h1,
    #project #projectInfo,
    .vimeo {
        margin-left: 40px;
        margin-right: 40px;
    }

    .one-column,
    .two-column,
    .three-column {
        margin-left: 40px;
        margin-right: 40px;
        column-count: 1;
        column-gap: 0;
    }
}

@media all and (max-width: 550px) {
    #content {
        min-height: calc(100vh - 240px);
    }

    #content h1 {
        font-size: 3.7em;
    }


    #project {
        margin-top: 160px;
    }


    #project h1 {
        font-size: 2.6em;
    }

    #project #projectInfo {
        margin-top: 0px;
        padding-bottom: 40px;
    }

    #project h1,
    #project #projectInfo,
    .one-column,
    .two-column,
    .three-column,
    .vimeo {
        margin-left: 20px;
        margin-right: 20px;
    }

    .position-fullpage,
    .position-medium,
    .position-center {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media all and (max-width: 550px) {
    #menu {
        font-size: 1.5em;
        padding-left: 20px;
        padding-top: 20px;
    }

    #title {
        font-size: 1.5em;
        padding-right: 20px;
        padding-top: 20px;
    }
}


@media all and (max-width: 900px) {

    #highlights h1 {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media all and (max-width: 550px) {
    #highlights {
        text-align: left;
        margin-top: 160px;
    }

    #highlights h1 {
        font-size: 2.6em;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media all and (max-width: 900px) {

    .contact {
        margin-right: 20px;
    }
}

@media all and (max-width: 550px) {
    #content .contact {
        margin-left: 20px;
        margin-top: 160px;
        text-align: left;
    }

    #content .contact a {
        font-size: 2.6em;
    }

    #content .project {
        font-size: 2.6em;
    }
}

@media all and (max-width: 900px) {

    #projects {
        margin-top: 160px;
    }
}

@media all and (max-width: 600px) {
    .project {
        margin-left: 1%;
        margin-right: 1%;
        width: 96%;
    }
}