/* — LARGE — */
@media screen and (min-width:1200px) { 

.header2020 .logo {
    height: 42px !important;
    margin-top: 19px
}

.header2020 .si {
    font-family: 'TGH_c_it', sans-serif;
    font-size: 22px;
    color: #202a37 !important;
    font-weight: 400;
    line-height: 98%;
    position: relative;
    margin-top: 19px;
    float: right;
    padding-right: 20px
}

.header2020 .hoursblock {
    margin-top: 8px
}

.header2020 .hoursblock .headerYear {
    font-size: 20px;
    padding-left: 59%;
    text-align: center;
    line-height: 18px;
}

.header2020  .hoursblock  .headerHours {
    font-size: 17px;
    padding-left: 59%;
    text-align: center
}

.header2020 .storeimagery {
    padding-bottom: 81px;
    background-image: url(../images/StoreFront_building.png);
    background-size: 150px 122px;
    background-position: 34px -8px;
    background-repeat: no-repeat;
}

.header2020 .storeimagery img {
    width: 125px;
    height: 126px;
    position: absolute;
    right: 2px;
    top: -6px;
    z-index: 200
}

}

/* —  MEDIUM — */
@media screen and (min-width: 992px) and (max-width:1200px) { 
.header2020 .logo {
    height: 42px !important;
    margin-top: 19px
}

.header2020 .si {
    font-family: 'TGH_c_it', sans-serif;
    font-size: 22px;
    color: #202a37 !important;
    font-weight: 400;
    line-height: 98%;
    position: relative;
    margin-top: 19px;
    float: right;
    padding-right: 40px
}

.header2020 .hoursblock {
    margin-top: 8px
}

.header2020 .headerYear {
    font-size: 20px;
    padding-left: 10%;
    text-align: center;
    line-height: 18px;
}

.header2020 .headerHours {
    font-size: 17px;
    padding-left: 10%;
    text-align: center
}

.header2020 .storeimagery {
    padding-bottom: 81px;
    background-image: url(../images/StoreFront_building.png);
    background-size: 150px 122px;
    background-position: 64px -8px;
    background-repeat: no-repeat;
}

.header2020 .storeimagery img {
    width: 125px;
    height: 126px;
    position: absolute;
    right: 2px;
    top: -6px;
    z-index: 200
}


}
/*  — SMALL — */
 @media screen and (min-width: 768px) and (max-width: 992px) {

/*body { background:#900; }*/
.header2020 .logo {
    height: 32px !important;
    margin:0;
    margin-top: 12px;
    padding: 0;
    }
.moblelogobar {
    padding:0;
    }
.header2020 .si {
    font-family: 'TGH_c_it', sans-serif;
    font-size: 16px;
    color: #202a37 !important;
    font-weight: 400;
    line-height: 98%;
    position: relative;
    margin-top: 12px;
    float: right;
    padding-right: 10px
}

.header2020 .hoursblock {
    margin-top: 4px
}

.header2020 .headerYear {
    font-size: 16px;
    padding-left: 10%;
    text-align: center;
    line-height: 16px;
}

.header2020 .headerHours {
    font-size: 14px;
    padding-left: 10%;
    text-align: center
}

.header2020 .storeimagery {
    padding-bottom: 58px;
    background-image: url(../images/StoreFront_building.png);
    background-size: 101px 83px;
    background-position: 0px -4px;
    background-repeat: no-repeat;
}



.header2020 .storeimagery img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 2px;
    top: -6px;
    z-index: 200
}

}

 

