<style type="text/css">

/********************************************************************************
Title: The Dead Midget Society
Author:  Area 52 Web Design
Copyright: © 2026 Dead Midget Society.
********************************************************************************/

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

* {
  box-sizing: border-box;
}

html {
  font-size: clamp(15px, 1.08vw, 18px);
}

body {
  background: #464646;
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  margin: 0px;
  padding: 0px;
}

a:link {
    color: #0033ff;
}

a:visited {
    color: #dd00ff;
}

a:hover {
    color: #fe0011;
}

a:active {
    color: hotpink;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  margin: auto;
  border: 0px;
  padding: 0px;
  max-width: 1300px;
  background: #000000;
}

header {
  border: 0px;
}

#header {
  display: flex;
  justify-content: space-between;
  margin: 0% 0.25% 0.5% 0.25%;
  border: 0px;
  padding: 0% 0% 0% 0%;
  max-width: 1300px;
  background: transparent;
}

#header-logo {
  max-width: 133px;
  border: 0px;
  padding: 0%;
}

#header-ad {
  max-width: 728px;
  border: 0px;
  padding: 0%;
}

#sticky-menu {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 100;
  margin: 0% 0% 0.5% 0%;
  border: 0px;
  padding: 0px;
  max-width: 1300px;
  background: #000000;
}

#ticker-logo {
  float: left;
  top: 0;
  z-index:  100;
  margin: 1% 0 1% 0%;
  border: 0px;
  padding: 0px;
  width: 15%;
  min-width: 60px;
  height: 100%;
  background: transparent;
}

#ticker {
  float: left;
  top: 0;
  z-index: 99;
  margin: 1% 0% 1% 0%;
  width: 80%;
  max-width: 3200px;
  border: 0px;
  background: transparent;
  padding: 0px;
}


/* Infinite Scroll Ticker */

.stock-ticker {
  font-size: 15px;
  padding-block: 0px;
  border: 0px;
  overflow: hidden;
  user-select: text;

  --gap: 125px;
  display: flex;
  gap: var(--gap);
}

.stock-ticker ul {
  list-style: none;
  flex-shrink: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);

  animation: scroll 125s linear infinite;
}

.stock-ticker:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.stock-ticker ul:first-child {
  /* background-color: yellow; */
}

.stock-ticker ul:last-child {
  /* background-color: pink; */
}

.stock-ticker .company,
.stock-ticker .price {
  font-weight: bold;
}

.stock-ticker .price {
  margin-inline: 4px;
}

.stock-ticker .plus::before {
  content: "🡅";
}

.stock-ticker .minus::before {
  content: "🡇";
}

.stock-ticker .plus .change,
.stock-ticker .plus::before {
  color: #089981;
}

.stock-ticker .minus .change,
.stock-ticker .minus::before {
  color: #f23645;
}

/* END - Infinite Scroll Ticker */


#menu-big {
  max-width: 819px;
  font-size: 100%;
}

@media only screen and (max-width: 819px) {
#menu-big {
  display: none;
  max-width: 819px;
  font-size: 100%;
}
}

@media only screen and (min-width: 820px) {
#mobile-menu {
  display: none;
  max-width: 819px;
  font-size: 100%;
}
}

.search {
  float: left;
  margin: 0% 0% 0.5% 0%;
  width: 100%;
  border: 0px;
  background: transparent;
  padding: 0px;
}

@media only screen and (min-width: 275px) {
  #phone-title {
    display: none;
    float: left;
  }
}

#tablets {
  display: block;
  margin: 0.5% 1% 1.5% 1%;
  margin-inline: auto;
  float: center;
  justify-content: space-around;
  max-width: 375px;
  height: auto;  
  border: 0px;
  background: transparent;
  padding: 0px;
}

@media only screen and (min-width: 1151px) {
#tablets {
  display: none;
  margin: 0.5% 1% 1.5% 1%;
  float: center;
  justify-content: space-around;
  max-width: 375px;
  height: auto;  
  border: 0px;
  background: transparent;
  padding: 0px;
}
}


