body {
    position: relative;
    min-height: 100%;
    padding-top: 66px;
}

/* Index */

.parallax {
    background-image: url('../images/general/batteryrack-bw2.png');
    height: 100%;
    min-height: calc(100vh - 66px);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#battlife-sub-header {
    font-size: 60px;
    text-align: center;
    width: 100%;
    color: azure;
}

/* Index */


/* F.A.Q */

.btn-link svg {
    margin-right: 0.7rem;
}

/* Magnifying Glass */

p svg {
    margin-left: 0.7rem;
}

.high-light-app {
    color: #28a745
}

.jumbotron {
    border-radius: 6px;
}

/* Middle Card eShop Button Position */

.button-align {
    margin-bottom: 5.7rem;
}

/* FAQ */

/* Legal */

.pdf-item {
    color: #28a745;
}

.pdf a.pdf-item:hover {
    color: #28a745;
}

.specific-ital {
    font-style: italic;
}

main {
    min-height: calc(100vh - 66px - 72px);
    max-width: 100%;
}

.media-icon {
    margin-right: 0.2rem;
}


.title-img {
    transform: translate(0rem, 14rem);
}

.list-move {
    transform: translate(0rem, -10rem)
}


@media screen and (max-width: 600px) {
    p.font-change {
        font-size: 0.8rem;
    }
}

@media screen and (min-width: 768px) {
    .zoom:hover {
        transform: scale(1.1);
        transition: transform .4s;
        z-index: 1;
    }
}