#hero {
    background: url('/static_files/images/hero.jpg') no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    position: relative;
    padding-top: 160px;
}

#hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 8;
}

#heroContent {
    position: relative;
    z-index: 9;
}

#mainNav {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

#homePrompt {
    width: 100%;
    height: 140px;
    resize: none;
    border-radius: 12px;
    background: #0f1520;
    color: #a0a0a0;
    border: none;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.65);
    outline: none;
    padding: 20px;
    font-size: 18px;
    padding-right: 48px;
}

.bg-custom-dark {
    background: #0f1520;
}

#muiBody::-webkit-scrollbar,
#homePrompt::-webkit-scrollbar {
    display: none;
}

#mobileAppUi {
    width:100%;
    max-width : 340px;
    height: 620px;
    box-shadow : 4px 12px 62px rgba(125,125,125,0.4);
    border-radius : 24px;
    margin: 0 auto;
}

#muiNav {
    padding : 12px;
}

#muiTop {
    padding: 24px;
    background: #3e4953;
    border-radius: 24px 24px 0px 0px;
    color : #fff
}

#muiBody {
    height: 454px;
    font-size: 12px;
    overflow: auto;
}

#muiNav {
    border-top: 1px solid #e1e1e1
}