/* Search Form */

form.example input[type=text] {
  border: 1px solid grey;
  padding: 10px;
  font-size: 17px;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  padding: 10px;
  background: #0033ff;
  color: white;
  font-size: 100%;
  cursor: pointer;
}

form.example button:hover {
  background: #fe0011;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}



section {
  display: block;
}

/* Second Section */

@media only screen and (min-width: 001px) and (max-width: 599px) {
.content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0.0% 0.2% 0.0% 0.2%;
  border: 0px;
}
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
.content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0.0% 0.2% 0.0% 0.2%;
  border: 0px;
}
}

@media only screen and (min-width: 901px) {
.content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0.0% 0.2% 0.0% 0.2%;
  border: 0px;
}
}

@media only screen and (max-width: 1150px) {
#top-column-left {
  display: none;
}
}


.column-left {
  margin: 0.0% 0.25% 0.0% 0%;
}

.sticky-column-left {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 175px;
  margin: 0.0% 0.25% 0.0% 0%;
}

@media only screen and (max-width: 1150px) {
.content-left {
  display: none;
  min-width: 100px;
  width: 124px;
  border: 0px;
  padding: 0px;
  background: transparent;
}
}

@media only screen and (min-width: 1151px) {
.content-left {
  display: block;
  min-width: 85px;
  max-width: 124px;
  height: 100%;
  border: 0px;
  padding: 0px;
  background: transparent;
}
}


.column-center {
  margin: 0.0% 0.25% 0.0% 0.25%;
  overflow: hidden;
}

.content-center {
  border-left: 1px solid #9fa4ab;
  border-right: 1px solid #9fa4ab;
  border-bottom: 1px solid #9fa4ab;
  background: transparent;
  padding: 0 0.5% 0 0.5%;
  max-width: 816px;

}

#part-0 {
  display: block;
}

#part-1 {
  display: block;
}

#part-2 {
  display: block;
}

#part-3 {
  display: block;
}

.more-stories {
  flex: 1;
  margin: 0% 1% 0% 1%;
  padding: 0% 0% 0% 0%;
  width: 100%;
  height: auto;
  border-top: 1px ridge #9fa4ab;
  background: transparent;
}

.more-stories a:link {
  color: #ffffff;
  text-decoration: none;

}

.more-stories a:visited {
  color: #ffffff;
}

.more-stories a:hover {
  color: #ffff00;
  text-decoration: none;
}

.more-stories a:active {
  color: #fe0011;
  text-decoration: none;
}

h1 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.15;
  font-weight: 700;
}

h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.22;
}

h3 {
  font-size: clamp(1.3rem, 1.6vw, 1.7rem);
  line-height: 1.3;
  }

h4 {
  margin: 0.5% 0 2% 0;
}

h5 {

  }

h6 {
  color: #ffffb3;
  margin: 1% 0 1% 0;
}

.more-thumbs {
  float: left;
  max-width: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
}

.story-container {
  display: flex;
  margin: 0.5% 0% 0.5% 0%;
  width: 100%;
  border: 0px;

}

@media only screen and (max-width: 900px) {
#top-column-right {
  display: none;
}
}

#main-box-right {
  display: none;
  margin: 0.4% 1% 1.5% 2%;
  float: right;
  justify-content: space-around;
  max-width: 375px;
  height: auto;  
  border: 0px;
  background: transparent;
  padding: 0px;

}

@media only screen and (min-width: 901px) {
#main-box-right {
  display: block;
  margin: 0.4% 1% 1.5% 2%;
  float: right;
  justify-content: space-around;
  min-width: 250px;
  max-width: 375px;
  height: auto;  
  border: 1px;
  background: transparent;
  padding: 0px;
}
}

.column-right {
  margin: 0.0% 0.0% 0.0% 0.25%;
  background: transparent;
  border: 0px;
}


