
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%;
}

span#title {
    font-size: 28px;
    /* line-height: 15px; */
    font-weight: 500;
}
.img-slick-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-container {
    background: url("./static/img/wimt-bground.png") no-repeat;
    background-size: 100%;
    width: 270px;
    height: 500px;
}
/* .carousel-container{
    display: flex;
    justify-content: center;
    align-items: center;
} */

.slides{
    position: absolute;
}

.screen-img {
    position: relative;
    top: 38px;
    width: 195px;
    height:380px;
    margin-left: 34px;
}

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;
}

img#google-play-img {
    width: 200px;
    margin-top: 40px;
    margin-left: 125px;
}

#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;
    }
}

.blog-footer {
    height: 70px;
    width: 100%;
    padding: 1.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
    margin-bottom: 50px;
}
