@import url("https://use.typekit.net/bxh1xid.css");

html{
    scroll-behavior: smooth;
    overscroll-behavior: none;
}
body{
    margin: 0px;
    position: relative;
    z-index: 0;
    -webkit-text-size-adjust: 100%;
}
ul ul{
    list-style: square;
}

/*Animations*/
@keyframes fade-in{
    0%  {color:rgba(242, 91, 4, 0);}
    100% {color:#f25b04;}
}
.invis1{
    color:rgba(2 ,31, 38, 0);
    display: inline;
}
.invis2{
    color:rgba(2 ,31, 38, 0);
    display: inline;
}

/*Splash Images*/
.splash_image{
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
}
.img_crop-projects{
    max-width: 100vw;
    height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cropped_img{
    height: 120%;
    min-width: 120%;
    transition: all 0.5s;
    object-fit: cover;
    overflow: hidden;
}
.img_crop-projects:hover .cropped_img{
    scale: 0.85;
    overflow: hidden;
}
@media screen and (max-device-width: 900px) {
    .img_crop-projects{
        height: 70vh;
    }
}

/*Slideshow*/
/*Main element*/
.home-filler{
    max-width:100%;
    height:100vh;
    overflow: hidden;
    position: relative;
    animation: banner-fade 3s 0s;
    animation-fill-mode: forward;
}
.slideshow{
    position: sticky;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.slideshow .current {
    display: flex;
    z-index: 1;
}
.slideshow .animate {
    display: flex;
    z-index: 2;
}
/*Previous and Next buttons*/
.prev-text, .next-text{
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: xx-large;
    color:#095159;
    text-align: center;
    height: 46px;
    width: 100%;
    position:absolute;
    bottom: calc(50% - 23px);
    z-index: 9;
    transition: color 0.3s;
    user-select: none;
}
.prev, .next, .prev-home, .next-home{
    width: 40px;
    height: 100%;
    position: absolute;
    z-index: 8;
    transition: box-shadow 0.3s;
}
.prev, .next{
    top: 0;
}
.prev{
    align-self: flex-start;
}
.next{
    align-self: flex-end;
}
.prev-home, .next-home{
    bottom: 0;
}
.prev-home{
    left:50px;
    height: calc(100vh - 130px);
}
.next-home{
    right:0;
    height: 100vh;
}
.next-home .next-text, .prev-home .prev-text{
    bottom: 45vh;
}
.prev:hover, .prev-home:hover{
    box-shadow: inset 40px 0 40px -40px rgba(0,0,0,0.4);
    text-decoration: none;
    cursor: pointer;
}
.next:hover, .next-home:hover{
    box-shadow: inset -40px 0 40px -40px rgba(0,0,0,0.4);
    text-decoration: none;
    cursor: pointer;
}
.prev:hover .prev-text, .next:hover .next-text, .prev-home:hover .prev-text, .next-home:hover .next-text{
    color:#f25b04;
}
/*Slides*/
.slide{
    position: absolute;
    height: 100vh;
    object-fit: cover;
    margin: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.cropped_img-home{
    width: 110%;
    min-height: 105vh;
    object-fit: cover;
}
/*Text boxes on slide*/
.slide-block{
    position: absolute;
    overflow: hidden;
    width: 350px;
    padding: 30px;
    background-color: rgba(47, 191, 176, 0.8);
    transition: background-color 0.2s;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 3;
}
.slide-block a{
    text-decoration: none;
}
.sl-c{
    opacity: 1;
    z-index: 4;
}
#slb1, #slb2, #slb3, #slb4{
    bottom: 35px;
    left: clamp(60px, 8%, 8%);
}
#slb2{
    width: 400px;
}
.slide-block h1{
    margin-top: 0px;
    transition: color 0.2s;
}
.slide-block p{
    margin-bottom: 0px;
}
.slide-block:hover .invis1{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.15s;
}  
.slide-block:hover .invis2{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}  
.slide-block:hover h1{
    color:#f25b04;
}
/*Slideshow dots*/
.slideshow-dots {
    list-style:none;
    margin:0px;
    padding:0px;
    position:absolute;
    bottom: 10px;
    left: 49%;
    display:block;
}
.slideshow-dots li {
    float:left;
    border-radius:10px;
    width:15px;
    height:15px;
    margin: 0px 3px;
    background: #095159;
    transition: background 0.5s;
}
.slideshow-dots li.active {
    background:#f25b04;
}
/* Slideshow components Mobile*/
@media screen and (max-device-width: 900px) {
    .home-filler{
        height: 40vh;
    }
    .slideshow{
        height: 40vh;
    }
    .slide{
        height: 40vh;
    }
    .cropped_img-home{
        min-height: 45vh;
    }
    .slide-block p{
        display: none;
    }
    .slide-block h1, .slide-block .invis1, .slide-block .invis2{
        margin: 0;
        font-family: dunbar-tall, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2em;
    }
    .slide-block .invis1, .slide-block .invis2{
        font-size: 1em;
        color: #021f26;
    }
    .slide-block{
        width: 400px;
        padding: 20px;
    }
    #slb1, #slb2, #slb3, #slb4{
        bottom: 55px;
    }
    .prev-text, .next-text{
        font-size: 3em;
        width: 100%;
    }
    .prev-home, .next-home{
        width: 4em;
        height: 4em;
        padding: 1em;
        border-radius: 0.5em;
        background-color: rgba(79, 183, 183, 0.5);
        bottom: 15vh;
        cursor: pointer;
    }
    .prev-home{
        left: clamp(60px, 8%, 8%);
    }
    .next-home{
        right: 20px;
    }
    .next-home .next-text, .prev-home .prev-text{
        bottom: 0.8em;
        left: 0;
    }
    .slideshow-dots {
        bottom: 15px;
        left: 45%;
    }
    .slideshow-dots li {
        border-radius:30px;
        width:25px;
        height:25px;
        margin: 0px 5px;
    }
}

/*Banner*/
@keyframes banner-fade{
    0%  {opacity: 0;}
    100% {opacity: 1;}
}
.banner{
    width: 600px;
    height: calc(130px - 0.75em);
    min-height: fit-content;
    padding-bottom: 0.75em;
    background: rgba(79, 183, 183, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}   
.banner_home{
    width: 600px;
    height: 130px;
    background: rgba(79, 183, 183, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    animation: banner-fade 2s 1s;
    animation-fill-mode: forwards;
}
#home_banner_logo{
    width: 500px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 40px;
}
.banner h2{
    animation: banner-fade 2.5s 0s;
    animation-fill-mode: forwards;
}
.banner h3{
    animation: banner-fade 2.5s 0s;
    animation-fill-mode: forwards;
}
.filler{
    width: 100%;
    height: 130px;
    position: relative;
}
#logo_img{
    position: absolute;
    top: 30px;
    left: 40px;
}

/*Stripe decorations*/
:root{
    --stripe1-length:calc(100% - 30px);
    --stripe2-length:calc(100% - 90px);
}
@keyframes stripe1a{
    0%  {height: calc(100% - 1000px);}
    100% {height: var(--stripe1-length)}
}
@keyframes stripe2a{
    0%  {height: calc(100% - 1000px);}
    100% {height: var(--stripe2-length);}
}
#stripe1{
    width: 10px;
    height: var(--stripe1-length);
    background: #021f26;
    z-index: 11;
    position: absolute;
    left:20px;
    bottom: 0px;
    animation: stripe1a 2s;
    animation-fill-mode: forwards;
}
#stripe2, #stripe2_h, #stripe2_l{
    width: 10px;
    height: var(--stripe2-length);
    background: #095159;
    z-index: 11;
    position: absolute;
    bottom: 0px;
    left:40px;
    animation: stripe2a 2s;
    animation-fill-mode: forwards;
}