.sticky-column-right {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 175px;
  margin: 0.0% 0.0% 0.0% 0.25%;
  background: #000000;
  border: 0px;
}

@media only screen and (min-width: 601px) {
.content-right {
  text-align: right;
  margin: 0.0% 0% 0.0% 0.0%;
  height: 100%;
  min-width: 250px;
  max-width: 310px;
  border: 0px;
  background: #000000;
  padding: 0px;
}
}

@media only screen and (max-width: 600px) {
.content-right {
  display: none;
  text-align: right;
  margin: 0.0% 0.0% 0.0% 0.0%;
  height: 100%;
  min-width: 200px;
  max-width: 249px;
  border: 0px;
  background: #000000;
  padding: 0px;
}
}


.more-stuff {
  flex: 1;
  margin: 0% 1% 0% 1%;
  padding: 0% 0% 0% 0%;
  width: 100%;
  height: auto;
  background: transparent;
}


@media only screen and (max-width: 600px) {
.phones {
  margin: auto;
  max-width: 300px;
}
}

@media only screen and (min-width: 601px) {
.phones {
  display: none;
  margin: auto;
  max-width: 300px;
}
}

.ads_300x250 {
  margin: 0.5% 0% 2.5% 0%;
  border: 0px;
}


.memes {
  margin: 2.5% 0% 2.5% 0%;
  border: 0px;
}

.whoroscopes {
  margin: 2.5% 0% 0.5% 0%;
  padding: 0.25% 2.5%;
  background: #000000;
  position: relative;
  bottom: -7.5%;
  height: auto;
  border: 1px solid #fff;
  text-align: left;
  line-height: 1.1;
}

.whoroscope-title {
  margin: auto;
  text-align: center;
  border: 0px;
}

.whoroscopes p1 {
  font-family: Franklin Gothic;
  font-size: 1.5rem;
  color: hotpink;
}

.space {
  margin: 15% 0% 15% 0%;
}



.horizontal-ad {
  margin: 3.0% 0.25% 3.0% 0.25%;
  text-align: center;
}



/* Third Section */


.sections {
  margin: 0% 0% 0.5% 0%;
  width: 100%;
  height: auto;
  border: 0px;
  background: transparent;
  padding: 0% 0% 0% 0%;
}

.sections h4 {
  font-size: 0.75rem;
  margin: 0.5% 0 2% 0;
}

.sections h6 {
  color: #ffffb3;
  margin: 1% 0 1% 0;
}

.section-title {
  margin: 0% 0% 0% 0%;
  width: 100%;
  height: auto;
  border: 0px;
  background: transparent;
  padding: 0% 0% 0% 0%;
}

#sect-pt-1 .section-2 {
  display: none;
}

#sect-pt-1 .section-3 {
  display: none;
}

#sect-pt-2 .section-1 {
  display: none;
}

#sect-pt-2 .section-3 {
  display: none;
}

#sect-pt-3 .section-1 {
  display: none;
}

#sect-pt-3 .section-2 {
  display: none;
}



.first-story {
  display: block;
  position: relative;
  float: left;
  margin: 0% 0% 0.0% 0%;
  width: 50%;
  height: 175px;
  border: 0px;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0% 0% 0% 0%;
}

.first-story img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.first-story-info {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #f1f1f1;
  width: 100%;
  margin: 0% 2% 0% 2%;
  padding: 0px;
  z-index: 99;
}

.first-story-info span {
  font-size: 1rem;
}

.other-stories-container {
  float: right;
  margin: 0% 0% 0.5% 0%;
  width: 50%;
  height: auto;
  border: 0px;
  background: transparent;
  padding: 0% 1% 1% 1%;
}

.other-stories {
  margin: 0% 0% 0.5% 0%;
  width: 100%;
  height: auto;
  border: 0px;
  background: transparent;
  padding: 0% 1% 1% 1%;
}


