﻿#header .logo.stnicolas {
    display: block;
    width: 147px;
    height: 40px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 20px 0;
    background: url(../images/logo-stnicolas.png) no-repeat !important;
    background-size: 100% auto;
}

#header .logo.halloween {
    display: block;
    width: 147px;
    height: 40px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 20px 0;
    background: url(../images/logo-halloween.png) no-repeat !important;
    background-size: 100% auto;
}

#header .logo.christmas {
    display: block;
    width: 147px;
    height: 40px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 20px 0;
    background: url(../images/logo-christmas.png) no-repeat !important;
    background-size: 100% auto;
}