/* Adjust responsive */
@media screen and (max-device-width: 900px){
    .banner{
        width: 100%;
        height: fit-content;
        padding-bottom: 1.5em;
    }
    .banner_home{
        width: 100%;
        height: calc((100vw - 220px) / 6.25 + 55px);
    }
    .filler{
        height: 14em;
    }
    #stripe2{
        --stripe2-length: calc(100% - 9.5em + 30px);
        translate: 0 30px;
    }
    #stripe2, #stripe2_h, #stripe2_l{
        width: 15px;
        left: 45px;
    }
    #stripe1{
        --stripe1-length: calc(100% - 2.5em + 30px);
        translate: 0 30px;
        width: 15px;
        left: 15px;
    }
    #stripe2_h{
        --stripe2-length: calc(100% - 9.5em + 55px);
        translate: 0 30px;
    }
    #stripe2_l{
        --stripe2-length: calc(100% - 17em + 30px);
        translate: 0 30px;
    }
    #home_banner_logo{
        width: 750px;
        margin-top: 10px;
        margin-left: 5px;
    }
}

/*Navigation bar*/
.navbar{
    position: absolute;
    top: 0px;
    left: 600px;
    z-index: 11;
}
#nav_home{
    opacity: 0;
    animation: banner-fade 2s 1.5s;
    animation-fill-mode: forwards;
}
.navbar ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    height: auto;
}
.navbar a{
    text-decoration: none;
    color: #095159;
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-style: normal;
    height: 20px;
    width: fit-content;
    padding: 30px;
    border-bottom: solid 5px #021f26;
    display: block;
    text-align: center;
    transition-property: background-color, color;
    transition-duration: 0.25s;
}
.navbar a:hover{
    background-color: rgba(79, 183, 183, 0.5);
    color: #f25b04
}
.navbar li{
    float: left;
    height: auto;
    overflow: auto;
}
.navbar img{
    height: 12px;
}
.hamburger-icon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(79, 183, 183, 0.5);
    z-index: 11;
    cursor: pointer;
    transition: background-color 0.3s;
}
/* Dropdown menus */
.dropdown {
    float: left;
    overflow: auto;
    height: auto;
}  
.dropdown .dropbtn {
    outline: none;
    margin: 0px; /* Important for vertical align on mobile phones */
} 
/* Keep dropbtn highlighted when hovering over it or any item in the dropdown */
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(79, 183, 183, 0.5);
}
/* Container for dropdown content */
.dropdown-content {
    max-height: 0;
    height: auto;
    transition-property: max-height;
    transition-duration: 1s;
    position: absolute;
    overflow: hidden;
    display: block;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 11;
    background-color: rgba(47, 191, 176, 0.5);
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    border: none;
    padding: 12px 16px;
    text-decoration: none;
    width: 170px;
    height: fit-content;
    display: block;
    text-align: left;
    transition-property: background-color, color;
    transition-duration: 0.5s;
}
.dropdown-content a:last-of-type{
    border-bottom: solid 5px #021f26;
}
/* Add a background color to dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgba(79, 183, 183, 0.5);
}
/* Arrow animation on hover */
.dropdown-content a:hover .invis1{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.15s;
}  
.dropdown-content a:hover .invis2{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}  
/* Animated Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    max-height: 650px;
}

/* Convert to Hamburger menu when screen too small*/
@media screen and (max-width: 1250px) {
    nav .invis1, nav .invis2{
        display: none; 
    }
    .navbar{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 11;
    }
    .navbar ul{
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        float: right;
        position: fixed;
        top: 70px;
        right: 0;
        display: block;
        overflow: hidden;
        translate: 100%;
        transition: translate 0.3s;
    }
    .hamburger-icon:has(input:checked) + .navbar ul{
        translate: 0;
    }
    .hamburger-icon:has(input:checked){
        background-color: rgba(79, 183, 183, 0.8);
    }
    .open{
        display: block;
    }
    .navbar a{
        display: block;
        text-align: left;
        width: 120px;
        height: fit-content;
        background-color: rgba(79, 183, 183, 0.8);
        clear: both;
        border: none;
    }
    .navbar a:hover{
        color: #f25b04
    }
    .dropdown-content a{
        background-color: rgba(109, 210, 200, 0.8);
    }
    .navbar a:hover, .dropdown:hover .dropbtn{
        background-color: rgba(109, 210, 200, 0.8);
    }
    .navbar ul{
        border-bottom: solid 8px #021f26;
    }
    .navbar li{
        float: none;
    }
    /* Dropdowns */
    .dropdown-content{
        position: relative;
    }
    .dropdown-content a{
        padding: 12px 30px;
    }
    
    /* Style the hamburger menu */
    .hamburger-icon{
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 40px;
        position: fixed;
    }
    .hamburger-icon::before, .hamburger-icon::after, .hamburger-icon input {
        content: "";
        width: 40px;
        height: 6px;
        right: 0;
        background-color: #021f26;
        transform-origin: right center;
        transition: all 0.3s;
    }
    .hamburger-icon input{
        appearance: none;
        margin: 0;
        padding: 0;
        outline: none;
        pointer-events: none;
    }
    .hamburger-icon:has(input:checked)::before {
        rotate: -45deg;
        width: calc(30px * 1.41421356237);
        translate: 0 -3px;
    }
    .hamburger-icon:has(input:checked)::after {
        rotate: 45deg;
        width: calc(30px * 1.41421356237);
        translate: 0 3px;
    }
    .hamburger-icon input:checked{
        opacity: 0;
        width: 0;
    }
}
/*Scaled Hamburger/Nav for Mobile*/
@media screen and (max-device-width:900px) {
    .hamburger-icon{
        width: 80px;
        gap: 12px;
        padding: 30px;
    }
    .hamburger-icon::before, .hamburger-icon::after, .hamburger-icon input {
        width: 80px;
        height: 12px;
    }
    .hamburger-icon:has(input:checked)::before {
        width: calc(60px * 1.41421356237);
        translate: 0 -6px;
    }
    .hamburger-icon:has(input:checked)::after {
        width: calc(60px * 1.41421356237);
        translate: 0 6px;
    }
    .navbar ul{
        top: 120px;
    }
    .navbar a{
        width: 240px;
        font-size: 2em;
        padding: 40px;
    }
    .navbar img{
        height: 24px;
    }
    .dropdown-content{
        height: fit-content;
    }
    .dropdown-content a{
        overflow: visible;
        height: max-content;
    }
    .navbar li{
        height: fit-content;
    }
}

