﻿
@font-face {
    font-family: "Avenir Roman";
    src: url('fonts/AvenirLTStd Roman.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Avenir Black";
    src: url('fonts/AvenirLTStd Black.otf') format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Belong Sans Bold";
    src: url('fonts/Belong Sans Bold.otf') format("opentype");
    font-display: swap;
}


body {
    font-size: 16px;
    color: #000;
    font-family: "Avenir Roman";
    height: 100%;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h6 {
    font-family: "Avenir Black";
    font-weight: 400;
}

h5 {
    font-family: "Belong Sans Bold";
    color: #3362AB;
}

span.bold-blue {
    color: #3362AB;
    font-family: "Avenir Black";
    font-weight: 400;
}

b {
    font-family: 'Avenir Black';
    font-weight: 400;
}

.overlay {
    height: 100%;
}

#content-wrap {
    padding: 0;
}

.nodisplay {
    display: none;
}

.logo {
    width: 157px;
    height: 50px;
}

.header {
    padding-top: 20px;
    padding-bottom: 40px;
}

.input {
    position: relative;
}

.minMaxValidationMessage {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.error {
    color: red;
}

.minMaxValidationMessage {
    top: 100%;
    z-index: 999;
    margin-top: .1rem;
    position: absolute;
    background-color: rgba(220, 53, 69, .9);
    color: #fff;
    font-size: 14px;
    padding: 5px;
    opacity: 0.98;
    text-align: center;
    right: 0;
}

#footer {
    color: #fff;
    height: 60px;
    margin: 0 auto;
    background-color: #1B345C;
    width: 100%;
}

#footer a {
    text-decoration: underline;
    color: #fff;
}

.footer {
    margin: 0 auto;
    max-width: 1200px;
}

#console {
    overflow: hidden;
    position: relative;
}



.content {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    padding: 20px;
}

.tab-desc {
    text-align: center;
    font-size: 20px;
    font-family: 'Avenir Roman';
    font-style: italic;
    margin-top: 16px;
}

#accordionFlushExample.accordion.accordion-flush {
    display: flex;
    justify-content: space-evenly;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    top: -3px;
}

#accordionFlushExample1.accordion-button .justify-content-center .collapsed {
    display: none;
}

.bottom-screen {
    bottom: 14px;
    position: relative;
    height: auto;
    z-index: -1;
    max-width: 750px;
    margin: 0 auto;
}

div#accordionFlushExample1 {
    height: 100%;
    bottom: 0;
    width: 100%;
    max-width: 750px;
}

#accordionFlushExample1 .accordion.accordion-flush {
    display: block;
}

#accordionFlushExample1 .accordion-header {
    display: none;
}

.accordion-body {
    max-width: 716px;
    margin: 0 auto;
    position: relative;
    left: -0.5%;
}

.accordion-collapse {
    background-image: url(../img/Screen-2.webp);
    background-size: cover;
    background-position: bottom;
    width: 100%;
}

.accordion-button::after {
    content: none;
}


.accordion-item {
    margin: 0px 10px 0px 10px;
}

button.accordion-button.justify-content-center.collapsed {
    text-align: center;
    width: 200px;
    word-break: break-word;
    background-image: url(../img/unselected.png);
    background-size: 100%;
    background-position: 100%;
    color: #fff;
    background-color: none;
}

button.accordion-button.justify-content-center {
    text-align: center;
    width: 200px;
    word-break: break-word;
    background-image: url(../img/selected.png);
    background-size: 100%;
    background-position: 100%;
    color: #fff;
    background-color: none;
}

/*Bot Bubble Container*/

.bot-container {
    z-index: 1000;
    position: fixed;
    bottom: calc(100vh - 850px);
    right: calc(50% - 560px + 20px);
    height: 500px;
}
.bot-bubble-content{
    height:200px;
}


.bot-container img.bot.desktop {
    z-index: 1;
    /*position: fixed;
    bottom: calc(100vh - 600px);
    right: calc(50% - 560px + 20px);*/
    position:absolute;
    right:0;
}

.bot {
    height: 300px;
    width: auto;
    margin-top: 15px;
}