.photochopped {
  margin: 2.5% 0% 2.5% 0%;
}



.classifieds {
  margin: 2.5% 0% 0.5% 0%;
  padding: 0.25% 2.5%;
  background: #000000;
  position: relative;
  bottom: -7.5%;
  height: auto;
  border: 1px solid #fff;
  text-align: left;
  line-height: 1.1;
}

.classified-title {
  margin: auto;
  text-align: center;
  border: 0px;
}

.classifieds p1 {
  font-family: Franklin Gothic;
  font-size: 1.5rem;
  color: #ff0000;
}



/* Footer */

.row{
	display: flex;
	flex-wrap: wrap;
}

.footer-col ul{
	list-style: none;
	padding-left: 0.5rem;
}

.footer{
	margin: 0 0.5%;
    padding: 70px 0.25% 0 0;
}

.footer-col{
   width: 25%;
   padding: 0 15px;
}

.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #fe0011;
	height: 2px;
	box-sizing: border-box;
	width: 125px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}

.footer-col ul li a:hover{
	color: #fe0011;
	padding-left: 8px;
} 

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.footer-col .social-links a:hover{
	background-color: #ffffff;
}

.social-links a.facebook:hover {
background-color: #3b5998;
}
.social-links a.twitter:hover {
background-color: #00aced;
}
.social-links a.instagram:hover {
background-color: #c13584;
}
.social-links a.youtube:hover {
background-color: #FF0000;
}
.social-links a.pinterest:hover {
background-color: #E60023;
}
.social-links a.amazon:hover {
background-color: #FF9900;
}

.shoe{
	max-width: 1170px;
	margin:auto;
}

.about {
  padding: 0 1% 5% 1%;
}

.copyright-text {
  padding: 5% 1% 0 1%;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}

@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}




nav {
  border: 0px;
}

/*
	DROPDOWN MENU
*/

.topnav {
  overflow: hidden;
  font-family: Impact, Charcoal, sans-serif;
  width: 100%;
  line-height: normal;
  text-align: center;
  text-shadow: 0.5px -0.5px 3px white;
  background-image: linear-gradient(black, #464646 , black);
  border-radius: 25px;
  z-index: 121;
}

.topnav a {
  float: left;
  display: block;
  color: #0033ff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  color: #fe0011;
}

.topnav a:hover.active {
  color: #0033ff;
}

.topnav a:hover:not(.active) {
  color: #fe0011;
}

.nav-item.active {
  color: #fe0011;
}

.button.nav-item.active {
  color: #fe0011;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #0033ff;
  text-shadow: 0.5px -0.5px 3px white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-image: linear-gradient(black, #464646 , black);
  border-radius: 15px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 121;
}

.dropdown-content a {
  float: none;
  color: #0033ff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: none;
  color: #fe0011;
}

.dropdown-content a:hover {
  background-color: #000;
  color: #fe0011;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover.active {
  color: #0033ff;
}

.last-item {
  border-radius: 15px;
}

.dropdown-content a:visited {
  color: none;
}

@media screen and (max-width: 819px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 819px) {
  .topnav.responsive {position: absolute;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: fixed;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*
	FEATURED CONTENT SLIDER STRUCTURE
*/



/*
	FEATURED CONTENT SLIDER
*/

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
  max-width: 815px;
  height: auto;
  margin: auto;
  border: 0px;
}

/* Hide the images by default */
.mySlides {
  display: none;
  width: 100%;
  max-width: 815px;
  height: auto;
  padding: 1%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -3.8%;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  padding: 2px 16px;
  margin-top: -7.5%;
  position: relative;
  z-index: 99;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
  padding: 1%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}





/* TAB MENU */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family: Verdana, Tahoma, sans-serif;
font-size: clamp(0.85rem, 1vw, 0.95rem);
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
color: #ffffff;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 0px;
margin-right: 3px;
border: 1px solid #464646;
color: #0000ff;
background: linear-gradient(to top, #464646 , black);
}

.shadetabs li a:visited{
color: #0000ff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #ff1100;
}

.shadetabs li a.selected:hover {
  color: #0000ff;
}

.shadetabs li a:active{
text-decoration: none;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #ff1100;
}

.shadetabs li a.selected{ /*selected main tab style */
background: linear-gradient(to bottom, #464646 , black);
border-bottom-color: black;
}

.shadetabs li a.selected:active{ /*selected main tab style */
color: #ffffff;
text-decoration: none;
}

#tabcontent_container{
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
width: 100%;
max-width: 340px;
border: 1px solid #464646;
padding: 3% 0% 3% 0%;
background: transparent;
font-family: Verdana, Tahoma, sans-serif;
font-size: clamp(0.7rem, 1vw, 0.75rem);
font-weight: bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
display: inline-block;
}

#tabcontent_container li a{
text-decoration: none;
color: white;
padding: 0px 0px;
display: block;
}

#tabcontent_container li a:hover{
color: yellow;
}

#tabcontent_container li a:active{
color: #ff1100;
}