/*Important elements*/
main{
    position: relative;
    left: 0px;
    top: 0px;
    padding-left: 80px;
    padding-right: 40px;
    background-color: white;
    z-index: 0;
    box-shadow: 0 -20px 20px rgba(0,0,0,0.4);
    animation: banner-fade 2.5s 0s;
    animation-fill-mode: forward;
}
@media screen and (max-device-width:900px) {
    main{
        padding-left: 90px;
        padding-right: 30px;
    }
}

.regular-block{
    position: relative;
    clear:both;
    overflow: hidden;
}
.lock-block{
    position: relative;
    clear: both;
}
.highlighted-block{
    position: relative;
    clear:both;
    overflow: hidden;
    padding: 30px;
    margin-top: 22px;
    background-color: rgba(47, 191, 176, 0.5);
}
.highlighted-block h1{
    margin-top: 0px;
}
.highlighted-block p{
    margin-bottom: 0px;
}
/* Under construction */
.highlighted-block#unfinished{
    margin-top: 20px;
    background-color: rgba(242, 116, 4, 0.4);
}
#unfinished p, #unfinished h1{
    color:#ed4901;
}

/* IMAGES */
/* Left and Right Float images */
.img-flt-r, .img-flt-l{
    width:calc(50% - 10px);
    min-width:400px;
    margin:22px 0 10px 0;
}
.img-flt-r{
    float: right;
    margin-left: 20px;
}
.img-flt-l{
    float:left;
    margin-right:20px;
}
.img-flt-r img, .img-flt-l img{
    min-width: 100%;
    max-width: 100%;
}
.img_descriptor-normal, .img_descriptor-small{
    text-decoration: none;
    color: #021f26;
    display: inline;
}
.img_descriptor-small{
    display: none;
}
@media screen and ((max-width: 800px) or (max-device-width: 900px)) {
    .img-flt-r, .img-flt-l{
        width: 100%;
    }
    .img_descriptor-normal{
        display: none;
    }
    .img_descriptor-small{
        display: inline;
    }
}
/* Side-by-Side elements */
.sbsblocks{
    overflow: hidden;
    position: relative;
}
.sbsblock{
    overflow: hidden;
    float: left;
    position: relative;
    padding-right: 40px;
}
.sbs_img-3{
    margin: 12px 10px 10px 0;
    display: flex;
    float: left;
    height: auto;
    width: calc((100% - 20px) / 3);
}
.sbs_img-3 img{
    min-width: 100%;
    max-width: 100%;
}
@media only screen and ((max-width: 900px) or (max-device-width: 900px)){
    .sbs_img-3{
        margin-right: 0;
        width: 100%;
    }
}
/* Novo Molinus facade images*/
.nm_facades-w {
    width: calc((100% - 30px) / 3);   
    float: left;  
    margin-right: 10px;
}
.nm_facades-t {
    width: calc((100% - 30px) / 6);
    float: left;
    margin-right: 10px;
}
@media only screen and ((max-width: 900px) or (max-device-width: 900px)) {
    .nm_facades-w {
        width: calc((100% - 10px) / 3 * 2);     
    }
    .nm_facades-t {
        width: calc((100% - 10px) / 3);
        margin-right: 0 !important;
    }
}

