/*Moble first */
body{
    margin:0;
    padding:0;
    background-image: url(../../Images/header/headerBannerFans.jpg);
    background-repeat: repeat-x;
}
header{
    position:sticky;
    top:0;
    background-image: url(../../Images/header/headerBannerFans.jpg);
    width:100%;
    height:180px;  
    color:white;
    
}

footer{
    text-align: center;
    clear:both;
}


nav{
    height:60px;
    text-align: left;
    padding-left: 5px;
    
    
}

#loginElement{
    
    text-align: right;
    
    
}

#loginElement input:nth-child(1){
    width:60px;
}

#loginElement input:nth-child(2){
    width:50px;
    
}

#shopCart{
    margin-top: 32px;
    float:right;
    line-height: 2;
}



header a img{    
    position:relative;    
    padding-top: 35px;
    
   
}

#headerImgWrapper{
    width:100%;
    text-align: center;
}

#shopCart a img{
    float:right;
    
    transform:rotateY(180deg);
    padding-top:0;
    margin-left:0;
    margin-right:0;
    padding-top:0;
    display:inline;
    padding-left: 5px;
    padding-right: 13px;
}

#main {    
    margin-left: auto;
    margin-right: auto;
    max-width:1080px;
    padding-left:10px;
    padding-right:10px;
}

#main h1,h2 {
    text-align: center;    
}



.co-photo{
    margin-left:auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display:block;
    float:none;
}

