Greater Simplicity
Today’s complexity demands greater simplicity. ~ L. Tom. Perry
.button-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.menu-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 18px;
min-width: 115px;
text-decoration: none;
border-radius: 10px;
font-weight: 600;
font-size: 14px;
color: white;
transition: all 0.25s ease;
box-shadow: 0 4px 8px rgba(0,0,0,0.18),
inset 0 -3px 5px rgba(255,255,255,0.35),
inset 0 3px 5px rgba(0,0,0,0.1);
border: none;
position: relative;
overflow: hidden;
}
.menu-button:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0,0,0,0.22);
}
.menu-button:active {
transform: translateY(1px);
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.logo {
font-size: 18px;
line-height: 1;
}
/* Brand-specific colors */
.direct-btn {
background: linear-gradient(135deg, #4e54c8, #8f94fb);
font-weight: 700;
padding: 13px 26px;
min-width: 160px;
}
.apple-btn {
background: linear-gradient(135deg, #000000, #333333);
}
.spotify-btn {
background: linear-gradient(135deg, #1DB954, #1ed760);
}
.youtube-btn, .ytm-btn {
background: linear-gradient(135deg, #FF0000, #cc0000);
}
.amazon-btn {
background: linear-gradient(135deg, #232F3E, #FF9900);
}
.audible-btn {
background: linear-gradient(135deg, #1A1A1A, #4A4A4A);
}
.donate-btn {
background: linear-gradient(135deg, #003087, #009cde);
}
.venmo-btn {
background: linear-gradient(135deg, #3D95CE, #1A7AC4);
}
.other-btn {
background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}
/* Responsive */
@media (max-width: 768px) {
.button-row {
flex-direction: column;
align-items: center;
}
.menu-button {
width: 100%;
max-width: 280px;
}
}
Today’s complexity demands greater simplicity. ~ L. Tom. Perry
The purpose of the Gospel is to make bad men good and good men better, and to change human nature. ~ David O. McKay
It has been my personal experience that when a child prays, God listens. ~ Thomas S. Monson
Seeds must be sown everywhere. Only some will bear fruit. But there would not be the fruit from the few had the many not been sown. ~ Chaim Potok
In life there are no limits, only plateaus. ~ Bruce Lee
Find your light; they can’t love you if they can’t see you. ~ Bette Midler
What heaven can be more real than to retain the spirit-world of childhood? ~ Beatrix Potter
Concentrate all your thoughts upon the work in hand. The sun’s rays do not burn until brought to a focus. ~ Alexander Graham Bell
Be sure you put your feet in the right place, then stand firm. ~ Abraham Lincoln
I personally needed a reminder, and maybe we all do, to never give up. That is the one lesson in life above all others that makes the difference, right?