.text-bubble {
    max-width: 400px;
    width: 100%;
    border-radius: 23px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    position: relative;
    height: fit-content;
    z-index: 999;
    margin: 0;
    margin-bottom: 20px;
}

.text-bubble p:last-child {
    margin: 0;
}

.bot-bubble-container {
    z-index: 1;
}
.nav-link{
    color:#000 !important;
    padding:0;
}

.nav-link.active{
    display:block;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}
@keyframes fadeInUp {
    from { 
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

.nav-link:not(.active){
    display:none;
}
.text-bubble.collapse.show {
    display: block !important;
 }
 .text-bubble.collapse{
    display:block;
 }
 
 .text-bubble.collapsing{
     display:block !important;
 }

 #bubble-1 .text-bubble, #bubble-3 .text-bubble {
    left:-57%;
 }

 #bubble-2 .text-bubble{
     left: -26%;
 }

 #bubble-1 .text-bubble:after {
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -116px;
    right: -71px;
    transform: scale(.13);
}


#bubble-2.bubble-container {
    height: auto;
    max-width: 350px;
    width: fit-content;
}
#bubble-2 .text-bubble:after{
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -110px;
    left: -50px;
    transform: scale(.15);
}

#bubble-3 .text-bubble{
    top: 50px;
}

#bubble-3.bubble-container {
    height: auto;
    max-width: 250px;
    width: fit-content;
}

#bubble-3 .text-bubble:after {
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -112px;
    left: -50px;
    transform: scale(.12);
}

/*Carousel*/

.carousel .carousel-control-prev {
    height: 100%;
    z-index: 0;
    bottom: 0 !important;
    height: 80px;
    top: auto;
}

div#carouselChart {
    height: auto;
    top: 9%;
}

.carousel .carousel-control-next {
    height: 100%;
    z-index: 0;
    top: auto;
    height: 80px;
    bottom: 64px;
    right: 2%;
    position: absolute;
}

button.carousel-control-next {
    text-align: center;
    width: 205px;
    height: 73px;
    word-break: break-word;
    background-image: url(../img/next-buttton.png);
    background-size: 100%;
    background-position: bottom;
    color: #fff;
    background-color: none;
    background-repeat: no-repeat;
    opacity: 1;
    /* bottom: 0; */
    top: auto;
    /* position: absolute; */
}

button.carousel-control-prev {
    text-align: center;
    width: 120px;
    height: 73px;
    word-break: break-word;
    background-image: url(../img/previous-button.png);
    background-size: 100%;
    background-position: bottom;
    color: #fff;
    background-color: none;
    background-repeat: no-repeat;
    opacity: 1;
    top: auto;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 1;
}


.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none;
}


.accordion-flush .accordion-item {
    background: none;
    border: none;
}

button.accordion-button.justify-content-center {
    text-align: center;
    word-break: break-word;
    height: 100%;
}

button.accordion-button.justify-content-center {
    width: 200px;
    word-break: break-word;
    text-align: center;
}

.ChartTitle {
    color: #fff;
    text-align: center;
    top: 0;
    right: 0;
    position: relative;
    left: 0;
    font-size: 26px;
    font-family: "Avenir Black";
    /* margin: 0 auto; */
}


/*Panel background*/

.intro-background {
    background-image: url(../img/intro-background-full.webp);
    width: 100%;
    background-size: cover;
    background-position: bottom;
    /* background-position-x: 45%; */
    position: relative;
    height: calc(1050px + 130px);
}

.intro-background .content{
    height:calc(100% - 110px);
    min-height: auto;
}

