body {
    color: #006 !important;
    background-image: url(/images/products/!bg/accessory-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}
header {
    background: url(/images/logo/topper-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

blockquote {
    padding: 0 30px;
    font-weight: 600;
    font-family: adobe-caslon-pro, serif;
    color: #101268;
    text-transform: capitalize;

}
blockquote p {
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
    text-shadow: 2px 2px #ccc;
}
h1 {
    font-size: 3.5rem;
    color: #036;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-align: center;
}
h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bolder;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.box-no-border {
    background-color: rgb(255, 255, 255, 0.5);
}
.card {
    margin: 1rem 0;
    background-color: rgb(255, 255, 255, 0.7);
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
}
.card-body {
    padding: 0;
}
.product-title {
    font-size: 1.25rem;
    font-weight: bolder;
    display: block;
    text-align: center;
}
.btn-special,
#top-navigation {
    background: rgba(0, 0, 0, 0.6);
    color: #fff !important;
}
.btn-special:hover {
    background-color: #ccc;
    color: #000 !important;
}
#nav-div {
    background-color: #000;
}
.dropdown-menu {
    margin-top: -1px !important;
}
@media (max-width: 1107px) {
    h1 {
      font-size: 3rem;
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 2.5rem;
    }
    .card ul, .card ol {
        padding-left: 25px;
    }
    blockquote p {
        font-size: 2rem;
        line-height: 2.6rem;
    }
}
@media (max-width: 360px) {
    .card ul, .card ol {
        padding-left: 15px;
    }
}
