*{
	margin: 0;
	padding: 0;
}

.center{
	text-align: center;
}

.topSection{
    background: #3ba3fc;
    color: white;
    height: 9vh;
    
}
.topBlock{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.topHeading {
	margin: 0;
}

.middleSection{
   //height: 67vh;
   height: 91vh
}

.bottomSection{
    //height: 30vh;
}

.mobileImage{
    margin-top: 1.5vh;
    width: 90%;
    height: 65%;
}
.textImage{
	width: 70%;
}
.googlePlayImage{
    margin-top: 1.5vh;
    margin-bottom: 2.5vh;
    //width:180px;
    //height:60px;
    width: 60%;
    //height: 60px;
}
.appStoreImage{
	//width:180px;
    //height:60px;
    width: 60%;
    height: 60px;
}

@media screen and (min-width: 768px){
	#wrapper{
		display: none;
	}
}