/* Sticky page elements, for floor plans */
.lock_container {
    width: 100%;
    margin: auto;
    position: relative;
}
.full_lock {
    width: 100%;
    position: relative;
}
.full_lock img{
    width: 100%;
}
.lock_left_float {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}
.lock_right_float {
    width: 50%;
    float: left;
}
.smaller {
    position: sticky;
    top: 5px;
}
.smaller_exception{
    position: absolute;
    bottom: 5px;
    margin-left: 20px;

}
.clear {
    clear: both;
}
@media screen and ((max-width: 700px) or (max-device-width: 900px)) {
    .lock_left_float, .lock_right_float{
        width: 100%;
        margin: 0;
        position: relative;
    }
}

/* Image hover effect */
.img_hov{
    display: flex;
    margin-top: 22px;
}
.img_hov img{
    min-width: 100%;
    max-width: 100%;
}
.img_subtitle, .img_subtitle-bl {
    align-self: flex-end;
    padding: 15px 10px;
    margin: 0;
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    min-height: 100%;
    translate: -200%;
    opacity: 0;
    color: rgba(230, 230, 230);
    z-index: 5;
    transition: all 0.3s;
}
.img_subtitle-bl{
    color:#021f26 !important;
}
.img_hov_bg, .img_hov_bg-min{
    min-width: 100%;
    min-height: 10%;
    max-height: 15%;
    translate: -100%;
    box-shadow: inset 0px -400px 400px -400px black;
    opacity: 0;
    transition: all 0.3s;
}
.img_hov_bg-min{
    box-shadow: inset 0px -400px 50px -400px rgba(0,0,0,0.8);
}
.img-modal:hover .img_subtitle, .img-modal:hover .img_subtitle-bl, .img-modal:hover .img_hov_bg, .img-modal:hover .img_hov_bg-min {
    opacity: 1;
}
/*Always show image descriptor on Mobile*/
@media screen and (max-device-width: 900px) {
    .img_hov{
        flex-direction: column;
    }
    .img_subtitle, .img_subtitle-bl{
        opacity: 1;
        color: #095159;
        font-style: italic;
        font-size: 2em;
        translate: 0;
        margin-bottom: 20px;
    }
}

