body {
 
  font-family: Arial, Helvetica, sans-serif;
}
html {
  -webkit-box-sizing: border-box;
       box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
      box-sizing: inherit;
}
a {
	font-size: 16px;
	text-decoration: none;
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
}
h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
.topnav {
	overflow: hidden;
	background-color: #333;
	width: 98%;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	  position: sticky;
  top: 0;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}
	  .article-main {
	width: 98%;
	box-sizing: border-box;
	background-color: #F4F4F4;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 14px;
	float: left;
	margin-left: 1%;
	  }
	    .article-mainsec {
	width: 98%;
	box-sizing: border-box;
	background-color: #F4F4F4;
	margin-right: auto;
	margin-left: auto;
	height: 500px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 16px;
	  }
	  		.title{
	background-color: #FFF;
	float: left;
	height: 30px;
	width: calc(98% - 10px);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #292929;
	padding-left: 12px;
	box-sizing: border-box;
	margin-bottom: 12px;
	font-weight: bold;
	margin-right: 12px;
	margin-left: 12px;
	text-align: left;
}
	  .article-pub{
	background-color: #FFF;
	box-sizing: border-box;
	float: left;
	height: auto;
	width: 14%;
	width: calc(14% + 6px);
	margin-right: 1%;
	border: 2px solid #FFF;
	padding-top: 6px;
	margin-left: 1%;
}
	.article-pub:hover{
	box-sizing: border-box;
	border: 2px solid #CCC;
}
.image-container {
	width: 98%; /* Set the container's desired width */
	height: 130px; /* Set the container's desired height */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden; /* Optional: Prevents image overflow */
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-align: center;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures the image fits within the container while maintaining its aspect ratio */
}
.article-main-boxtext{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}	
   	.article-main-boxtitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #5D5D5D;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
	height: 66px;
}
    .article-main-boxprice{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2B80A8;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	margin-top: 6px;
}
    .article-main-boxrating{
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 12px;
}
    .article-main-boxaddcart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F3F3;
	background-color: #007CA6;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 10px;
	width: 98px;
}
.article-pubdesc {
	width: 96%;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #F4F4F4;
	padding: 12px;
}
.adv {
	background-color: #CFF;
	height: 40px;
	width: 90%;
	margin-left: 5%;
	float: left;
}
.left-side {
	width: 70%;
	float: left;
	height: auto;
}
.right-side {
	width: 28%;
	background-color: #FF9;
	float: left;
}

input {padding: 4px;}
select {padding: 4px;}
@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .right-side {display: none;}
  .left-side {width: 96%; margin-left: 2%;}
 
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
.right {
	float: right;	
}
span {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	color: #FFF;
	padding-left: 20px;
	font-weight: bold;
}

.header {
	width: 96%;
	box-sizing: border-box;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	height: 60px;
}
.logo {
	float: left;
	width: 224px;
	height: 40px;
}
.container {
	width: 98%;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFC;
}
.image-upload-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}



.image-grid {
	display: grid;
	grid-template-columns: repeat(3, 110px);
	gap: 4px;
	margin-left: 6px;
}
        button {
	display: block;
	width: 25%;
	padding: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
        }

        button:hover {
            background-color: #0056b3;
        }
		    .large-image {  
            display: inline-block;
            width:340px;
           height: 300px;
            margin: 4px;
            border: 1px solid #ccc;
            border-radius: 4px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
		}
	   .small-image { 
            display: inline-block;
            width: 98px;
            height: 80px;
            margin: 4px;
            border: 1px solid #ccc;
            border-radius: 4px;
            position: relative;
            cursor: pointer;
            overflow: hidden;
        }
.footer {
	width: 98%;
	margin-top: 12px;
	margin-bottom: 4px;
	margin-left: 1%;
	background-color: #CCC;
	padding: 8px;
	height: 90px;
	float: left;
}
.footer-box{
	width: 100%;
}
.footer-link{
	width: 33%;
	float: left;
}