body {
    background-color: rgb(227, 223, 219);
    font-family: "Source Sans Pro", sans-serif;
}
#page-min-height {
    min-height: 1000px;
}
.logo {
    font-family: 'Racing Sans One', cursive;
    font-size: 2.5em;
    letter-spacing: 5px;
    color: rgb(52,152,219) !important;
}
h1.racing-font {
    font-family: 'Racing Sans One', cursive;
    font-size: 2rem;
}
h2.racing-font {
    font-family: 'Racing Sans One', cursive;
    font-size: 1.5rem;
}
h2.racing-font.bigger {
    font-family: 'Racing Sans One', cursive;
    font-size: 2rem;
}
img.fluid-image {
    display: block;
    height: auto;
    width: 100%;
}
.fa-paypal,
.fa-apple-pay,
.fa-google-wallet {
    font-size: 3em;
    margin: .3em;
}
footer {
    min-height: 8rem;
}
footer .copyright {
    font-size: smaller;
}
footer .footer-links a {
    color: rgb(248, 249, 250);
    font-size: smaller;
    line-height: 1.8em;

}
.buy-button {
    font-size: 1.1em;
    width: 6em;
}
.devices {
    font-size: .75em;
}
.border-frame {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 12px;
}
.indent {
    border-left: 1px dotted #ccc;
    padding-left: 1em;
}
.my-rounded-25 {
    border-radius: 25px;
}
.my-rounded-10 {
    border-radius: 10px;
}
.my-rounded-5 {
    border-radius: 5px;
}
.my-border {
    border: 1px solid #ccc;
}
.smaller {
    font-size: smaller;
}
#store-icon-wrap {
    /*height: 25em;*/
    /*position: relative;*/
}
#store-icon-apple {
    bottom: -1.4em;
    color: rgb(52,152,219);
    font-size: larger;
    position: absolute;
    right: 0;
}
#store-icon-android {
    bottom: -1.4em;
    color: rgb(52,152,219);
    font-size: larger;
    position: absolute;
    right: 1.3rem;
}
#store-icon-web {
    bottom: -1.4em;
    color: rgb(52,152,219);
    margin-bottom: -.2em;
    position: absolute;
    right: 2.7rem;
}
#store-icon-print {
    bottom: -1.65em;
    color: rgb(52,152,219);
    position: absolute;
    right: 2.15rem;
    font-size: smaller;
}
.store-snippet {
    height: 6em;
    margin-bottom: 1em;
    position: relative;
    /*outline: 1px solid red;*/
}
ul.pagination {
    margin: 0 .3em;
    justify-content: center;
}
ul.pagination li {
    margin: 0 .3em;
}
a.plain-link {
    color: #212529;
    text-decoration: none;
}