body {
    color: #333;
    font-size: 16px;
}
.home-hero {
    color: white;
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
}
.home-hero h1.oversized {
    font-size: 5rem;
}
.home-hero h2.oversized {
    font-size: 3rem;
}
.home-hero h3.oversized {
    font-size: 2.5rem;
}
.home-hero h3.oversized a, .home-hero h3.oversized a:active, .home-hero h3.oversized a:link, .home-hero h3.oversized a:visited {
    color: white;
}
p {
    font-size: 1.5rem;
}
.bg-brand, .bg-brand a, .bg-brand a:hover, .bg-brand a:visited, .bg-brand a:active {
    background-color: #a0e0ff;
    color: black;
}
.bg-brand-med, .bg-brand-med a, .bg-brand-med a:hover, .bg-brand-med a:visited, .bg-brand-med a:active {
    background-color: #80c0dd;
    color: black;
}
.bg-brand-drk, .bg-brand-drk a, .bg-brand-drk a:hover, .bg-brand-drk a:visited, .bg-brand-drk a:active {
    background-color: #4090c9;
    color: white;
}
a, a:visited, a:active {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.btn a,.btn a:visited,.btn a:active,.btn a:hover {
    color: white;
}
.product-title {
    text-shadow: 5px 5px 5px rgba(0,0,0,1);
}

