.white-link a {color:#fff;}
.white-link a:hover {color:#ceb888;}

/* Reduce button text size on small screen */
@media only screen and (max-width: 374px) and (min-width: 320px) {
.btn-lg {font-size:15px !important;}
}
@media only screen and (max-width: 414px) and (min-width: 375px) {
.btn-lg {font-size:18px !important;}
}
@media only screen and (max-width: 1000px) and (min-width: 415px) {
.btn-lg {font-size:18px !important;}
}
