html,
body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
	min-width: 320px;
    height: 100%;
    margin: 0;
    background-color: #93C01F;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    -webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
    font-family: 'VT323';
    text-align: center;
	overflow: hidden;
}

.maintext {
    font-family: 'Montserrat', sans-serif;
    padding-top: 5%;
    padding-bottom: 1%;
    color: #fff;
    font-size: 24px;
}

.bottomtext {
    font-family: 'Montserrat', sans-serif;
    padding-top: 1%;
    padding-bottom: 1%;
    color: #fff;
    font-size: 14px;
}

.bottomtext a {
    font-family: 'Montserrat', sans-serif;
    padding-top: 2%;
    padding-bottom: 1%;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.storebadges img {
	width: 210px;
}

.logo img {
	min-width: 380px;
	width: 50%;
}

.storebadges {
	margin: 0 auto;
}

@media screen and (max-width: 860px) {
	.storebadges {
		max-width: 500px;
	}
}

@media screen and (max-width: 430px) {
    .storebadges img {
        width: 50%;
    }
    
    .logo img {
        padding-top: 40%;
        padding-bottom: 10px;
    }
    
    .bottomtext {
        padding-top: 80px;
    }
    
}

.logo {
    padding-top: 7%;
    text-align: center;
}