body {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
@media screen and(max-width:1024px) {
    .nav-item {
    font-size: 10pt;
	}
}
@media screen and(max-width:992px) {
    .nav-item {
    font-size: 10pt;
	}
}
@media screen and(max-width:768px) {
    .nav-item {
    font-size: 7pt;
	}
}
@media screen and(max-width:767px) {
    .nav-item {
    font-size: 12pt;
	}
}

/* ------ NAV STUFF ------ */  
.nav-scroll {
	overflow-y: scroll; max-height:80vh
   }
   
.nav-item-pad {
	padding: 8px;
}
.dropdown-item {
	font-size: 12pt !important;
	color: gold;
	padding: 8px !important;
}
.dropdown-item:hover {
	color: coral;
	background-color: transparent;
}
@media (max-width: 990px){
  .navbar.fixed-top {
    overflow-y: scroll;
    max-height: 100vh;
  }   
}

.dropdown-menu {
	background-color: #bf2921;
	padding: 10px;
  }


@media only screen and (max-width: 990px){
.dropdown-menu {
	background-color: transparent;
	padding: 10px;
  }
}



	
/* ------ NAVBAR BKG TRANSITION ------ */
.navbar { 
	background: rgb(111,8,4);
	background: linear-gradient(180deg, rgba(111,8,4,1) 0%, rgba(191,41,33,1) 100%);
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	color: gold; 
	border-bottom: 4px solid gold;
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear; 
}

.scrolled { 
	background: rgb(111,8,4);
	background: linear-gradient(180deg, rgba(111,8,4,1) 0%, rgba(191,41,33,1) 100%);
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	color: white; 
	border-bottom: 4px solid gold;
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear; 
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

/* ------ SHRINK NAVBAR ------ */
nav a {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  /*padding-right: 50px !important;*/
  font-size: 14px;
  transition: all 0.3s;
}

nav a:hover {
  color: gold !important;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* -- font awesome -- */
nav .faIcon {
  font-size: 32px;
  transition: all 0.3s;
  color: coral;
}
nav .faIcon:hover {
  color: gold;
  transform: scale(1.2);
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
  transition: all 0.3s;
}

/* -- image -- */
.navbar-brand {
  width: 250px;
  transition: all 0.3s;
}




/* -- shrunk -- */

nav.navbar.shrink {
  min-height: 25px;
  transition: all 0.3s;
}

nav.shrink a {
  font-size: 12px;
  transition: all 0.3s;
}

nav.shrink .faIcon {
	font-size: 20px;
	color: gold;
	transition: all 0.3s;
}







/* -- outer glow on icons -- */
nav.shrink .faIcon:hover {
	font-size: 26px;
	margin-right:10px;
	color: yellow;
  	animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* -- shrunk image --*/
nav.shrink .navbar-brand {
  width: 200px;
  transition: all 0.3s;
  display: block;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
  transition: all 0.3s;
}

/* ------ ANIMATED NAVBAR TOGGLER ------- */
.animated-icon1 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #fff
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.nav-link {
    color: gold !important;
}

.NavBkg {
    background-color: #fff;
    border-bottom: 2px solid #00cba9;
    border-top: 6px solid #00cba9;
}
.hamburger {
    color: #080;
    font-size: 18pt;
}
.NPH1, H1, H2, H3, H4 {
    display: inline;
}
a.menu:active, a.menu:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
.GamesBorder {
    border: 2px solid red;
    border-radius: 10px;
}
a.menu:hover {
    color: #c00;
}
a.menu:active {
    color: #600;
}
a.submenu:hover {
    color: red;
    font-family: verdana, arial, helvetica;
    font-size: 10pt;
    text-decoration: none;
}

.container-maxWidth {
	 max-width: 1600px;
}

.form_submit {
    font: 400 12px Arial, Helvetica, sans-serif normal;
    width: 100px;
    color: #c00;
}
.BreakingNews {
    font-family: arial #000, helvetica;
    font-size: 14pt;
    color: #fff;
    text-decoration: none;
}
.BtnText {
    font-family: "Luckiest Guy";
    font-size: 1.2rem;
    color: #fff;
    padding-top: 16px!important;
}
.btn-yellow {
    background-color: #f9d94c;
    border-color: #f9d94c;
    color: black;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  color: #c9c9c9;
  cursor: pointer;
}
.field-icon2 {
  float: right;
  margin-left: -25px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  color: gray;
}

.container-pw{
  padding-top:50px;
  margin: auto;
}
.circleRed {
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #900;
}
.doubleBorderGreen {
    background-color: #090;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #900;
}
.CraftKidRed {
    font-family: "Luckiest Guy";
    font-size: 28px;
    color: #c00;
}

.CraftKidGreen {
    font-family: "Luckiest Guy";
    font-size: 20px;
    color: green;
}
.CraftText {
    font-family: arial;
    font-size: 18px;
}
.fifteengreen, .twentygreen, .twentyred {
    font-weight: 700;
}
.shortheadline {
    color: #c00;
    font-family: impact, arial, Helvetica;
    font-size: 20pt;
    text-decoration: none;
}
.newscopy, .newscopy_AlignLeft {
    color: #666;
    font-family: arial, Helvetica;
}
.newscopy {
    font-size: 16pt;
}
.newscopy_AlignLeft {
    font-size: 13pt;
    text-align: left;
}
.caption {
    font-family: arial, Helvetica;
}
.caption {
    color: #999;
    font-size: 10pt;
    width: 200px;
}

/* --- NEW TODAY overlay for homepage images --- */
.top-left-new-today {
  position: absolute;
  top: 6px;
  left: 22px;
  font-family: arial, helvetica;
  color: white;
  font-weight: 700;
  font-size: 10pt;
  background-color: red;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
}
/* -- sets container width of Top Stories List --*/
.homepage-top-stories-container {
  max-width: 287px;
}

.diploma {
    color: #040;
    font-family: times new roman, arial, Helvetica;
    font-size: 13pt;
}
.fifteengreen, .tenblack, .tengray, .tengreen, .tenred, .twentygreen, .twentyred {
    font-family: arial, Helvetica;
}
.tenblack, .tengray, .tengreen, .tenred {
    font-size: 8pt;
}
.tenblack {
    color: #000;
    font-style: italic;
}
.tengreen {
    color: #070;
}
.tenred {
    color: red;
}
.tengray {
    color: #555;
    font-style: italic;
}
.twelveblack, .twelveblue, .twelvegray, .twelvegreen {
    font-size: 10pt;
    font-family: arial, Helvetica;
}
.twelvegreen {
    color: #040;
}
.twelveblue {
    color: #00f;
}
.twelveblack {
    color: #000;
}
.twelvegray {
    color: #999;
}
.fifteengreen {
    color: #090;
    font-size: 13pt;
}
.twentyred {
    color: red;
    font-size: 20pt;
}
.twentygreen {
    color: #090;
    font-size: 18pt;
}
.PublishDate {
    margin-top: -10px;
    font-style: italic;
    font-size: 10pt;
    color: #555;
}
a.menu:link, a.menu:visited {
    color: #060;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}
a.shortmenu:active, a.shortmenu:hover, a.shortmenu:link, a.shortmenu:visited {
    font-family: Luckiest Guy, Arial narrow, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: 700;
}
a.shortmenu:link, a.shortmenu:visited {
    color: #c00;
    text-decoration: none;
}
a.shortmenu:active, a.shortmenu:hover {
    color: #090;
    text-decoration: none;
}
a.sideNavMenu:active, a.sideNavMenu:hover, a.sideNavMenu:link, a.sideNavMenu:visited {
    font-size: 11pt;
    text-decoration: none;
    font-family: Arial narrow, Helvetica, sans-serif;
}
a.sideNavMenu:link, a.sideNavMenu:visited {
    color: #c00;
}
a.sideNavMenu:active, a.sideNavMenu:hover {
    color: #090;
}
a.submenu:active, a.submenu:link {
    color: #008;
    font-family: verdana, arial, helvetica;
    font-size: 10pt;
    text-decoration: none;
}
a.shortheadline {
    color: #c00;
    font-family: impact, arial, Helvetica;
    font-size: 20pt;
    text-decoration: none;
}
H1 {
    color: red;
    font-family: "Luckiest Guy";
    font-size: 2.2em;
}
H2, H3 {
    font-family: arial, Helvetica;
}
H2, H3, H4 {
    font-weight: 700;
}
H2 {
    color: #060;
    text-align: center;
    text-decoration: none;
    font-size: 1.5em;
}

.storyRoom-title {
    font-family: Luckiest Guy, Arial narrow, Helvetica, sans-serif;
    font-size: 20pt;
    color: red;
    font-weight: 700;
}
a.storyRoom-title:hover {
    font-family: Luckiest Guy, Arial narrow, Helvetica, sans-serif;
    font-size: 20pt;
    color: #911d16;
    text-decoration: none;
    font-weight: 700;
}


.SectionHdr {
    font-family: Luckiest Guy;
    color: #090;
    font-size: 24pt;
    margin-top: 10px;
    text-align: center;
}
H3 {
    color: #555;
    font-size: 8pt;
    text-decoration: none;
}
.NPH1, H4 {
    color: red;
    text-decoration: none;
}
H4 {
    font-family: Arial narrow, Helvetica, sans-serif;
    font-size: 16pt;
}
.NPH1 {
    font-family: impact, arial, Helvetica;
    font-size: 50pt;
    font-weight: 400;
    margin: 0;
}
.NPH2, .NPH3 {
    font-weight: 700;
    font-family: arial, Helvetica;
}
.NPH2 {
    color: #060;
    font-size: 16pt;
    margin-left: -50px;
}
.NPH3 {
    color: #555;
    font-size: 10pt;
    text-align: right;
}

.Bio-reindeer {
	font-family: Luckiest Guy, Arial narrow, Helvetica, sans-serif;
    font-size: 18pt;
    color: #c00;
    font-weight: 700;
}
.HdrRecipeCraft, .HdrSubPage {
    font-family: Luckiest Guy, Arial narrow, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
}
@media screen and(min-width:601px) {
    .HdrRecipeCraft, .HdrSubPage {
    font-size: 34pt;
	}
}
@media screen and(max-width:600px) {
    .HdrSubPage.HdrRecipeCraft {
    font-size: 16pt;
	}
}
.HdrRecipeCraft {
    color: red;
}
.RecipeCraft_Procedure {
    color: #080;
    font-family: Arial;
    font-size: 12pt;
    text-decoration: underline;
}
.Craft_Procedure {
    color: #080;
    font-family: Arial;
    font-weight: 700;
    font-size: 16pt;
}
.button, .button span {
    display: inline-block;
    cursor: pointer;
}
div.inline {
    float: left;
}
.clearBoth {
    clear: both;
}
.close, div.StoryImage {
    float: right;
}
div.StoryBodyImage {
    margin-left: -20px;
}
div.StoryHeadline_Spacer {
    margin-top: 20px;
    margin-bottom: 8px;
    color: red;
}
.StoryImage_Border {
    border: 2px solid #000;
}
.button {
    background-color: #f4511e;
    border: 2px solid #4caf50;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    width: 150px;
    transition: all.5s;
    margin: 5px;
    border-radius: 12px;
}
.button span {
    position: relative;
    transition: .5s;
}
.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: .5s;
}

.btn-gradient {
	background: rgb(194,9,17);
	background: linear-gradient(180deg, rgba(194,9,17,1) 0%, rgba(81,2,2,1) 100%);
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	color: white;
}

.btn-gradient:a {
	color: white;
}
.btn-gradient:hover {
	color: yellow;
}

/* ---------- Christmas Button ---------- */
.button-Christmas {
	position: relative;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 8px 16px;
	min-width: 10em;
	text-align: center;
	color: #fff;
	background-image:
		linear-gradient(to bottom, #f12828, #a00332, #9f0f31),
		linear-gradient(to bottom, #ae0034, #6f094c);
	background-clip: padding-box, border-box;
	background-origin: padding-box, border-box;
	box-shadow:
		inset 0 1px rgb(255 255 255 / .25),
		inset 0 -1px rgb(0 0 0 / .1),
		0 2px 4px rgb(0 0 0 / .25);
	transition: .2s;
	will-change: transform;
}

.button-Christmas:hover {
	color: gold;
}

.button-Christmas:active {
	transform: scale(.92);
	filter: brightness(.8);
}

.button-Christmas-hat {
	position: absolute;
	top: -15px;
	left: -17px;
	height: 44px;
	filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25));
}

.button-Christmas-elf-hat {
	position: absolute;
	top: -31px;
	left: -35px;
	height: 54px;
	filter: drop-shadow(0 2px 1px rgb(0 0 0 / .25));
}

.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.Short_NaughtyNice_FormField, .Short_NaughtyNice_Submit {
    border-color: #4a3223;
    border-style: solid;
    font-family: Arial narrow, Helvetica, sans-serif;
}
.close {
    color: #aaa;
    font-size: 40px;
    font-weight: 700;
}
.close:focus, .close:hover {
    color: red;
    text-decoration: none;
    cursor: pointer;
}
.rowNaughtyNice {
    display: rowNaughtyNice;
}
.columnNaughtyNice {
    display: columnNaughtyNice;
    width: 187px;
    height: 250px;
    vertical-align: middle;
    text-align: center;
}
.WeatherText {
    font-size: 16pt;
    color: #070;
    font-weight: 500;
}
.RTColWidget {
    border-style: double;
    border-color: #45301b;
    border-radius: 5px;
}
.RTColWidgetPic {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 2px;
}
.DonateCircleNoBorder {
    border-radius: 50%}
.Short_NaughtyNice_FormField {
    width: 150px;
    height: 25px;
    color: #e94b27;
    background-color: #fef2cc;
    border-width: 2px;
    font-size: 12pt;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
.Short_NaughtyNice_Submit {
    width: 100px;
    height: 24px;
    border-width: 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    background-color: #e94b27;
    font-size: 10pt;
}
.Hdr_row {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.date {
    font-family: arial;
    font-size: 10pt;
    font-weight: 700;
    margin-top: 1px;
    color: #333;
}
.ninegray {
    color: #444;
    font-family: arial, Helvetica;
    font-size: 7pt;
}
.roundedCornersContainer {
    border: 1px solid #d3d3d3;
    border-radius: 7px;
}
.RT_ColRtBorder {
    border-right: 1px solid #d3d3d3;
}
hr.CandyCane {
    border-top: 2px dashed red;
    width: 50%;
    text-align: center;
}
.socialFacebook {
    font-size: 20pt;
    margin: 20px;
    color: #3b5998;
}
.socialTwitter {
    font-size: 20pt;
    margin: 20px;
    color: #5bc0de;
}
.socialPinterest {
    font-size: 20pt;
    margin: 20px;
    color: #d9534f;
}
.share {
    margin: 10px;
    font-size: 20px;
    font-family: arial, Helvetica;
    color: #c5c5c5;
}
.SantaListKidName, .SantaListKidResponse {
    color: green;
    font-family: Arial narrow, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.SantaListKidName {
    font-size: 22pt;
}
.SantaListKidResponse {
    font-size: 16pt;
}

/* ======= 2025 UPDATED NNList kidName ======= */
.SantaListKidName2025, .SantaListKidResponse2025 {
    color: darkred;
    font-family: "Georgia", "Times New Roman", serif;
    font-weight: 700;
    text-decoration: none;
}
.SantaListKidName2025 {
    font-size: 32pt;
    margin-top: -50px;
}
.SantaListKidResponse2025 {
    font-size: 16pt;
}




.SantaListNaughtyOrNice {
    color: red;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: none;
}
.columnResponse {
    display: columnResponse;
    width: 400px;
    vertical-align: top;
}
.SantaListCheckAnotherName {
    color: #040;
    font-family: arial, Helvetica;
    font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
}
.columnNoCheck {
    display: table-cell;
    vertical-align: top;
    height: 450px;
}
.SantaListForm {
    font: 400 12px Arial, Helvetica, sans-serif normal;
    width: 225px;
    color: #c00;
    text-indent: 2px;
    text-transform: capitalize;
    height: 20px;
    background-color: #e7fff3;
    border-color: #070;
    border-style: solid;
    border-width: 1px;
}
.twelvered {
    font-size: 10pt;
    font-family: arial, Helvetica;
    color: red;
}
.fifteenred {
    font-size: 13pt;
    font-family: arial, Helvetica;
    color: red;
    font-weight: 700;
    text-decoration: none;
}
.Short_ShortNaughtyNiceBKG2020 {
    min-height: 300px;
    text-align: center;
    background-color: #faeac9;
    border-style: double;
    border-color: #45301b;
    border-radius: 5px;
}
#UpBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: 1px solid #911d16;
    outline: 0;
    background-color: coral;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    transition: .8s;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
#UpBtn:hover {
    background-color: red;
}
.GameMargin {
    margin: 10px;
    border: 2px solid #000;
}
rotate img {
    transition: 1s ease;
}
.rotate img:hover {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
    transition: 1s ease;
}
rotateRight img {
    transition: 1s ease;
}
.rotateRight img:hover {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    transition: 1s ease;
}
.grow img {
    transition: 1s ease;
}
.grow img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: .5s ease;
}
.NaughtyNiceBKG {
    margin-top: 10px;
    min-height: 300px;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #faeac9;
    border-style: double;
    border-color: #45301b;
}
.SantaListFormField {
    border-color: #c1874e;
    border-style: solid;
    font-family: Arial narrow, Helvetica, sans-serif;
    color: red;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.wrap {
    height: 80px;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 8;
}
.wrap:after {
    content: "";
    position: absolute;
    height: 130%;
    width: 100%;
    transform: skewY(-2deg);
    background: #f1fcfc;
    top: 50%;
    z-index: -2;
    left: 0;
    border-top: 2px solid green;
}
.lower {
    position: absolute;
    bottom: 10%;
    left: 25%}
.footerRow {
    background-color: #f1fcfc;
}
.postoffice-form-field {
    color: #e94b27;
    background-color: #fff;
    text-indent: 4px;
    border-color: #070;
    border-style: solid;
    border-width: 1px;
    font-family: Arial narrow, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 700;
    text-decoration: none;
}
.g-recaptcha>div {
    width: 100%!important;
}
.g-recaptcha iframe {
    width: 100%!important;
}
.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}
.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.FooterImage {
    margin-top: 50px;
}
.Caps {
    text-transform: capitalize;
}
.SantaLetterBKG {
    margin-top: 10px;
    padding: 70px;
    text-align: center;
    background-color: #faeac9;
    border-style: double;
    border-width: 5px;
    border-color: #45301b;
}
.santaletter {
    font-family: font-family:'Annie Use Your Telescope', cursive, arial, verdana;
    font-size: 14pt;
    font-weight: 400;
    color: #7f3300;
}
.GiftIdeasCategory {
    font-size: 18pt;
    font-family: verdana, arial, Helvetica;
    font-weight: 700;
    color: #cc0000;
}
.growimage {
    transition: all.5s ease-in-out;
}
.growimage:hover {
    transform: scale(2.2);
}
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
.marquee span {
    display: inline-block;
    padding-left: 100%;
    will-change: transform;
    animation: marquee 50s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused;
}
@keyframes marquee {
    100% {
    transform: translate(100%, 0);
    -webkit-transform: translateX(100%);
}
100% {
    transform: translate(-100%, 0);
    -webkit-transform: translateX(-100%);
}
}@media(prefers-reduced-motion:reduce) {
    .marquee {
    white-space: normal;
}
.marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    padding-left: 0;
}
}












/* --------- FOOTER STUFF --------- */
.footer-color {
    background-color: #1f3b31;
    border-top: 40px solid #911d16;
}

.Countdown {
    font-family: "Luckiest Guy";
    font-size: 30px;
    color: white;
    text-decoration: none;
}

a.FooterMenu {
  	text-decoration: none;
	color: #f3eee0;
   	font-family: roboto, arial, Helvetica;
   	font-size: 10pt;
}

a.FooterMenu:hover {
  	text-decoration: none;
	color: gold;
   	font-family: roboto, arial, Helvetica;
   	font-size: 10pt;
}

/* ----- FontAwesome Icons ----- */
 .fa-facebook, .fa-twitter, .fa-pinterest, .fa-instagram, .fa-youtube {
    font-size: 30pt;
    color: #f3eee0;
    margin-right: 20px;
}

.fa-facebook:hover, .fa-twitter:hover, .fa-pinterest:hover, .fa-instagram:hover, .fa-youtube:hover {
	color: gold !important;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


.iconTW {
    font-size: 30pt;
    color: #1da1f2;
}
.iconPT {
    font-size: 30pt;
    margin-left: 20px;
}
.iconYT {
    font-size: 30pt;
    margin-left: 20px;
}
.iconIG {
    font-size: 30pt;
    margin-left: 20px;
}

.slogan {
    font-family: "Luckiest Guy";
    font-size: 20px;
    color: #f3eee0;
}

.copyright {
    font-size: 10pt;
    font-family: roboto, arial, Helvetica;
    color: #f3eee0;
}

/* ------ printer stuff ------ */
@media print {     
	.noprint, .noprint * 
	{         
		display: none !important;     
	}
}


@page { 
	size: auto;  margin: 0mm; 
}


	