/* Toggle images */
.toggle-on{
    display:flex;
}
.toggle-off{
    display: none;
}
.toggle_button {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}
.toggle_button p {
    height: 20px;
    margin: 0 10px 0 0;
    transition: color 0.2s;
    float: left;
    cursor: pointer;
    user-select: none;
}
.switch{
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
.switch_frame{
    height: 1em;
    width: 2.2em;
    border-radius: 2em;
    background: transparent;
    border: 2px solid #021f26;   
}
.switch_slider{
    --toggle-off: calc(0.15em + 2px);
    --toggle-on: calc(1.35em + 2px);
    height: 0.7em;
    width: 0.7em;
    border-radius: 1em;
    background-color:#095159;
    position: absolute;
    margin: 0;
    left: var(--toggle-off);
    bottom: var(--toggle-off);
    transition: all 0.3s;
}
@media screen and (max-device-width:900px) {
    .switch{
        margin: 0 25px 0 10px;
    }
    .switch_frame{
        height: 2.5em;
        width: 5.5em;
        border-radius: 5em;
        border: 4px solid #021f26;
    }
    .switch_slider{
        --toggle-off: calc(0.375em + 4px);
        --toggle-on: calc(3.375em + 4px);
        height: 1.75em;
        width: 1.75em;
        border-radius: 2.5em;
    }
}

/* Contact Form */
.fcf-form-control{
    text-decoration: none;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #021f26;
    background-color: #D5F2EF;
    border: none;
    border-bottom: 2px solid #021f26;
    padding: 5px 8px;
    margin: 5px 0 8px;
    width: 70%;
}
.fcf-form-control:focus-visible{
    background-color: white;
}
.fcf-btn{
    text-decoration: none;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #021f26;
    padding: 10px 20px;
    margin-top: 5px;
    border-radius: 0;
    border: none;
    background-color: rgba(47, 191, 176, 0.5);
    transition: color 0.3s;
}
.fcf-btn:hover{
    color: #f25b04;
}
.fcf-btn:hover .invis1{
    animation-name: fade-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.1s;
}
.fcf-btn:hover .invis2{
    animation-name: fade-in;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
@media screen and (max-device-width:900px) {
    .fcf-form-control{
        font-size: 2.5em;
        width: 98%;
        margin: 10px 0 15px;
        border-bottom: solid 3px;
    }
    .fcf-btn{
        font-size: 2.5em;
        padding: 15px 30px;
        margin-top: 10px;
    }
    .fcf-btn .invis1, .fcf-btn .invis2{
        color: #021f26;
    }
}

/*Footer*/
footer{
    position: relative;
    left: 0px;
    bottom: 0px;
    padding-left: 80px;
    padding-right: 40px;
    padding-top: 40px;
    background-color: white;
}
#link_to_top{
    position: absolute;
    bottom: 0px;
    left: 50%;

}
#contact_list{
    position: absolute;
    bottom: 0px;
    right: 60px;
    text-align: right;
}
#stripe3{
    width: 10px;
    height: 60px;
    background: #021f26;
    position: absolute;
    bottom: 0px;
    right: 40px;
}
#logo_bottom{
    height: 40px;
    width: auto;
}
@media screen and ((max-width: 700px) or (max-device-width: 900px)) {
    #link_to_top {
        position: relative;
        text-align:center;
        left: 0;
        width: 100%;
    }
    #contact_list{
        position: relative;
        text-align:center;
        left: 0;
        width: 100%;
    }
    #stripe3{
        height: calc(100% - 40px)
    }
    #logo_bottom{
        margin: 0 calc((100% - 250px) / 2);
    }
}
@media screen and (max-device-width:900px) {
    #stripe3{
        width: 15px;
        right: 30px;
        height: 100% !important;
        translate: 0 30px;
    }
    #logo_bottom{
        height: 80px !important ;
        margin: 0 calc((100% - 500px) / 2)
    }
    footer{
        margin: 30px 0;
    }
    #contact_list{
        font-size: 2em;
        margin-bottom: 0;
    }
}

/*Modal Images*/
.img-modal{
  cursor: pointer;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 7; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  width: auto;
  max-width: 800px;
  max-height: 80vh;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    padding: auto;
    position: relative;
    bottom: -10px;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: rgba(230, 230, 230);
    height: fit-content;
    user-select: none;
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: rgba(230, 230, 230);
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  user-select: none;
}
.close:hover,
.close:focus {
  color: #f25b04;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and ((max-width: 700px) or (max-device-width: 900px)){
  .modal-content {
    width: 100%;
    margin-top: 100px;
  }
  .close{
    font-size: 100px;
  }
}

