* {
    box-sizing: border-box;
  }

body{
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#wrapper{
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(5, minmax(0px, 196px) minmax(0px, 1fr));
    margin: 0px;
    padding: 0px;
}

#logo{
    grid-area: 1 / 1 / 1 / -1;
    height: 150px;
    color: white;
    text-align: center;
    padding: 3rem 0rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28pt;
    font-weight: bolder;
    text-shadow: 2px 2px 1px black;
}

nav{
    grid-area: 2 / 1 / 2 / -1;
    background-color: black;
    position: sticky;
    top: 0;
    z-index: 100;
}

nav ul{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-flow: row nowrap;
}

nav ul li{
    width: 100%;
}

nav a{
    text-decoration: none;
    text-align: center;
    padding: 1rem 0rem;
    display: block;
    color: white;
    opacity: .5;
    transition: 0.6s;
}

nav a:hover{
    opacity: 1;
    background-color: #458fd4;
    margin: 0rem;
    padding: 1rem 0rem;
}

nav a:active{
    color: white;
    opacity: 1;
    margin: 0rem;
    padding: 1rem 0rem;
}

#imglogo {
    display: flex;
    justify-content: center;
  }

#imglogo img{
    width: 10%;
    height: 10%;
    display:block;
    z-index: 5;
}

#homeheadimg{
    grid-area: 3 / 1 / 3 / -1;
    max-width: 100%;
    height: 250px;

    /*Image*/
    background-image: url(images/Header_NoLogoHalf.png);
    background-position: center;
    background-size: cover;

    /*Text*/
    /*color: white;
    text-align: center;
    padding: 6.5rem 0rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: larger;
    font-weight: bolder;
    text-shadow: 2px 2px 1px black;*/
}

main{
    grid-area: 4 / 2 / 8 / -2;
    background-color: white;
}

#salebanner{
    height: 60px;
    background-color:#458fd4;
    margin-top: 1rem;

    color: white;
    text-align: center;
    vertical-align: middle;
    padding: .25rem 0rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: larger;
    font-weight: bolder;
}

#freeshippingbanner{
    height: 50px;
    background-color:#de355c;
    margin-top: 0rem;

    color: white;
    text-align: center;
    vertical-align: middle;
    padding: .5rem 0rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: larger;
    font-weight: bolder;
}

#savebanner{
    height: 60px;
    background-color:white;
    margin-top: 0rem;

    color: #de355c;
    text-align: center;
    padding: 1rem 0rem;
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size:large;
    font-weight: bold;
}

br{
    margin: 0px;
    padding: 0px;
}

h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    font-weight: bolder;
}

p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: smaller;
    font-weight: lighter;
}

#whitebar{
    grid-area: 1 / 1 / 1 / -1;
    z-index: 1;
    height: 50px;
    position: sticky;
    top: 0;
    background-color:white;
}

.ec-cart-widget{
    grid-area: 1 / 1 / 1 / 1;
    position: sticky;
    top: 0;
    z-index: 2;
}

#my-search-46849354{
    grid-area: 1 / -4 / 1 / -1;
    margin-right: 10px;
    padding: 10px;
    position: sticky;
    top:0;
    z-index: 3;
}

#my-categories-46849354{
    grid-area: 1 / 2 / 1 / -5;
    position: sticky;
    top:0;
    z-index: 4;
}

#my-store-46849354{
    padding: 10px;
    
}

#imgholder1{
    height: 200px;
    width: 200px;
    float: left;
    margin-right: 20px;
    border: solid 2pt black;
}

#imgholder2{
    height: 200px;
    width: 200px;
    float: left;
    margin-right: 20px;
    border: solid 2pt black;
}

.infobox{
    width: auto;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border: solid 2pt black;
}

.infobox h2, p{
    margin-right: 20px;
}

.breakfloat{
    float: none;
}

footer{
    grid-area: 8 / 1 / 8 / -1;
    height: 50px;
    text-align: center;
    margin: 0px;
    background-color: #458fd4;
    bottom: 0;
    position: sticky;
    color: white;
}

.smicon{
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 1rem 0rem;
    float: right;
    background-color: black;
}

footer p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: smaller;
    font-weight: lighter;
}

#footerbox{
    width: 100%;
    margin: 0px;
}

@media only screen and (max-width: 1100px){
    #homeheadimg{
        width:1100px;
        height: 175px;
    }
}

@media only screen and (max-width: 900px){
    #imglogo img{
        width: 20%;
        height: 20%;
    }

    #homeheadimg{
        width: 900px;
        height: 100px;
    }

    #freeshippingbanner{
        font-size: medium;
    }

    #salebanner{
        font-size: medium;
        height: 50px;
    }
}

@media only screen and (max-width: 600px){
    #imglogo img{
        width: 0%;
        height: 0%;
    }

    #homeheadimg{
        width: 600px;
        height: 150px;
        background-image: url(images/RBLogoMobilewImg.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #freeshippingbanner{
        margin-top: 0rem;
        font-size: small;
        height: 30px;
    }

    #salebanner{
        margin-top: .5rem;
        font-size: small;
        height: 40px;
    }

    #savebanner{
        font-size: xx-small;
    }
}