﻿.star-rating {
    line-height: 70px;
    font-size: 2.75em;
}

    .star-rating .fa-star {
        color: #fff65b;
        -webkit-text-stroke-width: 2.75px;
        -webkit-text-stroke-color:black;
    }

.HeaderBanner {    
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../Images/Logo.jpg');
    width: 100%;
    padding-top: 17%;
    height: 100%;
}

.HeaderBannerContainer {
    position: relative;
    overflow: hidden;
    min-height: 10px;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .HeaderBanner {
        position: absolute;
        background-image: url('../Images/Logo.jpg');
        margin: auto;        
        max-width: 100%;
        padding-top: 0px;        
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('../Images/Logo.jpg');
        width: 100%;
        padding-top: 0px;
        height: 100%;
    }
 
    .HeaderBannerContainer {
        position: relative;
        overflow: hidden;
        top: 0;
        min-height: 130px;
    }
}


.Glogo{
    /*max-height:50px;*/
    /*max-width:75px;*/
    width:50px;
    max-width:100%;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .star-rating {
        line-height: 40px;
        font-size: 2.00em;
    }

        .star-rating .fa-star {
            color: #fff65b;
            -webkit-text-stroke-width: 2.75px;
            -webkit-text-stroke-color: black;
        }

}

.AmazonGiftCard {
    width: 300px;
    max-width: 80%;
    /*max-height:50px;*/
    /*max-width:75px;*/
}