/*Tile objects*/
@keyframes growth{
    0%      {margin: 10px; padding: 10px; background-color:white;}
    100%    {margin: 5px; padding: 15px; background-color:rgba(79, 183, 183, 0.5);}
}
@keyframes shrink{
    0%      {margin: 5px; padding: 15px; background-color:rgba(79, 183, 183, 0.5);}
    100%    {margin: 10px; padding: 10px; background-color:white;}
}
.tile_button{
    text-decoration: none !important;
    color:#021f26 !important;
    display:block;
}
.tiles_text{
    position:relative;
    display:block;
    margin: 10px;
}
.tiles_element{
    position:relative;
    clear:both;
    display: block;
    overflow: auto;
    padding: 20px;
    margin-top: 22px;
    background-color: rgba(47, 191, 176, 0.5);
}
.tiles{
    overflow: show;
    display: block;
    min-height: fit-content;
    position: relative;
    clear: both;
}
.tile{
    float: left;
    display: block;
    position: relative;
    overflow:visible;
    height: auto;
    padding: 10px;
    margin: 10px;
    background-color: white;
    animation-name: shrink;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}
@media only screen and (min-width: 1200px) {
    .tile {
        width: calc((100% - 160px) / 4);
    }
}
@media only screen and (max-width: 1200px) and (min-width: 950px) {
    .tile {
        width: calc((100% - 120px) / 3); 
    }
    /* fix on Home page */
    #home-tile_novo_molinus {
        clear: both;
    }
}
@media only screen and (max-width: 950px) and (min-width: 700px) {
    .tile {
        width: calc((100% - 80px) / 2);
    }
    /* fix on Home page */
    #home-tile_dudock_house {
        clear: both;
    }
}
@media only screen and (max-width: 700px) {
    .tile {
        width: calc(100% - 40px);
    }
}
.tiles_element h1{
    margin-top: 0px;
}
.tile:hover{
    animation-name: growth;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.tile:hover h4, .gallery_tile:hover h4{
    color: #f25b04 !important;
}
.tile img{
    box-shadow: 8px rgba(0,0,0,0);
    transition-property: box-shadow;
    transition-duration: 0.5s;
    z-index: 1;
}
.tile:hover img{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
/* Date hide */
.yyyymm {
    display: none;
}
/* Filter and Sort buttons */
.button-group button, .button-group h4{
    float: left;
}
.button-group form{
    display: none;
}
.button-group select{
    width: 8em;
    height: 2em;
    background-color: rgba(79, 183, 183, 0.5);
    padding: 0.5em 0.8em 0.8em;
    margin: 10px;
    border: none;
}
.button-group option{
    font-size: 0.3em;
}
.is-checked, option:hover, option:active{
    background-color: rgba(47, 191, 176, 0.8);
}
.button-group h4{
    width: 2.5em;
    height: 1em;
    padding: 0 0.5em;
}
.button-group button {
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0 0.5em;
    transition: background 0.2s;
}
.button-group button:hover {
    background:rgba(79, 183, 183, 0.5);
}
.button-group .is-checked {
    background-color:rgba(47, 191, 176, 0.5);
}
.button-group p {
    height: 1em;
    margin: 1em;
    transition: color 0.2s;
}
.button-group button:hover p, .is-checked p {
    color: #f25b04;
}
.is-checked p{
    font-weight: 500;
}
@media screen and (max-device-width:900px) {
    .button-group button{
        display: none;
    }
    .button-group form{
        display: inline;
    }
    .button-group h4{
        padding: 0.5em 0.5em;
    }
}
/* Gallery */
.gallery_tile{
    float: left;
    display: block;
    position: relative;
    padding: 10px;
    margin: 10px;
    background-color: white;
    animation-name: shrink;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}
@media screen and (min-width: 1100px) {
    .gallery_tile{
        width: calc((100% - 120px) / 3);
    }
}
@media screen and (min-width: 800px) and (max-width: 1100px) {
    .gallery_tile{
        width: calc((100% - 80px) / 2);
    }
}
@media screen and (max-width: 800px) {
    .gallery_tile{
        width: calc(100% - 40px);
    }
}
.gallery_tile:hover{
    animation-name: growth;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    cursor: pointer;
}
.gallery_tile:hover img{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
/* Makes text boxes more equally sized */
.suggested{
    min-height: 3.75em;
}

/* Gallery tile float fix */
._2,._3 {
    display: none;
    clear: both;
}
@media screen and (min-width:1100px) {
._3 {
    display: block;
}
}
@media screen and (max-width:1100px) {
    ._2 {
        display: block;
    }
}
/*Gallery and Tile Images*/
.image_with_label{
    overflow: hidden;
    position: relative;
}
.labels{
    position:absolute;
    left: 0px;
    top: 3px;
}
.label{
    padding: 5px;
    padding-right: 10px;
    padding-left: 20px;
    position:absolute;
    left: 0px;
    top: 3px;
    float: left;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.4);
    background-color: #f25b04;
}
.label1{
    padding: 5px;
    padding-right: 10px;
    padding-left: 20px;
    float: left;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.4);
    background-color: #f25b04;
}
.label2{
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    box-shadow: 5px 0px 10px rgba(0,0,0,0.4);
    background-color: #f27404;
    z-index: 2;
}
/*Gallery Modal*/
/* The Modal (background) */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 7;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.85);
} 
/* Modal Content */
.gallery-modal-content {
    position: absolute;
    width: 80vw;
    height: 70vh;
    margin: 15vh 10vw;
    display: block;
}

