.mylogo {
    width: 640px;
    display: block;
    resize: both;
    min-width: 120px;
    max-width: 160px;
    visibility: visible;
}

@media (min-width: 992px) {
    .mylogo {
        visibility: visible;
        display: block;
        resize: both;
        min-width: 200px;
    }
}

@media (min-width: 576px) {
    img.hero {
        background-image: url('index_images/landing_page_mobile.png');
        width: 576px;
        display: block;
    }
}

.image-hero {
    width: 100vw;
    height: 100vh;
    background-image: url('index_images/landing_page_mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -65px;
}

@media (min-width: 576px) {
    .image-hero {
        background-image: url('index_images/landing_page_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -65px;
    }
}

@media (min-width: 992px) {
    .image-hero {
        width: 100vw;
        height: 100vh;
        display: block;
        background-image: url('index_images/landing_page_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -75px;
    }
}

@media (max-width:575px) {
    img.heroline {
        width: 70vw;
        display: block;
        padding-top: 95px;
    }
}

@media (min-width: 576px) {
    img.heroline {
        width: 60vw;
        display: block;
    }
}

@media (min-width: 992px) {
    img.heroline {
        width: 42vw;
        display: block;
    }
}

@media (min-width: 992px) {
    div.conceptart {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }
}

section.conceptart {
    display: block;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-image: url('index_images/card_01_mobile.png');
    background-size: cover;
}

@media (min-width: 576px) {
    section.conceptart {
        background-image: url('index_images/card_01_mobile.png');
        background-size: cover;
    }
}

@media (min-width: 992px) {
    section.conceptart {
        background-image: url('index_images/card_01_desktop.png');
        background-size: cover;
    }
}

@media (max-width:575px) {
    section.previz {
        background-image: url('index_images/card_02_mobile.png');
        background-size: cover;
        width: 100vw;
        height: 100vh;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) {
    section.previz {
        background-image: url('index_images/card_02_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100vw;
        height: 100vh;
    }
}

@media (min-width: 992px) {
    section.previz {
        background-image: url('index_images/card_02_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100wh;
        height: 1200px;
    }
}

@media (max-width:575px) {
}

@media (max-width:575px) {
    .hero-page {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/landing_page_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width:575px) {
    .hero-line {
        display: block;
        width: 60%;
        height: 80%;
        background-image: url(index_images/hero_lines@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        position: relative;
        top: 100px;
    }
}

@media (min-width:576px) {
    .hero-line {
        width: 40wh;
        height: 60vh;
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        background-image: url(index_images/hero_lines@2x.png);
        position: relative;
        top: 100px;
    }
}

@media (min-width:992px) {
    .hero-line {
        background-image: url(index_images/hero_lines@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        width: 40wh;
        height: 80vh;
        clear: left;
        position: relative;
        top: 100px;
    }
}

@media (min-width: 576px) {
    .hero-page {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/landing_page_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .hero-page {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/landing_page_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width:575px) {
    .concept-art {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/card_01_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width:576px) {
    .concept-art {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/card_01_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width:992px) {
    .concept-art {
        width: 100wh;
        height: 100vh;
        background-image: url('index_images/card_01_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

typo.css {
}

.insert-image01 {
    visibility: hidden;
}

@media (min-width: 576px) {
    .insert-image01 {
        visibility: hidden;
    }
}

@media (min-width:992px) {
    .insert-image01 {
        position: relative;
        left: 50px;
        top: 200px;
        visibility: visible;
        width: 60vw;
        height: 40vh;
        background-image: url(index_images/insert_image_02@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (max-width:575px) {
    .3d {
        background-image: url('index_images/card_03_mobile.png');
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
    }
}

@media (min-width: 576px) {
    .3d {
    }
}

@media (max-width:575px) {
    .threeD-BG {
        width: 100vw;
        height: 100vh;
        background-image: url('index_images/card_03_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 576px) {
    .threeD-BG {
        width: 100vw;
        height: 100vh;
        background-image: url('index_images/card_03_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .threeD-BG {
        background-image: url('index_images/card_03_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100wh;
        height: 1200px;
    }
}

@media (max-width:575px) {
    .illustration {
        width: 100vw;
        height: 100vh;
        background-image: url('index_images/card_04_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 576px) {
    .illustration {
        width: 100vw;
        height: 100vh;
        background-image: url('index_images/card_04_mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .illustration {
        width: 100vw;
        height: 100vh;
        background-image: url('index_images/card_04_desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (max-width:575px) {
    .subhead-illustration {
        font-size: 32px;
        font-weight: bold;
        width: 80vw;
        position: relative;
        left: 50px;
        top: 112px;
        color: #ffffff;
    }
}

@media (min-width: 576px) {
    .subhead-illustration {
        font-size: 42px;
        color: #ffffff;
        font-weight: bold;
        width: 80vw;
        position: relative;
        left: 50px;
        top: 112px;
    }
}

@media (min-width: 992px) {
    .subhead-illustration {
        font-size: 55px;
        color: #ffffff;
        font-weight: bold;
        width: 500px;
        position: relative;
        left: 50px;
        top: 120px;
    }
}

@media (max-width:575px) {
    .bio {
        width: 100vw;
        height: 1200px;
        background-color: #001521;
        background-image: linear-gradient(90deg, rgb(0, 40, 63) 0%, rgb(0, 21, 33) 61%);
    }
}

@media (min-width: 576px) {
    .bio {
        width: 100vw;
        height: 1300px;
        background-color: #001521;
        background-image: linear-gradient(90deg, rgb(0, 40, 63) 0%, rgb(0, 21, 33) 61%);
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .bio {
        width: 100vw;
        height: 1200px;
        background-color: #001521;
        background-image: linear-gradient(90deg, rgb(0, 40, 63) 0%, rgb(0, 21, 33) 61%);
        margin-top: -113px;
    }
}

@media (min-width: 1200px) {
    .bio {
        margin-top: -112px;
        height: 1000px;
    }
}

@media (min-width: 1400px) {
    .bio {
        height: 1100px;
    }
}

@media (max-width:575px) {
    .row-bio {
        width: 90vw;
        padding-top: 60px;
        position: relative;
    }
}

@media (min-width: 576px) {
    .row-bio {
        padding-top: 60px;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 992px) {
    .row-bio {
        width: 90vw;
        padding-top: 20px;
        margin-top: 0px;
    }
}

@media (min-width:992px) {
    .row-bio {
        margin-top: 112px;
        margin-bottom: 50px;
        padding-top: 76px;
        padding-bottom: 0px;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .row-bio {
        margin-top: 112px;
        padding-top: 124px;
        padding-bottom: 52px;
    }
}

@media (min-width: 576px) {
    .pic-bio {
        width: 450px;
        position: relative;
        left: 10%;
    }
}

@media (min-width:992px) {
    .pic-bio {
        position: relative;
        top: 0;
        width: 250px;
    }
}

@media (max-width:575px) {
    .page-footer {
        background-color: #ffffff;
        width: 100vw;
        height: 35px;
        font-weight: normal;
        color: #000000;
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
    }
}

@media (min-width: 576px) {
    .page-footer {
        font-size: 12px;
        width: 100vw;
        height: 40px;
        background-color: #ffffff;
        text-align: center;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .page-footer {
        font-size: 14px;
        text-align: center;
        font-weight: normal;
        width: 100vw;
        height: 40px;
        padding-top: 10px;
    }
}

.bg-dark {
    background-color: #001521;
}

.bg-color {
    background-color: #001521;
    background: linear-gradient(89deg, rgb(42, 90, 117) 0%, rgb(0, 21, 33) 49%);
}

@media (max-width:575px) {
    .button-conceptart {
        position: relative;
        left: 50px;
        top: 107px;
    }
}

@media (min-width: 576px) {
    .button-conceptart {
        position: relative;
        left: 50px;
        top: 109px;
    }
}

@media (min-width:992px) {
    .button-conceptart {
        position: relative;
        left: 50px;
        top: 105px;
    }

    .contact-bio-align {
        margin-left: 65px;
    }
}

@media (min-width: 1200px) {
    .contact-bio-align {
        margin-left: 63px;
    }
}

@media (min-width:992px) {
    section {
    }
}

@media (min-width: 1200px) {
    section {
    }
}

@media (min-width:992px) {
    ..bio-image-align {
    }

    .bio-image-align {
        margin-right: 2px;
    }

    .bio-image-align {
        margin-right: 1px;
    }
}

@media (min-width:992px) {
    .bio-image-align {
    }
}

@media (min-width: 1200px) {
    .bio-image-align {
    }
}

@media (min-width:992px) {
    .copy-bio-subhead02 {
        font-size: 32px;
        font-weight: bold;
        color: #55bec5;
    }

    .copy-bio-subhead02 {
        color: #55bec5;
        font-weight: bold;
        font-size: 26px;
    }
}

@media (max-width:991px) {
    .copy-bio-subhead02 {
        color: #53b7b9;
        font-weight: bold;
        font-size: 26px;
    }
}

.copy-subhead-size {
    font-size: 20px;
}

@media (max-width:767px) {
    .copy-subhead-size {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .copy-subhead-size {
        font-size: 32px;
    }
}

