﻿@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
body {
	padding: 0px;
	margin: 0px;
	font-family: Inter, sans-serif;
	color: #000000;
	line-height: 150%;
	background-color: #F4F4F0;
}
p, li {
	font-size: 100%;
	font-family: 'Inter', sans-serif;
	line-height: 150%;
	color: #000000;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
ol {
	margin-left: 4%;
}
h1 {
	font-family: "Fjalla One", sans-serif;
	font-size: 250%;
	color: #000000;
	line-height: 130%;
	text-align: center;
	font-weight: lighter;
}
h2 {
	font-family: "Fjalla One", sans-serif;
	font-size: 200%;
	color: #005599;
	line-height: 130%;
	text-align: center;
	font-weight: lighter;
}
h3 {
	font-family: "Fjalla One", sans-serif;
	font-size: 170%;
	color: #D95700;
	line-height: 130%;
	text-align: center;
	font-weight: lighter;
}
h4 {
	font-family: "Fjalla One", sans-serif;
	font-size: 140%;
	line-height: 130%;
	color: #76B13A;
	text-align: center;
	font-weight: lighter;
}
h5 {
	font-family: "Fjalla One", sans-serif;
	color: #005599;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
}
h5 a:link {
	font-family: "Fjalla One", sans-serif;
	text-align: center;
	font-weight: normal;
}
img {
	border-style: none;
	border-color: 0;
	margin: 0px;
	max-width: 100%;
	height: auto;
}
.appealbox a:link {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
.appealbox a:visited {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: small;
	color: #FFFFFF;
	text-decoration: underline;
}
.appealbox a:hover {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	font-size: small;
	color: #AAAAAA;
	text-decoration: underline;
}
table {
	border: 1px solid #E1E1E1;
	vertical-align: top;
	font-size: 80%;
	border-collapse: collapse;
	line-height: 140%;
	width: 95%;
}
td {
	padding: 6px;
	vertical-align: top;
}
select {
	border-radius: 5px;
	border: 1px solid #8AC550;
	padding: 3px;
	margin: 3px;
	font-family: Inter, sans-serif;
	font-size: 70%;
}
img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85); /* For IE8 and earlier */
}
input, button {
	border-radius: 5px;
	font-family: 'Inter', sans-serif;
	border: 1px solid #8AC550;
	margin: 0px;
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 70%;
}
.defns {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E1E1E1;
}
.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
td.box {
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}
img.left {
	padding: 0px;
	margin: 5px 20px 10px 0px;
	float: left;
}
.error {
	color: #FF0000;
	font-size: 80%;
	font-weight: bold;
}
.centre {
	text-align: center;
}
#threads {
	border-radius: 15px;
	border: 1px solid #E3C9AC;
	padding: 15px 10px 10px 15px;
	background-color: #FFFFFF;
	margin-top: 40px;
}
img.spacer {
	cursor: pointer;
	margin-left: 15px;
	margin-top: 5px;
}
#blanksheet {
	border-radius: 10px;
	margin: 3% auto 3% auto;
	padding: 3%;
	background-color: #FFFFFF;
}
#topbar {
	background-image: linear-gradient(to bottom, rgba(255,255,255), rgba(245,245,245));
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
#GridView1 {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#menu {
	margin: 20px 0% 20px 0%;
}
.parahead {
	font-weight: bold;
}
#topbarholder {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-top: 4%;
}
img.rightmargin {
	margin-right: 10px;
}
.indent {
	margin-left: 3%;
}
.line {
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D2D2D2;
	margin-top: 0px;
}
.supporterstext {
	font-size: 80%;
	color: #FFFFFF;
}
.supporterstext a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.supporterstext a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.supporterstext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.rightpanel {
	padding: 15px 10px 12px 10px;
	border-radius: 15px;
	border: 1px solid #FDE9AA;
	float: right;
	background-color: #FBC728;
	margin-bottom: 15px;
}
#footerholder {
	padding: 20px 20px 170px 20px;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	background-color: #005599;
	margin-top: 3%;
	line-height: 150%;
}
#footerholder a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerholder a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerholder a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#searchboxholder {
	padding: 1%;
	margin: 0px;
	text-align: center;
}
.bottomlogo-spacer {
	border-radius: 0px 0px 8px 8px;
	margin-bottom: 10px;
}
.underline {
	margin: 2px 0px 7px 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C9C9C9;
}
#supportus {
	color: #FFFFFF;
	padding: 2%;
	border-radius: 10px;
}
#supportus a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FECB00;
}
#supportus a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FECB00;
}
#supportus a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669900;
}
.readaround-panel {
	border-radius: 10px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
.talkingholder {
	width: 65%;
	margin-top: 40px;
}
img.RCYCP {
	margin-top: 10px;
}
img.podcast {
	margin-top: 20px;
}
.horiz-spacer {
	padding-right: 5px;
	padding-bottom: 5px;
}
img#cycnetmasthead {
	margin-left: -2%;
}
img#talkingpoints {
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}
img#readaroundspic {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
img#footerlogo {
	float: left;
}
.menubarholder {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/* Responsive Code */
* {
	box-sizing: border-box;
}
.row::after {
	content: "";
	clear: both;
	display: table;
}
[class*="col-"] {
	float: left;
	padding: 0px 15px 0px 15px;
}
/* For mobile phones: */
[class*="col-"] {
	width: 100%;
}
@media only screen and (min-width: 1024px) {
/* For desktop: */
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
}
.nopadding {
	padding: 0px;
}
.bottompadding {
	padding-bottom: 15px;
}
.red {
	padding: 5px;
	color: #FFFFFF;
	background-color: #CC0000;
}
#appholder {
	border-radius: 15px;
	padding: 20px 20px 10px 20px;
	border: 2px solid #A4A464;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}
.leftalign {
	text-align: left;
}
.small {
	font-size: 85%;
	line-height: 150%;
}
.dailytextIntro {
	font-weight: bold;
}
.open-access {
	text-align: right;
}
.open-access a:link {
	text-decoration: none;
	color: #000000;
}
.open-access a:visited {
	text-decoration: none;
	color: #000000;
}
.open-access a:hover {
	text-decoration: underline;
	color: #D95700;
}
.AppStoreGraphics {
	display: none;
}
.AppStoreGraphics {
}
.fb-group {
	padding: 1%;
	margin: 1%;
}
.twitter-timeline {
	margin: 7px;
}
.ra-button {
	border: 2px solid #C0C0C0;
	padding: .4em .7em .4em .7em;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: #000000;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-family: Inter, sans-serif;
}
.ra-button img {
	height: 1em;
	margin: 0 .5em 0 0;
}
.round-container {
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 10px;
}
.accordion {
	border: 1px solid #C0C0C0;
	border-radius: 8px;
	padding: 3px;
	margin: 5px auto 5px auto;
	cursor: pointer;
	text-align: center;
	outline: none;
	transition: 0.4s;
	color: #808080;
	font-size: 100%;
}
.accordion:hover {
	background-color: #6F9AAC;
	color: #FFFFFF;
}
.panel {
	margin: 0px auto 0px auto;
	max-height: 0;
	overflow: hidden;
	padding-bottom: 5px;
}
.PressBooks-holder {
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	background-color: #B3B3B3;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 25px;
}
.blankplaceholder {
	border-radius: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.greyplaceholder {
	padding: 15px;
	border-radius: 10px;
	background-color: #DCDCDC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.round-container2 {
	background-color: #6F7E9F;
	padding: 15px;
	border-radius: 10px;
}
.fifteenpxheight {
	height: 15px;
}
.greyplaceholder-2 {
	padding: 0px 15px 0px 15px;
	border-radius: 10px;
	background-color: #B3B3B3;
	text-align: center;
}
#oabar {
	width: 100%;
	background-size: cover;
/* Ensures the image covers the entire div */
	background-position: center;
/* Centers the background image */
	background-repeat: no-repeat; /* Prevents the image from repeating */ /* Optional: Fallback background color */;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: right;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 3%;
	height: 120px;
}
.working-line {
	color: #4E439A;
}
.ListenHolder {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.popularsearch {
	background-color: #FFF0B3;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
}
.searchbox {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	padding: 5px;
	text-align: center;
}
.placeholder {
	padding: 20px;
	border-radius: 10px;
	background-color: #7D5CC6;
	text-align: center;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}
#maincontainer {
	margin: 15px auto 35px auto;
	padding: 30px;
	border-radius: 10px;
	text-align: left;
}
/* CYC-Online styles */
#container {
	margin: 30px auto 40px auto;
	padding: 30px;
	border-radius: 10px;
	text-align: left;
	background-color: #FFFFFF;
	width: 90%;
}
#leftpanel {
	float: left;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