/* Hide the slides by default */
.mySlides {
    display: none;  
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}
.slide_content {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: fit-content;
    height: inherit;
    margin: auto;
}
.gallery_modal_image{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    translate: 0 -41px;
    user-select: none;
}
/* Number text (1/3 etc) */
.numbertext, .numbertext-bl {
    padding: 10px 25px;
    display: flex;
    justify-self: flex-end;
    text-align: right;
    z-index: 9;
    color: rgba(230, 230, 230);
    text-decoration: none;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    user-select: none;
}
.numbertext-bl {
    color: #021f26;
}
@media screen and (max-device-width: 900px) {
    .numbertext, .numbertext-bl{
        font-size: 1.5em;
        padding: 0 25px;
    }
}
/*Gallery/Tile mobile*/
@media screen and (max-device-width:600px) {
    .gallery_tile, .tile{
        width: calc(100% - 60px);
        padding: 20px !important;
        margin: 15px 10px !important;
    }
}
.tile:hover .invis1, .gallery_tile:hover .invis1{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.15s;
}
.tile:hover .invis2, .gallery_tile:hover .invis2{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

/* Icon and Descriptor */
.small_icon {
    width: 150px;
    height: 150px;
    object-fit: contain;
    float: left;
    margin: 0 20px 10px 0;
}
.icon_descriptor {
    float: left;
    width: calc(100% - 170px);
}
.h4_subdividers h4{
    margin: 40px 0 30px 0;
    clear: both;
}
.icon_descriptor h4 {
    margin: 0;
}
.icon_container {
    float: left;
    width: 100%;
}
.ic_half {
    width: calc(50% - 20px);
    margin-right: 20px;
}
.profile_pic{
    height: 250px;
    width: 250px;
    float: left;
    padding: 0 15px 20px 0;
}
@media screen and (max-width: 900px) {
    .small_icon{
        width: 200px;
        height: 200px;
        margin-left: calc(50% - 125px);
    }
    .icon_descriptor{
        width: 100%;
        clear: both;
    }
    .ic_half {
        width: 100%;
        clear: both;
    }
}
@media screen and (max-device-width: 900px) {
    .small_icon{
        width: 350px;
        height: 350px;
        margin: 0 0 30px calc(50% - 175px);
    }
    .icon_descriptor{
        width: 100%;
        clear: both;
    }
    .ic_half {
        width: 100%;
        clear: both;
    }
    .profile_pic{
        width: 350px;
        height: 350px;
        padding: 18px 30px 15px 0;
    }
}

/* Skill Dots */
.skill-dots {
    list-style:none;
    margin: 22px 20px 16px -3px;
    padding:0px;
    float: left;
    display:block;
}
.skill-dots li {
    float:left;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    background: #095159;
}
.skill-dots li.active {
    background:#f25b04;
}
.skill-block p{
    float: left;
}
.skill-block {
    margin-right: 40px;
    float: left;
    width: 220px;
}
.skill-container {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
}
@media screen and (max-width: 900px) {
    .skill-container {
        width: 100%;
    }
}
@media screen and (max-device-width:900px) {
    .skill-container {
        width: 100%;
    }
    .skill-dots li{
        width: 30px;
        height: 30px;
        margin: 0 7.5px;
    }
    .skill-dots{
        margin-left: calc(50% - 105px);
    }
    .skill-block{
        width: 45%;
    }
    .skill-block p{
        clear: both;
        text-align: center;
        width: 100%;
        margin: 0 0 30px;
    }
}

/*Page overview*/
.overview-contents{
    float: left;
    width: fit-content;
    min-width: 140px;
    margin-right: 20px;
    position: relative;
}
.contents-border{
    width: 1px;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #021f26;
    display:block;
}
.overview-contents h4{
    margin: 0;
}
.overview-contents ul{
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 2px;
}
.overview-contents a{
    font-size: 1em;
    line-height: 1.5em;
}
.overview-contents-wrapper{
    display: flex;
    flex-direction: row;
    width: fit-content;
}
.overview-map-text-wrapper{
    display: flex;
    flex-direction: row;
}
#overview-text-wrapper{
    display: flex;
    flex-direction: column;
}
.content-text-wrapper{
    display: flex;
    flex-direction: row;
}
.overview-text{
    display: flex;
    flex-direction: column;
}

