@font-face {
	font-family: "Palatino";
	src: url("Palatino-Sans-Arabic-Bold.ttf") format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "Palatino";
	src: url("Palatino-Sans-LT-W04-Light.ttf") format('truetype');
}

@font-face {
	font-family: "Palatino";
	src: url("Palatino-Sans-LT-W04-Medium.ttf") format('truetype');
}

@font-face {
	font-family: "Calibre";
	src: url("CalibreRegular.otf") format('opentype');
	font-weight: lighter;
}




body {
  padding-bottom: 20px;
  /* font-family: 'Special Elite', cursive; */
  font-family: 'Calibre';
  font-size: 1.2em;
}

.error {
	color: red;
}

table.dataTable tbody tr.noDescr {
	background-color: red !important;
}

.success {
	color: green;
}

.bold {
	font-weight: bold;
}

.bigFont {
	font-size: 1.4em;
}

.navbar {
  margin-bottom: -50px; 
  z-index: 99;
}

.stretch {
	width: 100%;
	/*height: 115vh;*/
}

.stretchView {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 0; 
}

.navbar-brand {
	color: #ff0000 !important;
	/* font-family: 'Special Elite', cursive; */
	font-weight: bold;
	text-shadow: 3px 3px 3px #333;
	font-size: 1.5em
}

.navbar-dark .navbar-nav .nav-link {
	color: rgb(255, 255, 255);
}

.navbar-dark .navbar-nav .nav-link {
	color: #FF0000;
	font-size: 1.1em;
	font-weight: 800;
	/*text-shadow: 0px 0px 2px #333;*/
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .active>.nav-link {
	color: #FFF !important;
	text-shadow: 3px 3px 3px #333 !important;
}

a:hover, a:focus {
	color: #fff;
}

.pageMain {
	padding-top: 100px;
	margin-bottom: 100px;
}

.colBg {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	color: #ffffff  !important;
	padding: 35px;
	margin: 20px;
	box-shadow: 0 0 10px 10px #151515;
	border: 2px solid #ff0000;
	margin: 10px 0 50px;
	word-wrap: break-word;
	min-height: 500px;
}

.colBg2 {
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
	color: #ffffff !important;
	padding: 15px 0 15px;
	text-align: center;
}

.colBgCard {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	color: #ffffff !important;
	padding: 35px;
	margin: 10px 0 50px;
	box-shadow: 0 0 10px 10px #151515;
	border: 2px solid transparent;
	height: 400px;
}

.colBgCard:hover,
.colBgCard:focus {
	border: 2px solid #ff0000;
	/* padding: 30px; */
}

.colBg h1,
.colBg h2,
.colBg h3,
.colBg h4,
.colBg h5,
.colBg h6,
.colBg a,
.colBg a:hover,
.colBg a:focus {
	color: #FF0000 !important;
}

p {
	font-size: 1.2em
}

div.smallText {
	font-size: 0.6em !important;
}
.center-content {
	text-align: center
}

.footer {
	width: 100vw;
}

a {
	color: #ff0000;
}

table th {
	color: #ff0000;
}

.red {
	color: #FF0000;
}

.white {
	color: #FFF !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

table.dataTable tbody tr {
	background-color: transparent !important;
}

.dataTables_wrapper label,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
	color: #FFF !important;
}

.dataTables_wrapper .dataTables_length select option {
	color: #333 !important;	
}

.multiSelect option:checked {
	background-color: #ff0000 !important;
	color: #fff !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

a:hover {
	text-decoration: none !important;
}

.profileImage {
	margin-bottom: 25px;
	border-radius: 8px;
}

a.profileImageLink .profileImage:hover,
a.profileImageLink .profileImage:focus {
	/*border: 2px solid #FF0000;*/
	box-shadow: 0 0 4px 2px #ff0000;
}

a.contactButton {
	margin-bottom: 25px;
	color: #ff0000 !important;
	min-height: 50px;
	line-height: 50px;
	border: 1px solid #ff0000;
	border-radius: 8px;
	font-size: 1.4em;
	display: block;
}

a.contactButton:hover,
a.contactButton:focus {
	color: #fff !important;
	box-shadow: 0px 0px 8px 4px #ff0000;
	background-color: #a00000;
}

p.largerFont {
	font-size: 1.6em !important;
}

img {
	border-radius: 8px;
}

.cantarell {
	font-family: 'Special Elite' !important;
}

ul li {
	position: relative;
	left: 15px;
}

nav ul li {
	position: relative;
	left: 0;	
}

nav ul li ul li a:hover,
nav ul li ul li a:focus {
	background-color: #FF0000 !important;
	color: #fff !important;
}

.centerContent {
	text-align: center;
}

.centerContent a.contactButton {
	margin-bottom: -15px;
	font-size: 1.2em;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: red;
}

table.dataTable tbody tr:hover {
	background-color: #555 !important;
}

a.subMenuItem {
	display: block;
	margin-top: 15px !important;
	font-size: 1.4em !important;
	color: #FFF !important;
}

a.subMenuItem.active,
a.subMenuItem:focus,
a.subMenuItem:hover {
	color: #ff0000 !important;
}

a.subMenuItem.sub {
	font-size: 1em !important;
	position: relative;
	left: 5px;
	margin-top: 5px !important;
}

a.subMenuItem.sub::before {
	content: '* ';
}

.card,
a.card {
	position: relative;
}


a.card {
	height: 400px;
	max-height: 400px;
	color: #fff !important;
}

.card .cardImage {
	margin: 0 auto;
	margin-bottom: 15px;
	max-height: 200px;
}

.card .cardDescription {
	font-size: 0.8em;
	height: 120px;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}

.card .cardPrice {
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
	font-size: 2em;
}

.inStock {
	text-align: right;
	font-size: 0.6em;
}

.card .isCustomizable {
	text-align: right;
	color: #e0ae2f;
	font-size: 1.2em;
	font-weight: bold;
	transform: rotate(45deg);
	position: absolute;
	right: -5px;
	top: 50px;
}

.voteCrown {
	font-size: 0.8em; 
	background: transparent; 
	border: 0; 
	color: #fff !important;
	padding: 0;
}

.voteCrown:hover,
.voteCrown:focus {
	color: red !important;
	cursor: pointer;
}

a.linkOut,
a.genreLink {
	color: white !important;
}

a.linkOut:hover,
a.linkOut:focus,
a.genreLink:hover,
a.genreLink:focus {
	color: red !important;
}

.colBg.voteCol {
	padding: 25px 10px;
}

h1.shadow {
	text-shadow: 2px 2px #000 !important;
}

.pageMain ul {
	position: relative;
	left: -35px
}

#imageScroller {
	overflow: hidden;
	width: 90%;
	height: 120px;
	margin: 0 auto;
	cursor: pointer;
	margin-top:50px;
  }

#imgs {
	display: block;
	padding: 0;
	width: 200%;
}
  