.tile-background1 {
    background-image: url(../img/tile-background-1-full.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    /* background-position-x: 57%; */
    position: relative;
    height: calc(1050px + 130px);
}

.tile-background2 {
    background-image: url(../img/tile-background-2-full.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 1050px;
    /* background-position-x: 55%; */
}

.intro-bottom {
    background-image: url(../img/ground-bottom-1-full.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    max-height: 241px;
    position: absolute;
    height: 241px;
    z-index: 1000;
    bottom: 0;
    background-repeat: no-repeat;
}

.tile-bottom {
    background-image: url(../img/purple-ground-2-full.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    /* background-position-x: 57%; */
    max-height: 137px;
    position: absolute;
    height: calc(100vh - 9vh);
    z-index: 1000;
    bottom: 0px;
    background-repeat: no-repeat;
    margin: 0 auto;
    max-width: 100%;
}

.bottom-container1{
height:650px;
position:absolute;
bottom:0;
width:100%;

}

.bottom-container2{
height:calc(1180px - 500px);
position:absolute;
bottom:0;
width:100%;
}
  
.container-fluid {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.content-wrap {
    position: relative;
    height: 100%;
    min-height: 100px;
    padding: 0 0 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.console-menu {
    min-width: 100%;
    height: 100%;
}


.lowerNavContainer {
    width: 100%;
    position: relative;
    font-family: 'Belong Sans Bold';
    z-index: 999;
}

.inputPanel {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: calc(100vh - 80px);
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.btn {
    width: auto;
    background-color: #EF7E35;
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    border: none;
}

.btn:active:focus {
    box-shadow: none;
    background-color: #7e4515;
    color: #fff;
}

.btn:active {
    border: none;
    background-color: #7e4515;
    color: #fff;
}

.btn:hover {
    background-color: #7e4515;
    color: #fff;
    border: none;
    box-shadow: none;
}



.inputBody {
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.info-pop {
    display: none;
}



.info-pop,
.info-pop:hover,
.info-pop:active {
    width: 60px;
    height: 50px;
    border-radius: 11px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    z-index: auto;
    margin: 0;
    top: 25%;
    left: 0%;
    display: none;
    background-image: url(../img/info-icon.png);
    background-size: 5px;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile {
    display: none;
}

.text-bubble .microToolButton, button.btn.btn-lg.microToolButton {
    width: 250px;
    font-family: 'Belong Sans Bold';
    font-size: 18px;
}

.resultsBtn.microToolDownloadButton{
    z-index: -1;
    position: absolute;
}
/*Scene 1*/

.intro-background .bubble-container{
    right: calc(50% - 328px + 20px);
    top:15%;
    position:absolute;
}

#Scene1 .bot {
    bottom: 17%;
    right: 0;
    position: absolute;
}

#Scene1 .text-bubble {
    position: relative;
}

.intro-background .text-bubble:after {
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -116px;
    right: -71px;
    transform: scale(.13);
}

/*Scene 2*/


.row-input {
    margin-bottom: 2px;
    padding: 2%;
    border-radius: 11px;
    height: 36.5%;
}

.top-screen .form-control {
    height: 50px;
    text-align: center;
    font-size: 24px;
    width: 300px;
    margin: 0 auto;
}

.textinput-label {
    margin-bottom: 10px;
    line-height: normal;
}

.bottom-screen .microToolInput {
    height: 40px;
    text-align: center;
    font-size: 24px;
    width: 100%;
}

.top-screen {
    position: relative;
    z-index: auto;
    background-image: url(../img/Screen-1.webp);
    background-size: cover;
    width: 100%;
    height: 405px;
    max-height: 410px;
    background-position: center;
}

.top-screen .row-input-text {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.bottom-screen .row-input-text {
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 24px;
    justify-content: space-between;
    padding: 10px;
    line-height: normal;
    border-bottom: solid 1px;
    padding: 10px 0px;
}

.bottom-screen .row-input-text:last-child {
    border: none;
}

.row-input label {
    font-family: 'Avenir Black';
    color: #1B345C;
    font-size: 14px;
}

.text-bubble .collapse {
    display: block;
    z-index: auto;
}

.bubble-header {
    display: none;
}

.tile-background1 .content,
.tile-background2 .content {
    display: flex;
    align-items: center;
}

.tile-background1 .bubble-container {
    position: absolute;
    right: calc(50% - 441px + 20px);
    bottom: 38%;
    height: auto;
    max-width: 350px;
    width: fit-content;
    top: auto;
}


.tile-background1 .bot-container {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 420px;
    height: 581px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


.tile-background1 .screen-container {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    max-width: 830px;
    z-index: 999;
}

.top-screen .screen-content {
    border-radius: 23px;
    padding: 8px;
    position: absolute;
    left: 0;
    top: 10%;
    max-width: 700px;
    z-index: 1001;
    width: 100%;
    right: 0;
    margin: 0 auto;
}

.bottom-screen .screen-content {
    border-radius: 23px;
    position: absolute;
    left: 0%;
    max-width: 800px;
    z-index: -1;
    width: 100%;
    margin: 0 auto;
    right: 0;
}

.row-input-container {
    width: 100%;
}

.tile-background1 .bot {
    position: absolute;
    right: 24%;
    top: 28%;
}


.tile-background1 .text-bubble:after {
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -110px;
    left: -50px;
    transform: scale(.15);
}

.tile-background1 .text-bubble.collapse.show {
    display: block !important;
 }
 .text-bubble.collapse{
    display:block;
 }
 
 .tile-background1 .text-bubble.collapsing{
     display:block !important;
 }


/*Scene 3*/

.tile-background2 .screen-content {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 100%;
    margin: 0 auto;
    max-width: 654px;
    height: 620px;
    left: 0;
    right: 0;
}

.tile-background2 .screen-container {
    position: relative;
    height: 740px;
    max-width: 769px;
    width: 100%;
    background-image: url('../img/result-screen.webp');
    background-size: cover;
}

.Chart {
    width: 100%;
    margin-bottom: 10px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.chartTitle {
    background-color: #fff;
    border-radius: 12px 12px 0px 0px;
    font-family: 'Avenir Black';
    margin-bottom: 5px;
    padding: 5px;
}

.chartTitle span {
    margin-left: 34px;
}


.modal-title {
    color: #3362AB;
    font-family: 'Avenir Black';
}

.tile-background2 .screen {
    height: 700px;
    width: auto;
}

.tile-background2 .text-bubble:after {
    content: url(../img/text-bubble-right.png);
    position: absolute;
    bottom: -112px;
    left: -50px;
    transform: scale(.12);
}

.tile-background2 .bot-container {
    width: 30%;
    float: right;
    position: relative;
}
.tile-background2 .bubble-container {
    position: absolute;
    right: calc(50% - 398px + 20px);
    top: 37%;
    height: auto;
    max-width: 250px;
    width: fit-content;
}





@media (max-width: 1440px) {
   
    .bot-container img.bot .desktop {
        right: calc(50% - 580px + 20px);
        position: relative;
    }

    .intro-background,
    .tile-background1,
    .tile-background2 {
        background-position: center;
    }

    .intro-background {
        /* background-position-x: 59%; */
    }

    .intro-bottom,
    .tile-bottom {
        background-position: center;
        background-position-x: 50%;
    }


}

@media (max-width: 900px) {
    .bot-container img .desktop.bot {
        right: calc(50% - 480px + 20px);
    }

    .mobile {
        display: none;
    }
    .bubble-header {
        display: flex;
        justify-content: end;
    }

    a.btn.info-pop {
        display: none;
    }

    .info-pop {
        display: block;
    }
    .info-pop:after{
        content: url(../img/text-bubble-right.png);
        position: absolute;
        bottom: -108px;
        right: -98px;
        transform: scale(0.07);
    }

    .text-bubble .collapse:not(.show) {
        display: none;
    }
    .text-bubble.collapse{
        display:none;
    }
    .text-bubble.collapsed{
        display:none;
    }

    a.btn.info-pop.collapsed {
        display: block !important;
    }

    .bubble-container .info-pop{
        top: 86px;
        right: 93px;
        position: absolute;
        left: auto;
        bottom: 0;
    }
    
   /*Scene 2*/
   .tile-background1 .bubble-container {
    position: absolute;
    right: 18%;
    top: auto;
    height: auto;
    z-index: 999;
    max-width: 350px;
    width: fit-content;
    bottom: 39%;
}

   /*Scene 3*/

    .tile-background2 .screen {
        left: -52px;
        width: auto;
    }

    .tile-background2 .screen-text {
        padding-left: 6%;
        padding-right: 1%;
        top: 22%;
        width: 99%;
        left: 0;
    }

    .tile-background2 .bot-container {
        width: 500px;
        float: right;
        min-height: 350px;
        position: relative;
        display: flex;
    }


    .row-input-heading {
        font-size: 16px;
    }

}

@media(max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .bot-container {
        right: 0;
        height: 400px;
    }

    #bubble-1 .text-bubble{
        left: -4%;
        /* bottom: 100px; */
        top: -92px;
        bototm: auto;
    }
    
    .bot-container img.bot.mobile {
        right: -85px;
        bottom: 0;
        top: auto;
        position: absolute;
        rotate: -21deg;
    }

    .text-bubble {
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
    }

    .bubble-header {
        display: flex;
        justify-content: end;
    }

    .bot {
        height: 250px;
    }

    .content {
        padding: 0;
        display: block;
    }

    /*Scene 1*/

    .intro-background{
        background-position: 55%;
    }

    .intro-background .bubble-container{
    left:0;
        right:0;
        margin:0 auto;
    top:15%;
    position:absolute;
}


    #Scene1 .text-bubble {
        left: 0;
        top: 9%;
        max-width: 350px;
        right: 0;
        margin: 0 auto;
        bottom: 0;
        position: absolute;
    }

    #Scene1 .text-bubble:after {
        content: url(../img/text-bubble-left.png);
        position: absolute;
        bottom: -116px;
        right: -71px;
        transform: scale(.13);
    }

    /*Scene 2*/
    .tile-background1 .bubble-container{
        position: absolute;
        right: 18%;
        top: auto;
        height: auto;
        z-index: 1000;
        max-width: 350px;
        width: fit-content;
        bottom: 51%;
}

    .tile-background1 .bot-container {
        position: relative;
        bottom: 0;
        right: 0;
        max-width: 375px;
        height: 581px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .tile-background1 .text-bubble:after {
        content: url(../img/text-bubble-right.png);
        position: absolute;
        bottom: -110px;
        left: -50px;
        transform: scale(.15);
    }

    .top-screen {
        height: 350px;
    }

    .top-screen .form-control {
        height: 40px;
        font-size: 18px;
    }

    .top-screen .row-input-text,
    .bottom-screen .row-input-text {
        font-size: 16px;
    }

    .bottom-screen .microToolInput{
        font-size:16px;
    }

    #accordionFlushExample1.accordion-button .justify-content-center .collapsed {
        display: block;
    }

    #accordionFlushExample1 .accordion-header {
        display: block;
        margin: 0 auto;
    }

    #accordionFlushExample.accordion.accordion-flush {
        display: none;
    }

    .accordion-flush .accordion-item {
        display: block;
        margin: 0;
    }

    button.accordion-button.justify-content-center.collapsed {
        width: 100%;
        height: 72px;
        background-color: #79677f;
        background-image: none;
        margin: 0 auto;
        border: 5px solid #604d70;
    }

    button.accordion-button.justify-content-center {
        width: 100%;
        height: 72px;
        background-color: #3e1b40;
        background-image: none;
        margin: 0 auto;
        border: 5px solid #604d70;
    }

    /*Scene 3*/
    .tile-background2 .content{
        display: flex;
    }
    
    .tile-background2 .screen-container {
        background-position: center;
        height: 564px;
        max-width: 586px;
        margin: 0 auto;
    }

    .tile-background2 .bubble-container {
        position: absolute;
        right: 30%;
        top: auto;
        height: auto;
        max-width: 250px;
        width: fit-content;
    }
    .ChartTitle {
        top: -6px;
        font-size: 23px;
    }

.tile-background2 .screen-content {
    height: 500px;
    max-width: 547px;
}
    .tile-background2 .screen {
        z-index: -1;
    }

    .tile-background2 .screen-text {
        padding-left: 0;
        padding-right: 2%;
        top: 15%;
        width: 99%;
        left: 5%;
        height: auto;
    }

    .tile-background2 .bot-container {
        max-width: 100%;
        float: right;
        min-height: 268px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tile-background2 .mobile {
        width: 100%;
        position: relative;
        z-index: -1;
        top: 0;
        float: right;
    }

    .tile-background2 .bubble-content {
        margin-bottom: 15px
    }

    .tile-background2 .info-pop {
        right: 200px;
        left: auto;
        top: 0;
        z-index: -1;
    }

    .tile-background2 .bot {
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .tile-background2 .info-pop:after {
        content: url(../img/text-bubble-right.png);
        position: absolute;
        bottom: -108px;
        right: -98px;
        transform: scale(0.07);
    }

    div#carouselChart{
        top:1%;
    }

    .row-input-container {
        min-height: auto;
    }

    .row-input-heading {
        font-size: 16px;
    }


    .tile-bottom {
        max-height: 137px;
        background-position-x: 57%;
    }
    .tile-background1 {
        /* min-height: 1080px; */
        background-position-x: 57%;
        /* height: 800px; */
    }

    .tile-background2 {
        /* height: 100vh; */
        /* max-height: 800px; */
        /* min-height: 1400px; */
        background-position-x: 57%;
    }

    .accordion-collapse {
        background-position: center;
    }

    button.carousel-control-next {
        width: 150px !important;
    }
    button.carousel-control-prev{
        width:90px !important;
    }

    #bubble-3.bubble-container {
    height: auto;
    max-width: 250px;
    width: fit-content;
    position: absolute;
    bottom: 0;
    left: -100%;
}
    #bubble-3 .text-bubble{
        left:-144%;
        bottom:100px;
        top: auto;
    }

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

    .top-screen {
        height: 293px;
    }

    .top-screen .screen-content {
        top: 6%;
    }
    
     button.accordion-button.justify-content-center {
        width: 100%;
        height: 55px;
        background-color: #3e1b40;
        background-image: none;
        margin: 0 auto;
        border: 5px solid #604d70;
    }
    button.accordion-button.justify-content-center.collapsed {
        width: 100%;
        height: 55px;
        background-color: #79677f;
        background-image: none;
        margin: 0 auto;
        border: 5px solid #604d70;
    }
}
@media(max-width: 500px) {


    .text-bubble .collapse:not(.show) {
        display: none;
    }

    a.btn.info-pop {
        display: none;
    }


    .bottom-screen .microToolInput {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }

     .accordion-body {
        padding: 20px 0px;
    }

}

@media(max-width: 425px) {

    /*Scene 1*/

    #bubble-1 .text-bubble{
        left:0;
        right:0;
        margin:0 auto;
    }
    .intro-background {
        height: 100vh;
    }

    .ChartTitle {
        top: 0%;
        font-size:20px;
    }

    div#carouselChart {
        top: 0%;
    }
    .top-screen {
        height: 293px;
    }

    .top-screen .screen-content {
        top: 6%;
    }

    .intro-background {
        background-position-x: 59% !important;
        background-position: center;
    }

    .intro-bottom {
        background-position-x: 60% !important;
        background-position: center;
    }

    .tile-background1 {
        background-position-x: 59% !important;
        background-position: center;
    }

    .tile-bottom {
        background-position-x: 59% !important;
        background-position: center;
        max-height: 140px;
    }



    /*Scene 2*/
    .accordion-body {
        padding: 20px 0px;
    }
    .top-screen .row-input-text {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .tile-background2 {
        background-position-x: 59% !important;
        background-position: center;
    }

    .bottom-screen .row-input-text {
        margin: 0px;
    }

    button.accordion-button.justify-content-center.collapsed,
    button.accordion-button.justify-content-center {
        height: 55px;
    }
    .tile-background1 .bubble-container{
        position: absolute;
        right: -17%;
        top: auto;
        height: auto;
        max-width: 350px;
        width: fit-content;
        bottom: 51%;
        left: 0;
        margin: 0 auto;
}
}

@media(max-height:900px) {
    
}

@media(max-height: 700px) {

    .bot-container {
        bottom: 0;
    }

    .intro-background {
        min-height: 1000px;
        height: 100%;
    }

    .intro-bottom {
        max-height: calc(1000px - 754px);
    }

}


