
body{
    background-color: #ffffff;
    padding-top:50px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 70px;
    height: 70px;
    padding-top: 0;
}

img#main-logo-img {
    width: 70px;
}

body{
    color: #051524;
}

html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

#div {
    min-height: 100%;
    background-color: gray;
    margin-bottom: -100px;
    padding-bottom: 100px;
}

div#img-container {
    width: 250px;
    position: relative;
    z-index: 1;
    margin-top: 125px;
    min-height: 530px;
    margin-left: auto;
    margin-right: auto;
}

div#img-container::after {
    content: "";
    background: url("/static/img/wimt-bground.png") no-repeat;
    background-size: 100%;
    opacity: 1;
    top: -48px;
    left: -43px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 345px;
    /* height: 796px; */
}

span#title {
    font-size: 28px;
    /* line-height: 15px; */
    font-weight: 500;
}
img.screen-img {
    width: 250px;
    height: 434px;
}

div#main-container {
    padding-top: 30px;
}

img#wimt-logo-img {
    width: 125px;
}

img#google-logo-img {
    width: 80px;
    opacity: 0.65;
}

img#google-play-icon {
    width: 175px;
}

span#title-description {
    padding-left: 24px;
    font-size: 18px;
}

span#subtitle-description {
    padding-left: 125px;
    font-size: 18px;
}

div#content-container {
    margin-top: 25px;
}

div#image-container {
    display: flex;
    justify-content: center;
}

img#google-play-img, img#app-store-img {
    width: 200px;
    margin-top: 40px;
    margin-bottom: 10px;
}

#desc-container{
     padding-left:20px;
     top:20px;
 }
.screen-text {
    margin-top: 109px;
    font-size: 25px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
}
img#google-play-img-2{
    display:none;
}

span#footer {
    font-size: 18px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -100px;
    padding-bottom: 100px;
}

.centering {
        margin-top: 10px;
        background-color: transparent;
        text-align: center;
    }
@media (max-width:992px) {
    img#google-play-img-2{
        width:250px;
        display:block;
    }

    img#google-play-img {
    display:none;
    }
    div#content-container {
    text-align  : center;
}
    div#content-container {
    margin-top: 15px;
    margin-bottom: 70px;
}

body{
    padding-top:0px;
}
#desc-container{
    padding-left:0px;  
    top:5px;
}
}