.leftpaneltext {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	line-height: 16px;
}
.rightspace {
	margin-right: 5px;
}
#slice {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	margin-bottom: 2%;
	width: 95%;
	font-weight: bold;
	font-family: Inter, sans-serif;
}
#contentsholder {
	padding: 5px 15px 15px 15px;
	text-align: center;
}
.pager {
	border-style: none;
	color: #D6712E;
	font-size: 140%;
	text-align: left;
}
.pager a:link {
	border-style: none;
	color: #D95A16;
	font-size: 130%;
}
.pager a:hover {
	color: #D95A16;
	font-size: 130%;
	text-decoration: underline;
}
#textholder {
	margin-right: auto;
	margin-left: auto;
}
.coverimage {
	box-shadow: 1px 1px 15px 2px #CCCCCC;
}
.gridview {
	font-size: 75%;
	line-height: 140%;
	text-align: left;
	width: 100%;
}
.col {
	word-wrap: break-word;
}
.twitter-feed {
	text-align: center;
	display: flex;
	justify-content: center;
}
.monthlysince {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
	clear: both;
}
sup {
	font-size: 75%;
}
.UnityBanner {
	margin: 0px auto 0px auto;
	padding: 3px 0px 0px 0px;
	background-color: #362B25;
}
.noborder {
	border-style: none;
}
.vertspacer {
	margin-top: 20px;
	margin-bottom: 20px;
}
img.masthead {
}
#menubar {
	clear: both;
	font-family: "Fjalla One", sans-serif;
	background-color: #FFFFFF;
}
.buttonholder {
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	padding: 5px;
}
.nobottompad {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.TextBox {
	border: 1px solid #A8A8A8;
	border-radius: 4px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	margin: 5px 2px 5px 2px;
	text-align: center;
	font-size: 90%;
	font-weight: lighter;
}
.brown {
	background-color: #E9C46A;
}
.lightgreen {
	background-color: #8AC550;
}
.grey2 {
	background-color: #FAFAFA;
}
.colour-2A9D8F {
	background-color: #2a9d8f;
}
img.menubar {
	padding-left: 5px;
	padding-bottom: 0px;
}
.acrobat-download {
	margin-top: 25px;
	clear: both;
}
.rightalign {
	text-align: right;
}
.vertical-justify {
	vertical-align: middle;
	height: 100%;
}
.CYCOnline-cover {
	box-shadow: 1px 1px 15px 2px #CCCCCC;
	filter: drop-shadow(5px 5px 5px #E6E6E6);
	margin-bottom: 20px;
}
.supporters-banner {
	padding: 10px 3px 50px 3px;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
	z-index: 10; /* Higher number moves it closer to the user */
}
.button {
	padding: 5px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 100%;
	font-family: Inter, sans-serif;
	background-color: #006666;
	color: #FFFFFF;
}
.button:hover {
	padding: 5px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 100%;
	font-family: Inter, sans-serif;
	background-color: #009B9B;
	color: #FFFFFF;
}
.row {
	margin: 0px;
	padding: 0px;
}
/* QUICKNAV styles */
.dropbtn {
	border: 1px solid #FFFFFF;
	padding: 4px 7px 4px 7px;
	background-color: #264653;
	color: #FFFFFF;
	font-size: 85%;
}
.dropdown {
	position: relative;
	display: inline-block;
	padding-bottom: 12px;
}
.dropdown-content {
	border-radius: 5px;
	display: none;
	position: absolute;
	background-color: #264653;
	min-width: 160px;
	z-index: 1;
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
	font-size: 70%;
	margin-top: 1px;
	line-height: 120%;
}
.dropdown-content a {
	color: #FFFFFF;
	padding: 4px 4px;
	text-decoration: none;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.dropdown-content a:hover {
	background-color: #2A9D8F;
}
.dropdown:hover .dropdown-content {
	display: block;
	background-color: #264653;
}
.dropdown:hover .dropbtn {
	background-color: #264653;
}
img.advert {
	vertical-align: middle;
}
.banner-advert {
	font-size: 110%;
	text-align: center;
	vertical-align: middle;
	background-color: #264653;
	padding: 10px;
	color: #FFFFFF;
}
.banner-advert a:link {
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	background-color: #264653;
	padding: 10px;
	color: #FFFFFF;
}
.banner-advert a:visited {
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
	background-color: #264653;
	padding: 10px;
	color: #FFFFFF;
}
.text-white {
	color: #FFFFFF;
}
/* Styles for the NAV menu bar */
nav {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.menu-icon {
	display: none;
	flex-direction: column;
	cursor: pointer;
}
.menu-icon .bar {
	width: 25px;
	height: 2px;
	background-color: #000000;
	margin: 3px 0;
}
.nav-links {
	list-style: none;
	display: flex;
}
.nav-links li {
	margin: 0 15px;
}
.nav-links a {
	color: #000000;
	text-decoration: none;
	font-size: 17px;
}
ul.nav-links {
	margin: 0px;
	padding: 0px;
}
@media (max-width: 868px) {
.menu-icon {
	display: flex;
}
.nav-links {
	display: none;
	flex-direction: column;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
}
.nav-links li {
	text-align: center;
	margin: 5px 0;
}
.nav-links.active {
	display: flex;
}
}
/* Styles for the pop-up */
/* Media query for screens up to 768px width (typical tablet size) */
@media only screen and (max-width: 768px) {
.popup {
	width: 70%;
}
}
/* Media query for screens up to 480px width (typical mobile size) */
@media only screen and (max-width: 480px) {
.popup {
	width: 90%;
}
}
/* Overlay styles */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}
/* Popup styles */
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	border-radius: 17px;
	box-shadow: 1px 1px 15px 2px #CCCCCC;
	z-index: 10000;
	text-align: center;
}
/* Close button styles */
.close-btn {
	position: absolute;
	top: 1%;
	right: 2%;
	cursor: pointer;
}
img.newrelease {
	margin-bottom: 25px;
}
#content {
	border-radius: 10px;
	margin: 30px 15px 30px 15px;
	padding: 30px;
	background-color: #FFFFFF;
	width: 90%;
}
.whiteplaceholder {
	padding: 25px;
	border-radius: 15px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
	margin-top: 30px;
}
.whiteplaceholderLeftAlign {
	padding: 20px;
	border-radius: 15px;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 40px;
}
.newrelease {
	color: #FFFFFF;
	background-color: #CA2B02;
	border-radius: 4px;
	padding: 4px 5px 4px 5px;
}
.gridview-column {
	word-wrap: break-word;
	text-align: left;
}
.newsholder {
	border-radius: 10px;
	text-align: center;
}
.donate {
	padding: 3px 10px 3px 10px;
	text-align: center;
	background-color: #CC6600;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-size: 85%;
}
.donate:hover {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 85%;
}
.mailinglist {
	padding: 3px 10px 3px 10px;
	text-align: center;
	background-color: #005599;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	transition: background-color 0.3s ease;
	font-size: 85%;
}
.mailinglist:hover {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 85%;
}
.advertise {
	padding: 5px 10px 5px 10px;
	text-align: center;
	background-color: #2A9D8F;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	transition: background-color 0.3s ease;
	font-size: 85%;
}
.advertise:hover {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 85%;
}
.discussiongroups {
	padding: 3px 10px 3px 10px;
	text-align: center;
	background-color: #5B8800;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	text-decoration: none;
	font-weight: normal;
	transition: background-color 0.3s ease;
	font-size: 85%;
}
.discussiongroups:hover {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Fjalla One", sans-serif;
	font-weight: normal;
	text-decoration: none;
	transition: background-color 0.3s ease;
	font-size: 85%;
}
.gcse-search {
	width: 100%;
}
.translation {
	padding: 7px 10px 7px 10px;
	text-align: center;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease;
}
.translatebanner {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #C0C0C0;
}
.nopadding-socialbox {
	padding: 0px 2% 0px 0px;
}

/* Screen Loading background overlay */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
/* Dim the background */display: none; /* Hidden by default */;
	justify-content: center; /* Horizontal centering */;
	align-items: center; /* Vertical centering */;
	z-index: 1000;
}
/* The actual pop-up box */
.popup-content {
	background: white;
	padding: 18px;
	border-radius: 15px;
	text-align: center;
	max-width: 380px;
	width: 90%;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
#myPopup {
	position: fixed; /* Stay in place even if scrolling */;
	top: 0;
	left: 0;
	width: 100vw; /* 100% of Viewport Width */;
	height: 100vh; /* 100% of Viewport Height */;
	background: rgba(0, 0, 0, 0.5);
/* The Centering Trio */display: none; /* JavaScript will change this to 'flex' */;
	justify-content: center;
	align-items: center;
	z-index: 9999;     /* Ensure it sits on top of everything */
}
#bannerads {
	width: 100%;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}
/* Mobile */
@media (max-width: 768px) {
  #bannerads {
    aspect-ratio: auto;
    background-size: contain;
    background-position: center;
  }
}


/* Image Slider */
.slider-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust height */
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Use cover if needed */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* Navigation dots */
.dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot:hover {
    background-color: #777;
}

.active-dot {
    background-color: #333;
}