body{
    
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    align-content: center;
   	align-items: center;
   	align-self: center;
   	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
}
:root {
    color-scheme: light;
  }
.headerMenu{
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
   	width: 100%;
	height: 10vh;
}
.headerMenu img{
    width: 30%;
    height: 80%;
    max-width: 200px;
    max-height: 100px;
    align-self: center;
}
.topnav {
	background-color: rgb(0, 0, 0);
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 0;
	margin-right: 0;
}

.topnav a {
	float: left;
	color: white;
	text-align: center;
	padding: 5px 15px;
	text-decoration: none;
	font-size: medium;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	align-items: center;
	align-self: center;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: rgb(221, 190, 61);
	border-radius: 3px;
	color: rgb(0, 0, 0);
}

.content{
    margin: 0;
    height: 85vh;
    max-width: 100%;
    background-color: rgb(0, 0, 0);
    text-align: center;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    object-fit: contain;
}
.leftBtn, .rightBtn{
    background-color: rgba(216, 216, 216, 0.414);
    color: white;
   align-self: center;
    height: 100%;
    width: 10%;
    cursor: pointer;
}/**/
.top{
    margin: 0;
    
    width: 80%;
    background-color: rgb(0, 0, 0);
    text-align: center;
    
}
.top>a>img{
    height: 100%;
    
    width: 100%;
}

.grid{
   
    height: 70%;
    width: 80%;
    background-color: rgb(0, 0, 0);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%),1fr));
    /*grid-template-columns: repeat(auto-fill, minmax(100px,1fr));*/
    gap: 1rem;
    padding: 10%;
}
.box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sample{
    width: 30%;
    max-width: 500px;
    height: 20vw;
    /*
    min-height: 100px;
    min-width: 150px;
    max-height: 400px;
    max-width: 600px;
    */
    background-color: rgb(224, 224, 224);
    margin: 2%;
    
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 6px solid rgb(224, 224, 224);
    text-decoration: none;
    text-decoration-color: transparent;
}
/* img{
    max-height: 100%;
    max-width: 100%;
    background-color: rgb(0, 0, 0);
    object-fit: fill;
    
    
}*/
.img img{
    margin: 0px;
    object-fit: contain;
    border-radius: 20px;
    background-color: rgb(0, 0, 0);
    width: 100%;
    z-index: 3;
    
}

.txt{
    
    width: 80vW;
	margin-left: auto;
    margin-right: auto;
	align-self: center;
	align-items: center;
	/*
	height: 30%;
    background-color: rgb(224, 224, 224);
    color: rgb(34, 34, 34);
	*/
	color: white;
    text-align: center;
    font-size: 1.7vh;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    z-index: 5;
    
}
.emptySpace{
    margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	display: flex;
    flex-direction: column;
}
.emptySpaceFlex{
	margin-top: auto;
	margin-bottom: auto;
	width: 100%;
	display: flex;
    flex-direction: column;
}
.footer{
    /*
    top: 90%;
    bottom: 0px;
    
    margin-bottom: 0px;
    position: fixed;
    
    display: block;
	
    position: fixed;
	bottom: 0px;
    */
	margin-top: auto;
    margin-bottom: 0;
    bottom: -30px;
    height: 5vh;
    width: 100%;
    background-color: rgb(67, 38, 75);
    text-align: center;
	font-size: small;
}
.rowToCol{
	background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
   	width: 100vw;
	align-self: center;
}
@media screen and (max-width: 450px) {
    .topnav a {
        font-size: 10px;
    }
    body{
       font-size: 10px; 
    }
	.rowToCol{
	background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
   	width: 100vw;
	align-self: center;
}
}
.rowBox{
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: center;
   	width: 100vw;
	align-self: center;
}
.smallRow{
    display: flex; 
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    background-color: grey;
    margin-left: auto;
    margin-right: auto;
}
.scrollRow{
	overflow: auto;
  	white-space: nowrap;
	scrollbar-color: rebeccapurple green;
  	scrollbar-width: thin;
}
.scrollCol{
	overflow-y: auto;
	overflow-x: hidden;
  	white-space: nowrap;
	scrollbar-color: rebeccapurple green;
  	scrollbar-width: thin;
}
.colBox{
    align-self: center;    
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
   	width: 100vw;
   	margin-left: auto;
   	margin-right: auto;
   	gap: 10px;
}
.smallCol{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
}
/* width */
::-webkit-scrollbar {
  	width: 6px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  	box-shadow: inset 0 0 5px grey;
  	border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  	background: #888;
	border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.phBox img{
  /* width: 15vw;
   	max-width: 200px;
   	height: 15vw;
   	max-height: 200px;*/
   	object-fit: cover;
   	max-width: 33.33%;
    z-index: 1;
    overflow: scroll;
/* background-size: 100px;
    margin: 0px;
    
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    height: 10%;
   
    height: 30%;
    
    
*/
}
.subCatImg{
    width: 15vw;
   	max-width: 200px;
   	height: 15vw;
   	max-height: 200px;
   	object-fit: cover;
   
    z-index: 1;
    overflow: scroll;
}


.pvBox a{
   	align-self: center; 
    
}
.pvBox img{
   	margin-left: 10%;
    margin-right: 10%;
   	object-fit: contain;
   	width: 80%;
   	max-width: 900px;
}
.ttbpBox a{
    align-self: center; 
    object-fit: contain;
}
.ttbpBox img{
    max-width: 900px;
    width: 100%;
    
}
/*
.pphBox .rowBox img{
    width: 10%;
    height: 10%;
    overflow: scroll;
}
*/
.tpphBox{
    color: white;
    text-align: center;
    
}/*
.tpphBox .colBox img{
    height: 40vw;
    max-height: 900px;
    width: 100%;
    max-width: 900px;
    align-self: center;
    object-fit: contain;
}*/
.bigView{
    height: 40vw;
    max-height: 900px;
    width: 100%;
    max-width: 900px;
    align-self: center;
    object-fit: contain;
}/*
.tpphBox .colBox .rowBox img{
    width: 15vw;
   max-width: 200px;
   height: 15vw;
   max-height: 200px;
   object-fit: cover;
   
    overflow: scroll;
}*/
.smallViewImg{
    width: 15vw;
   	max-width: 200px;
   	height: 15vw;
   	max-height: 200px;
   	object-fit: cover;
   /*height: 20%;*/ 
    overflow: scroll;
}
.txtBox{
    text-align: center;
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    font-weight: 500;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.txtBox button{
    bottom: 0;
    margin-bottom: 0;
}
button{
    background-color: black;
    border-radius: 3px;
    border: 1px solid white;
    color: white;
}
input{width: 30%;align-self: center;}
textarea{width: 30%;align-self: center;}

input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: rgb(201, 201, 201);
    appearance: none;  
    cursor: pointer;       
    user-select: auto;
    -webkit-tap-highlight-color: transparent;
}
input[type="checkbox"]:checked{
    border: 6px solid rgb(201, 201, 201);
    border-radius: 5px;
    background-color: rgb(78, 78, 78)/*rgb(221, 210, 61);*/;
    cursor: pointer;
}
form{
    color: white;
    
}