/* For Secret Santa category pages (and fake category pages) and articles. */

.t h1 { color: #e82505;  }
article.single-story {
    background-color:#F8F8F8 /* off-white */;
    padding:10px;
}
/* This adds the glitter to the top. */
/* body {
    background-image: url("https://s3-assets.eastidahonews.com/wp-content/uploads/2020/10/27162240/santa-speckle-background.png") !important;
    background-repeat: repeat-x !important;
} */

.sharebar { background-color: lightgreen; color: #e42c29; margin-bottom:10px; }

.santa-year { 
	font-size:24pt; 
	margin-top: 0;
}

/* Secret Santa widget (contains #past-santa) */
#secret-santa-widget h2 {
	margin-top: 0;
}

#past-santa {
	display: flex;
	gap: 10px;
}

#past-santa a.special-button {
	background-color: lightgreen;
	color: #e42c29 !important;
}

#past-santa a.special-button:hover {
	background-color: #e42c29;
	color: lightgreen !important;
}

@media(max-width: 768px){
    #past-santa {
		flex-wrap: wrap; 
	}
}

#past-santa img { 
	height: 150px;
	visibility: hidden;
	aspect-ratio: 3/2;
}
/* End Secret Santa widget */

#santaTop {
	min-height:95px;
	margin-bottom: 20px;
	padding: 10px;	
	width: 100%;
	border: 10px solid transparent;
	border-image: url("https://s3-assets.eastidahonews.com/wp-content/uploads/2018/12/03145312/candy-cane-background.jpg") 30;
	background-color: white;
}
#santaDescription {
	margin-top: 5px;
	margin-bottom: 5px;
}
#santaLogo {
	width: 280px;
	margin-top: 15px;
	margin-right: 16px;
	margin-bottom: 2px;
	text-align:center;
}
#santaDescription {font-size:15pt;font-style:italic;color: black;}
@media(max-width: 826px){
	#santaTop{margin-bottom:40px;}
	#santaDescription{margin-top: 0;}
	img#santaLogo{margin:10px auto -15px auto; width:250px !important;float:none;}
	#logoContainer{text-align:center;margin: 0 auto;width:245px;}
}

#santa-button-container img { 
	max-width: 375px;
    min-width: 300px;
    height: auto;
}