body {
    color: #111;
    background-color: #eee;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
}

p {
    color: inherit;
}

a {
    color: inherit;
}

.btn-icon {
    color: #444;
    opacity: 1;
}

.btn-icon:hover {
    color: orange;
}

h1 {
    color: inherit;
}

h2 {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: inherit;
    font-size: 200%;
    line-height: normal;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
}

ol{
    color: #444;
  }

footer {
    color: inherit;
    margin: 16px;
    border-radius: 16px;
    background-color: #ddd;
    font-size: 100%;
}

.footnote {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.footnote a {
    color: #111;
}

.footnote p {
    color: #888;
}

.caption {
    color: #888;
}

.no-shadow {
    box-shadow: none;
    text-shadow: none;
}

.logo{
    background-color: #111;
    border-radius: 8px;
    box-shadow: none;
  }

img {
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

img.banner {
    object-fit: cover;
    width: 100%;
    min-height: 50%;
    margin: 0;
    border-radius: 0;
    position: fixed;
    z-index: -1;
    animation: 1.5s ease 0s 1 scale-fade-in;
    animation-fill-mode: backwards;
    will-change: transform, opacity;
}

video {
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: -o-calc(100% - 32px);
    width: calc(100% - 32px);
    margin: 16px;
    margin-bottom: 0;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.parallax-solid {
    background-color: inherit;
    z-index: 2;
    position: relative;
    top: 56.25vw;
}

.storytelling-block {
    background-color: #e8e8e8;
    display: block;
    box-sizing: border-box;
    text-align: left;
    width: auto;
    min-height: 128px;
    border-radius: 16px;
    padding: 64px 64px;
    margin: 16px;
}

.storytelling-block.no-fill{
    background: none;
}

.block-grid {
    display: grid;
    gap: 16px;
    padding: 0 16px;
    margin: 16px 0;
    justify-content: space-evenly;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
}

.block-grid>.storytelling-block {
    margin: 0;
}

.storytelling-block p {
    min-width: 640px;
    max-width: 50%;
    margin: auto;
}

.block-grid>.storytelling-block p {
    min-width: 100%;
    margin: auto;
}


.block-icon {
    text-align: center;
    font-size: 300%;
    margin-bottom: 32px;
    width: 100%;
}

.img-mockup-landscape {
    width: 100%;
    align-self: center;
    border-radius: 16px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    /*transform: perspective(400px) rotateY(-10deg);
    transition: 0.3s;*/
}

/*.img-mockup-landscape:hover{
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(0deg);
}*/

.img-mockup-phone {
    height: 75%;
    min-height: 320px;
    width: auto;
    min-height: 0;
    align-self: center;
    border-radius: 24px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    /*transform: perspective(400px) rotateY(-10deg);
    transition: 0.3s;*/
}

/*.img-mockup-phone:hover{
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(0deg);
}*/

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
}

.float-right {
    position: relative;
    margin-right: 0;
}

.flex-container {
    display: flex;
}

.separate-container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
    grid-gap: 48px;
}

.separate-container.left {
    grid-template-columns: 35% auto;
}

.separate-container.right {
    grid-template-columns: auto 35%;
}

.text-container {
    margin: auto;
}

.btn {
    color: black;
}

.btn:hover {
    color: orange;
}

.btn-shape {
    background-color: white;
    color: #111;
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.btn-shape:hover {
    background-color: orange;
    color: white;
}

.link {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: rgb(255, 128, 0);
    transition: 0.2s;
    padding: 0 4px;
    border-radius: 4px;
}

.link:hover {
    border: none;
    background-color: #f5f5f5;
}

a.font-superscript {
    color: inherit;
}

.font-superscript:hover {
    border-radius: 4px;
    background-color: white;
}

.text-box-left {
    padding: 4em;
    width: 50%;
    margin-right: auto;
    line-height: 1.5;
}

.credits {
    text-align: left;
    font-size: 1em;
}

#navbar-bg {
    background-color: white;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.btn-project {
    color: #888;
}

.btn-project:hover {
    color: orange;
}

.font-project {
    color: inherit;
}

.font-normal {
    color: #888;
}

.font-medium {
    color: #888;
}

.font-block span {
    background-color: #eee;
    color: orange;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.font-highlight {
    padding: 0 2px;
    border-radius: 4px;
    background-color: rgba(255, 255, 0, 0.5);
}

.font-title-2d {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    font-size: 7vw;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 8px;
}

.font-subtitle {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #111;
    font-size: 24px;
    line-height: 1.2;
    margin: 8px 16px;
}

.parallax-btn {
    color: black;
}

.indicator.active,
.indicator:hover {
    background-color: orange;
}

#title-name-container {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    
}

@media only screen and (max-device-width: 1400px) {
    .parallax {
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 800px) {
    .parallax-solid{
        top: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    footer {
        margin: 0;
        border-radius: 0;
    }

    video {
        border-radius: 0;
        margin: 0;
        width: 100vw;
    }

    img {
        border-radius: 0;
    }

    .img-mockup-lanscape {
        width: 100%;
        align-self: auto;
    }

    .img-mockup-phone {
        width: auto;
        height: 50vh;
        margin-left: auto;
        margin-right: auto;
        align-self: auto;
    }

    .separate-container.left {
        grid-template-columns: auto;
    }

    .separate-container.right {
        grid-template-columns: auto;
    }

    .text-container {
        margin-bottom: 0px;
    }

    .sticky {
        position: static;
        top: 0;
    }

    .font-title-2d {
        margin-top: 32px;
    }

    .storytelling-block {
        height: 15%;
        padding: 64px 32px;
        margin: 16px 0;
        border-radius: 0;
    }

    .block-grid {
        display: grid;
        grid-template-columns: auto;
        padding: 0;
    }

    .block-grid>.storytelling-block {
        height: 100%;
    }

    .storytelling-block p {
        min-width: 100%;
        margin: 0;
    }

    .footnote {
        border-radius: 0;
    }

    .font-subtitle {
        font-size: 20px;
    }

}