body {
	/* text-align: center; */
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	margin-top: 5%;
}

#currency-select button, input[type="submit"] {
    padding: 1% 2%;
    color: #fff;
    font-size: 2em;
    opacity: 40%;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#currency-select button, input[type="submit"]:hover {
    opacity: 100%;
}

#currency-select button, input[value="AUD"] {
    background:url(/paypal/images/au-flag.png)  no-repeat;
    background-size: cover;
    cursor: pointer;
}

#currency-select button, input[value="SGD"] {
    background:url(/paypal/images/sg-flag.png)  no-repeat;
    background-size: cover;
    cursor: pointer;
}

#currency-select button, input[value="USD"] {
    background:url(/paypal/images/us-flag.png)  no-repeat;
    background-size: cover;
    cursor: pointer;
}

/* MOBILE */
@media only screen and (max-width: 1000px) {
	body {
		font-size: 3em !important;
	}
}