﻿* {
  box-sizing: border-box;
}
body, td, th {
    color: #FFF;
    font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif;
    font-size: 17px; /* Changed to a specific unit */
}

a:link {
    text-decoration: none;
    color: #FF0;
}

a:visited {
    text-decoration: none;
    color: #F90;
}

a:hover {
    color: #F00;
    text-decoration: underline;
}

a:active {
    text-decoration: none;
    color: #FFF;
}



body {
    background-color: #C00;
}

.div2 {
    background-color: black;
    margin: auto;
    max-width: 100%;
    padding: 3px;
}

a img {
  border: 2px solid #FF0;
}

div.ex1 {
    width: 980px;
    margin: auto;
    border: none; /* Corrected to lowercase */
}/* Consolidated heading font-family */
h1, h2, h3, h4, h5, h6 {
  font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif;
}

p { text-align: left; margin-left: 5px; padding: 5px; line-height: 1.5;}
.p1 {
    text-align: center;
    padding: 5px;
    line-height: 1.25;
}

.style6 {font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 13px; font-weight:normal;
}
.style7 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 20px; font-weight: bold; line-height: 1.2; color: #ffffff;
}
.style8 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 19px; font-weight: normal; line-height: 1.1; color:#CCCCCC;
}	
.style9 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 20px; font-weight: bold; line-height: 1.2; color:#FF0000;
}
.style10 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 19px; font-weight: normal;  line-height: 1.1; 
}	
.style13 {
font-family: Verdana, Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 19px; font-weight:bold; line-height: 1.2; color: #ffffff;
}

.style15 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-weight: normal; line-height: 1.2; font-size: 20px; 
}
.style16 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-weight: normal; line-height: 1.2; font-size: 20px; color: #CCCCCC;
}
.style17 {
font-family: Benguiat, BenguiatItc, "Benguiat Bk BT"; font-size: 40px; color: #ffffff;
}
.style18 {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 36px; color: #ff0000; font-weight:bold;
}
.style19 {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 24px; color: #ff0000; font-weight:bold;
}
.style22 {
font-family: Verdana, Arimo, Arial, Helvetica, sans-serif; font-size: 26px; color:#CCCCCC;
}
.style23 {
font-family: Verdana, Arimo, Arial, Helvetica, sans-serif; font-size: 18px; font-weight:bold;
}
.style24 {
font-family: Verdana, Arimo, Arial, Helvetica, sans-serif; font-size: 24px;
}
.style25 {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 26px; color: #ff0000; font-weight:bold;
}
.style26 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 24px; font-weight:bold;
}
.style27 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 24px; font-weight: bold; color:#FF0000;
}

.style28 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 100%; 
}
.style39 {
font-family: Benguiat, Benguit, BenguiatItc, "Benguiat Bk BT", "Benguiat Bk"," Benguiat BT";
	font-size: 22px;
	font-weight: bold;
	color:#FFFFFF;
}
.style40 {
font-family: Benguiat, BenguiatItc, "Benguiat Bk BT", "Benguiat Bk"," Benguiat BT";
	font-size: 30px;
	font-weight: bold;
}
.style41 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.style44 {
	font-family: Arimo, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
.style45 {
	font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 30px; font-weight: bold; color:#FFFFFF;
	}
.style48 {
font-family: Verdana, Arimo, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#CCCCCC;
}
.style54 {
	font-family: Verdana, Arimo, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
.style55 {
	font-family: Verdana, Arimo, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#FFFFFF;
}
.style58 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 17px; font-weight: bold; color:#000000;
}
.style59 {
font-family: Arimo, Arial, Helvetica, "Liberation Sans", sans-serif; font-size: 17px; font-weight: bold; color: #ffffff;
}
/* 🎥 Lazy-load video styling */
.lazy-video {
  opacity: 0;
  transition: opacity 0.6s ease-in;
}

.lazy-video.visible {
  opacity: 1;
}
/* 1) Target the paragraph's deprecated align attribute and force text-centering */
p[align="center"] {
  text-align: center !important;
}
.image-row {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping if images exceed container width */
    gap: 10px; /* Adjusts spacing between images */
}

.justify-left {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-right {
    justify-content: flex-end;
}

/* Optional: Ensure images are uniform and responsive */
.image-row img {
    max-width: 100px; /* Adjust based on your image size */
    height: auto; /* Maintains aspect ratio */
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 75px;
  margin-bottom: 20px;
  overflow: hidden; /* ensures no visual spill */
}

.icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 75px;
  transition: opacity 0.3s ease;
}

.icon-wrapper img.default {
  z-index: 1;
  opacity: 1;
}

.icon-wrapper img.hover {
  z-index: 2;
  opacity: 0;
}

.icon-wrapper:hover img.hover {
  opacity: 1;
}

.icon-wrapper:hover img.default {
  opacity: 0;
}
/* --- MOBILE READABILITY OPTIMIZATION --- */
@media screen and (max-width: 980px) {
  html {
    font-size: 120%;
  }

  body, td, th, p, .style8, .style10, .style15, .style16 {
    font-size: 1.15em !important;
    line-height: 1.4 !important;
  }

  .style9, .style13, .style27, .style45 {
    font-size: 1.25em !important;
    line-height: 1.3 !important;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
  }

  nav table td {
    padding: 6px 2px !important;
  }

  .affiliate-disclosure {
    font-size: 13px !important;
    padding: 8px;
  }
}