#imgs li {
	padding-right: 10px;
	display: inline-block;
}

#imgs img {
	width: 160px;
	height: 120px;
}

button.btn.contactButton {
	background-color: transparent;
	color: red;
	border: 1px solid #ff0000; 
}

button.btn.contactButton:hover,
button.btn.contactButton:focus {
	color: #fff !important;
	box-shadow: 0px 0px 8px 4px #ff0000;
	background-color: #a00000;
}

.btnNoBG {
	border: 0;
	background-color: transparent !important;
	color: white !important;
	cursor: pointer;
}

table.table {
	color: white !important;
}

.row.purchaceForm {
	margin-bottom: 5px;
}

table:not(.table) td {
	vertical-align: top;
}

table td {
	color: white !important;
}

.listImg {
	margin-bottom: 15px;
	border: 2px solid red;
	padding: 5px;
}

iframe {
	border-radius: 6px;
}

.social_image {
	height: 40px;
	width: auto;
	margin: 25px;
}

.popup {
	background-color:rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 98;
}

.fa.fa-window-close {
	cursor: pointer;
	font-size: 2.2em;
}

.popupImgContainer img {
	max-width: 80%;
	max-height: 70vh;
	box-shadow: 0px 0px 16px 8px  red;
}

.popupCloseButton {
	position: fixed; 
	top: 150px; 
	right: 10vw; 
	color: red; 
	/* font-size: 1.4em;  */
	z-index: 99
}

a.freeDownload {
	color: #fff !important;
}

.registerProducter {
	display: none;
}

.hr {
	background-color: white;
}

.magazine-front-page {
	cursor: pointer;
}

/* Styling for the Modal Backdrop/Overlay */
#magazineModal .modal-content {
    background-color: rgba(0, 0, 0, 0.9) !important;
    border: none;
}

/* Base Image Styling */
.magazine-img-wrapper {
    transition: opacity 0.3s ease-in-out;
}

.magazine-img-wrapper img {
    max-height: 80vh;
    object-fit: contain;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Close button styling */
.modal-header .close {
    font-size: 2.5rem;
    font-weight: 300;
    opacity: 0.8;
    text-shadow: none;
    z-index: 1060;
}

.modal-header .close:hover {
    opacity: 1;
}


/* Responsive Overrides */
@media (max-width: 767.98px) {
    /* Ensure the column takes full width on mobile */
    #magazineModal .col-10 {
        flex: 0 0 90%;
        max-width: 90%;
    }

    /* Target the image specifically for 90% screen width on mobile */
    .magazine-img-wrapper img {
        width: 90vw !important;
        max-height: 70vh;
    }

    /* Adjust arrow sizes for mobile thumb-reach */
    #prevBtn i, #nextBtn i {
        font-size: 2rem;
    }
}

/* @media (max-width: 576px) {
    .modal-dialog {
        max-width: 500px;
	}
} */

/* Desktop: ensure two images don't overflow the container */
@media (min-width: 768px) {
	.modal-dialog,
    .magazine-img-wrapper img {
        max-width: 100%;
    }
}


