html,body.appbody{
    background: #000;
    overflow-x: hidden !important;
}


html {
    height: 100%;
    min-height: 100vh !important;
    background-size: cover;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
body.appbody {
    min-height: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}
.container{
    padding-bottom: 50px !important;
}

.flex-container {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;
    align-items:center;

}

input{
    color: #0b0b0b;
}

.flex-item {
    padding: 0px;
    margin:25px 25px 50px 25px;
    width: 100px;
    height: 100px;
    color: white;
    font-weight: bold;
    line-height: 24px;


    text-align: center;
}

.pump{
    width: 100px;
    height: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    border-radius: 20px;

}

.sb-icon{
    position:relative;
    display:block;
    margin-top: 20px;
    margin-left: 20px;
    width: 60px !important;

}
.pump:hover{
    cursor:pointer;
    transform: scale(1.1);
}
.sb-title-text{
    display:block;
    position:relative;
    font-size: 17px;
    padding-top:15px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 7px 15px;
}


.large-header {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo .large-header {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/499416/demo-bg.jpg");
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .demo .main-title {
        font-size: 3em;
    }
}

video{
    max-width: inherit !important;
}

#vid {
    position: fixed;
    right: 0;
    opacity: 0.8;
    top: 0;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: inherit !important;
    height: 100% !important;
}


#contentscrollholder{
    position: absolute;
    top: 0;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
}

/* Add some content at the bottom of the video/page */
#content {
    width: 100%;
    /*width: 100%;*/
    height: 100%;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 0;
}
.appcontent-holder{
    padding: 180px 0 0 0;
    overflow: hidden !important;

}

.appheader{
    background: rgb(0,0,0);
    position: fixed;
    padding-top: 85px;
    width: 100%;
    z-index: 999;
    background: linear-gradient(180deg, rgba(0,0,0,0.9430147058823529) 0%, rgba(0,0,0,0) 100%);
}

@media screen and (max-width: 640px){

    .flex-item {
        padding: 0px;
        margin:20px 0px 63px 0px;
        width: 110px;
        height: 40px;
        color: white;
        font-weight: bold;
        font-size: 3em;
        text-align: center;
    }


    .pump{
        width: 70px;
        height: 70px;
        border-radius: 10px;

    }

    .sb-icon{
        position:relative;
        display:block;
        margin-top: 20px;
        margin-left: 20px;
        width: 30px !important;

    }

    .sb-title-text{
        display:block;
        position:relative;
        font-size: 14px;
        padding-top:15px;
        color: rgb(255, 255, 255);
        text-shadow: rgba(0, 0, 0, 0.247059) 0px 7px 15px;
    }
}