/*Map element*/
.map-with-markers{
    display: block;
    position: relative;
    margin: 0 0 0 20px;
    height: fit-content;
    width: fit-content;
    transform: translateY(-60px);
}
.map-nl{
    position: relative;
    width: 300px;
    height: 300px;
}
.pin{
    position: absolute;
}
.pin_icon{
    width: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.pin_label-right{
    position: relative;
    display: block;
    margin: 0px;
    padding: 8px 8px 9px 17px;
    top: -40px;
    left: 10px;
    background-color: rgba(79, 183, 183, 0);
    transition: background-color 0.5s;
}
.pin:hover .pin_label-right{
    background-color: rgba(79, 183, 183, 0.5);
    color:#f25b04;
    
}
.pin:hover .invis1{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.15s;
}
.pin:hover .invis2{
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
}

@media screen and ((max-width:900px) or (max-device-width:900px)) {
    .overview-contents-wrapper{
        flex-direction: column;
        margin-right: 20px;
    }
    .overview-contents{
        width: 100%;
    }
    .overview-contents ul{
        margin-left: 20px;
    }
    .overview-contents ul ul{
        margin-left: 30px;
    }
    #contents2 h4{
        margin-top: 15px;
    }
    #overview-text{
        clear: none;
        white-space: pre-line;
        overflow: hidden;
    }
    #overview-text h4:first-of-type{
        margin-top: -20px;
    }
    #overview-text p{
        margin-top: -10px;
    }
    .contents-border{
        display: block;
    }
    .map-with-markers{
        top: auto;
        margin: 20px 0 0 0;
        transform: none;
    }
    .overview-map-text-wrapper{
        display: block;
    }
}
@media screen and (max-device-width:900px){
    .overview-contents a{
        font-size: 2.5em;
        line-height: 1.75em;
    }
    .pin_label-right{
        font-size: 2.5em;
        margin: 0px;
        padding: 20px 20px 22.5px 42.5px;
        top: -100px;
        left: 25px;
        background-color: rgba(47, 191, 176, 0.5);
    }
    .pin .invis1, .pin .invis2{
        color:#021f26;
    }
    .content-text-wrapper{
        flex-wrap: wrap;
    }
    .contents-border{
        display: none;
    }
    .overview-contents ul{
        columns: 2;
        column-gap: 60px;
    }
    .overview-contents ul ul{
        columns: 1;
    }
    .overview-map-text-wrapper{
        margin-top: 40px;
    }
    #contents2{
        margin-bottom: 40px;
    }
    .map-with-markers{
        width: 100%;
        height: fit-content;
        margin-top: 40px;
    }
    .map-nl{
        width: 100%;
        height: auto;
    }
    .pin_icon{
        width: 50px;
    }
}
    
/* Pin locations */
#pin-click_to_build{
    top: 39%;
    left: 27%;
}
#pin-dudock_house{
    top: 33%;
    left: 39%;
}
#pin-ecomare{
    top: 8%;
    left: 36%;
}
#pin-hofbogen{
    top: 45%;
    left: 32%;
}
#pin-novo_molinus{
    top: 40%;
    left: 30%;
}
#pin-treehousing{
    top: 33%;
    left: 39%;
}
#pin-tying_up_loose_ends{
    top: 39%;
    left: 27%;
}

/*Text types*/
h1 {
    font-family: "dunbar-tall", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 2em;
    color:#021f26;
}

h2 {
    font-family: dunbar-tall, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 3em;
    margin: 0px;
    padding-left: 40px;
    padding-top: 20px;
    color:#021f26;
}
h3{
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.17em;
    color:#095159;
    margin: 0px;
    padding-left: 80px;
}

h4 {
    font-family: "dunbar-low", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em;
    margin-bottom: 0px;
    color:  #021f26;
}
h5 {
    font-family: dunbar-tall, sans-serif;
    font-weight: 700;
    font-size: 1em;
    font-style: normal;
    color:#095159;
    margin: 0px;
}
p, select, .fcf-label{
    text-decoration: none;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    color: #021f26;
}

td{
    text-decoration: none;
    color:#021f26;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    width: 100px; 
}
a{
    color:#f25b04;
    font-family: "dunbar-low", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}

@media screen and (max-device-width:1200px) and (min-device-width: 900px) {
    h1{
        font-size: 3em;
    }
    h2{
        font-size: 4em;
    }
    h3{
        font-size: 2em;
    }
    h4{
        font-size: 1.85em;
    }
    h5, p, select, .overview-contents a, .fcf-label, li::marker{
        font-size: 1.75em;
    }
    td{
        width: 175px;
    }
    .slight-scale, td{
        font-size: 1.5em;
    }
}
@media screen and (max-device-width: 900px) {
    h1{
        font-size: 4em;
    }
    h2{
        font-size: 6em;
    }
    h3{
        font-size: 2.5em;
    }
    h4{
        font-size: 2.75em;
    }
    h5, p, select, .overview-contents a, .fcf-label, li::marker{
        font-size: 2.5em;
    }
    td{
        width: 250px;
    }
    .slight-scale, td{
        font-size: 2em;
    }
}

img{
    user-select: none;
    object-fit: cover;
}