.tabcontent {
display:none;
}

.tabcontent ul{
padding-left: 1.5rem;
}

@media print {
.tabcontent {
display:block !important;
}
}



article {
  display: block;
}

/* Articles styling */
.article {
  font-family: Times New Roman, Times, serif;
  padding: 0% 0%;
}

#part-0 .article-body-1 {
  display: none;
}

#part-0 .article-body-2 {
  display: none;
}

#part-0 .article-related {
  display: none;
}

#part-1 .article-head {
  display: none;
}

#part-1 .article-body-2 {
  display: none;
}

#part-1 .article-related {
  display: none;
}

#part-2 .article-head {
  display: none;
}

#part-2 .article-body-1 {
  display: none;
}

#part-2 .article-related {
  display: none;
}

#part-3 .article-head {
  display: none;
}

#part-3 .article-body-1 {
  display: none;
}

#part-3 .article-body-2 {
  display: none;
}

.date {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.headline {
  text-align: center;
  border: 0px;
}

.headline span {

}

.writer {
  display: block;
  margin-top: 1em;
  margin-bottom: 2.5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
}

.article-head {
  padding: 5px;
  border: 0px;
}

.article-body-1 {
  padding: 5px;
  border: 0px;
}

.article-body-2 {
  padding: 5px;
  border: 0px;
}

.article-related {
  padding: 5px;
  border: 0px;
}

.article-image {
  display: inline-block;
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.indent {
  text-indent: 1.5em;
}

.caption {
  float: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 0px;
}  

.caption span {
  font: normal 75% Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.quote {
  margin-left: 2rem;   /* pushes the whole quote in */
  padding-left: 1rem;  /* optional: adds space inside */
  font-style: italic;  /* optional: visual distinction */
}

q {
  font-style: italic;  /* optional: visual distinction */
}

.image-overlay-container {
  position: relative;
}

.image-overlay-container img {
  width: 100%;
  height: auto;
  display: block;
} 

.floating-quote {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #ffff4d;
  padding: clamp(6px, 1vw, 12px) clamp(10px, 2vw, 20px);
  border-radius: 4px 4px 0 0;
  text-align: center;
  max-width: 100%;
  font-size: clamp(1rem, 3vw, 3.5rem);
}

.responsive {
  max-width: 100%;
  height: auto;
}

h1 + p.subhead {
  margin-top: -0.3rem;
  font-style: italic;
  opacity: 0.85;
}

blockquote {
  font-size: 1.2rem;
  font-style: italic;
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  margin: 2rem 0;
}

.byline {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.swap {
  position: relative;
  cursor: pointer;
}

.swap .hovered {
  display: none;
}

.swap:hover .normal {
  display: none;
}

.swap:hover .hovered {
  display: inline;
}

.swap em {
  font: bold;
  color: #c00;
}

/* END Articles styling */



</style>