<style>
 @font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

    html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  font-display: swap;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    background-color: transparent;
}
b, strong {
    font-weight: bold;
}h1 {
    margin: .67em 0;
    font-size: 2em;
}figure {
    margin: 1em 40px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input {
    line-height: normal;
}textarea {
    overflow: auto;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}figure {
    margin: 0;
}

img {
    vertical-align: middle;
}.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}h1, .h1 {a
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}
a
h3, .h3 {
    font-size: 24px;
}
p {
    margin: 0 0 10px;
}ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
figure {
  background-color: #eee;
  border: 1px solid #35B5AC;
  display: table-cell;
  padding: 2px;
  text-align: center;
}
.masterLinks
{
   margin-top: 4px;
   color:#665566;
  background-color: #35B5AC;
  border: 1px solid #aaa;
    font-family: 'myNinna';
  color: #000;
  font-weight:bold;
  padding:10px;
  
    
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.overlay_0 {
  left: 0;
  top: 0;
  padding: .5rem;
  margin: 2px;
  background: #555;
  color:#aaa;
}
.overlay {
  position: relative; 
  background: rgba(200, 57, 57, 0.5);
  color:#fff;
  /* center overlay text */
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay_1 {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  font-size:10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}

.collapse {
    display: none;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-brand-christmas {
   color: #665566;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: -2px;
  width: 350px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}

.navbar-brand-christmas > img {
    display: block;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}.navbar-brand > img {
    display: block;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.rowz {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columnz {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
    margin-bottom: 12px;
 
}

.columnz img {
  margin-top: 2px;
  vertical-align: middle;
  width: 100%;
    padding: 2px;
    text-align:center; 
    
}

  * {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
    }
    .ChristmasBox
    {
           border: 1px solid black;
     padding: 1px;
    }
    
    .slick-active {
    }

    .slick-current {
    }
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1201px) {
 
  .navbar-brand-christmas {
   color: #665566;
  display: inline-block;
  font-size: 35px;  
  padding: 0;
  margin-top: -2px;
  width: 250px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}
}
@media screen and (max-width: 800px) {
  .columnz {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
  }
    .navbar-brand-christmas {
   color: #665566;
  display: inline-block;
  font-weight: 700;
  font-size: 35px;  
  padding: 0;
  margin-top: -2px;
  width: 256px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  
}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnz {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* =========================================================
   HOMEPAGE MOBILE SPACING FIXES
   NOTE: homepage.css loads BEFORE stylesan.css, so we must
   use !important to override global rules safely.
   ========================================================= */

/* 1) Reduce excessive top whitespace under the fixed nav on homepage */
@media (max-width: 767px) {
  body {
    /* stylesan.css sets 150px on mobile; reduce but keep room for nav */
    padding-top: 105px !important;
  }

  /* stylesan.css adds extra top padding to the homepage heading */
  p.headingSite {
    padding-top: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  /* Tighten spacing between the H1 line and the paragraph beneath */
  h1.smallH1 {
    margin-top: 6px !important;
    margin-bottom: 10px !important;
  }

  p.subHeadingSite {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  /* 2) Remove the big white band before the “Inspiration” section */
  #mu-chef {
    padding-top: 25px !important;  /* stylesan.css often forces 150px */
    margin-top: 0 !important;
  }
}

/* Slightly larger phones / small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* stylesan.css also uses 150px here; reduce to something reasonable */
  #mu-chef {
    padding-top: 60px !important;
  }
}


</style>
