html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

html { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

*, *:before, *:after {box-sizing: inherit}

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}

/* Universal Styles - don't touch above */


html {
    font-size: 65.2%;
    letter-spacing: 1px;
    line-height: 25px;
}

header {
    background-color:#F2EFE9;
    height: 10vh;
}

body {
    margin: 0;
    overflow-x: hidden;
    background-color: #ffffff;
}

.wrapper {
    max-width: calc(1300px - 3%);
    width: 90%;
    margin: 0 auto;
}

/* font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif; */

h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 5rem;
    color:#252627;
    line-height: 6.25rem;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size:3rem;
    line-height: 3.75rem;
    color:#564E58;
    margin-bottom:20px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 2.75rem;
    color: #BFB48F;
}

h4 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.25rem;
    color:#252627;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    font-weight: bold;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color:#252627;
    line-height:2.25rem;
}

ul {
    padding-left:0;
}

ul li {
    text-decoration: none;
    list-style-type: none;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:#F2EFE9;
    margin-top: 20px;
}

span {
    content: "\00A9";
    color:#252627;
  }

nav {
    display: flex;
    flex-wrap: wrap;
    /*padding-top: 20px;*/
    align-items: center;
}
    
nav ul li {
        display: inline-block;
        text-decoration: none;
}

nav ul {
    display: flex;
}

nav li {
    align-self: center;
}

nav .wrapper {
    height: 100%;
}

#text-red {
    font-size: 1.25rem;
    color: #F30503;
}

a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color:#252627;
    line-height:2.25rem;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #F30503;
}

#underline {
    border-bottom: 1.5px solid #252627;
    width: 100%;
    margin-bottom:20px;
    padding-bottom:15px;
}



.wrap {
    width:70%;
}

.project-text {
    width:40%;
}

#bold {
    font-weight:700;
}

.menu {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    width:100%;
    padding-top: 10px;
}

#home .menu-items {
    display: inline-block;
}

#home .menu-items ul li {
    padding-left: 32px;
}

#home .menu-items ul {
    margin:0;
}

.menu-items {
    display: inline-block;
}

.menu-items ul li {
    padding-left: 32px;
}

.menu-items ul {
    margin:0;
    height: 8vh;
}

.logo {
    display: inline-block;
    padding-top: 10px;
}

#mobile-menu {
    visibility: hidden;
    width: 100%;
}

.title {
    margin-bottom:25px;
}

.width {
    /*width:50%*/
    padding-left:0;
    width:35%;
    position:relative;
}

#line {
    border-bottom: solid 1px #BFB48F;
    padding-bottom: 10px;
}

.documentation {
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.arrow {
    border: solid #252627;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
  
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
  
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.img-width {
    max-width:100%;
    padding: 5px;
}

.img-gallery {
    max-width:40vw;
    padding: 5px;
}

.flex {
    display: flex;
    justify-content:space-between;
}

.bottom {
    position:absolute;
    bottom:0;
    left:0;
}

.back_to_top {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.links {
    padding-bottom: 25px;
}

.fifty {
    max-width: 50%;
}

.project-img {
    width: 80%;
    float: right;
}

.project-text p {
    line-height:1.25rem;
}

.relative {
    position:relative;
}

#underline-section {
    border-bottom: 1.5px solid #252627;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
}

.red {
    color: red;
}

/* Woodland Boogie Woogie */

.inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inline li {
    display: inline-block;
}

/* Porous Identities */

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}
.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}


/* Practical Guide to Localization *?

/* Double Gazebo */

.gazebo-img {
    max-width: 100%;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.gallery-inline {
    display: inline-block;
}

.gallery-inline p {
    width: 90%;
}

 CSS for Tokens of Appreciation */

/*.row {
    display: flex;
    flex-wrap: wrap;
}

.horizontal {
    display: inline-block;
}

/* toa centre3 */

/*.width80 {
    max-width:80%;
}*/

/*Woodland Boogie Woogie 6 */
.gallery-50 {
    width: 50%;
}

/* about page */

.bio-text {
    display:flex;
}

.bio-maria {
    flex-wrap: wrap;
    width:50%;
    padding-right:40px;
}

.bio-jason {
    flex-wrap:wrap;
    width:50%;
    padding-left:40px;
}

/* Early days */
.half {
    width: 50%;
}

@media only screen and (max-width: 1020px) {
    .img-gallery {
        max-width:80vw;
        padding: 5px;
    }

    header {
        background-color:#F2EFE9;
        height: 8vh;
    }

    .toa {
        width:100vw;
    }

    .menu {
        padding-top: 15px;

    }

}

@media only screen and (max-width: 800px) {
    .wrap{
        width: 100%!important;
    }
    .project-img {
        width: 100%!important;
    }
    .project-text{
        width: 100%!important;
    }
    .bottom{
        position: unset!important;
        margin-bottom: 25px;
    }
    .flex{
        display:unset!important;
    }
    .documentation img {
        padding-bottom: 15px;
        margin: 0 auto;
        width: 100%;
    }

    .bio-text {
        display: unset!important;
    }

    .bio-jason {
        width:100%;
        padding-left:0px;
    }

    .bio-jason img {
        width:100%;
    }

    .bio-maria {
        width:100%;
        padding-right:0px;
    }

    .bio-maria img {
        width:100%;
    }

    .footer {
        display:unset!important;
    }

    .half {
        width: 100%;
    }

    .img-gallery {
        max-width:90vw;
        padding: 5px;
    }

    .toa {
        width: 100vw;
    }

    .menu {
        padding-top: 10px;
    }

    .menu-items ul {
        margin:0;
        height: 6vh;
    }

} 

@media only screen and (min-width:805px) {
    .bottom {
        position: relative;
    }
    .project-img {
        width:60%;
    }
    .bottom-link {
        float: right;
    }

    .half {
        width: 100%;
    }

    .toa {
        width:80vw;
    }

    .menu {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 600px) {
    .toa {
        width: 80vw;
    }
}