#prd{
    width:32%;
    height:auto;
    

         
}
h2{
    color:white;
    font-size:6dvw;
}
#supp{
     font-size:25px;
     font-family: monospace;
     background-color:none;
}

#prdiv{
   display: block;
    margin: auto;
    text-align: center;
    
}
/* market page*/
nav{
     background:black;
    text-align: center;
    box-shadow: 0px 4px  7px 0px;

}
h5{
    text-align: center;
}


#tbl-tbl2{
  text-align: center; 
}
    


#nav2{
    background-color: white;
    height:6dvw;
}
#btn2{
height:6dvw;
background-color:#2C2C2B;;
color: white;     
border:none;
font-size:4dvw;
}
#bn{
    padding-top:4px;
    padding-bottom:5px;
    color:goldenrod;
    background-color:white;
    border:none; 
    font-family: 'Gill Sans'; 
    font-size: large;
    text-align: center; 

}
#bn:hover{
  background-color:goldenrod;
  color: white;
}
#btm{
    background-color: black;
    color: white;
}
#sec{
    background-image:url(images\(2\)/tech2.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height:55%;
    border:none;
    color: goldenrod;
    font-size:8dvw;
    font-family:monospace;
    font-weight:bolder;
}

#fea{
    background-color: black;
    color:white;
    text-align: center;
    height:10dvh;
    padding-top:5dvh;
    font-size:4dvw;
}
/* food page*/

p{text-align: center;
    padding-top:30px;
}

th{background-color:white;
color:black;
}


/*tech page*/
#btn{
    background-color: rgba(16, 50, 6,.5);
    border:none;
    color:white;
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 15px;
    padding-right:15px;
    font-size:13px; 
     
}
#techh{
      background-image:url(images\(2\)/tech2.jpg);
      background-position:center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 75dvw;
      height:50dvw;
      display: block;
      margin: auto;
      border:none;
      color:red;
      font-size:5dvw;
      font-family: monospace;
      font-weight: bold ;

}

a{
    text-decoration:none;
}

#hdn{
      text-align: center;
      background-image: url(images/Saflag.jpeg);
      color:white;
      height:20dvw;
      padding-top:30px;
      background-repeat: no-repeat;
      background-size:cover;
      background-position:center;
     
}
      /*image grid*/
#flg{

  text-align: center;
  background-color: black;
}
#flg-img{
    border-radius:10px;
    
}
 .container{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(10em,1fr));
   background-color: black;
   padding:1em;
   grid-gap:1em;
    
 }
 .item1{
    display: flex;
    text-align: center;
    justify-content: center;
    padding:3em;
    border-radius:10px;
    align-items: center;
    color: goldenrod;
    background-color:white;
    background-size:cover;
    background-repeat: no-repeat;
    font-size:1.5em;
    font-weight:600;
 }
 .item2{
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    padding:3em;
    align-items: center;
    color: goldenrod;
    background-image:url(images/BEA.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    font-size:1.5em;
    font-weight:600;
 }
 .item3{
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius:10px;
    padding:3em;
    align-items: center;
    color: goldenrod;
    background-color:white;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    font-size:1.5em;
    font-weight:600;
 }
 .item4{
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    padding:3em;
    align-items: center;
    color:goldenrod;
    background-image:url(images/tshepo.png);
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    font-size:1.5em;
    font-weight:600;
 }
 
 
     

    /*clothing*/ 

    
  #brands{
    color:white;
     width:45%;
     height:20%;
     text-align: center;
     background-position:center;
     background-repeat: no-repeat;
     background-size: cover;
     border-color:white;
     border-radius:10px ;
  }
  #new{
      background-color: black;
      color:white;
      padding-top:10px;
      padding-bottom:10px;
      border:none;
  }
/*shops*/
#shop-head{
     background-color: black;
     border:none;
     width:100%;
}
.brd{
    font-size:25px;
    font-family: monospace;
    background-color:none;
    color: rgb(216, 190, 46);
}
#shop{
    padding-top:20px;
    height:50px;

}
#searchbar{
    height: 40px;
    width:50%;
    text-align: center;
    border-radius:20px;
    border:2px solid;

}
.main{

    display: grid;
    grid-template-columns:auto auto auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap:2px;
    
}
.four{
    width:30dvw;
    border-radius:10px;

    
}
h3{
    background-color: black;
    color: white;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;

}
/*grid template*/
#photo{
    display:grid;
    grid-gap:.2em;
    grid-template-areas: 
    "photoOne photoTwo photoThree"
    "photoOne photoFour photoFive";
    grid-template-columns: 1fr 27% 27%;
    width:95%;

    margin-left:auto;
    margin-right:auto;
    box-shadow:0px 0px 12px 2px;

}
#photo>div{
    border:2px solid #EEE ;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;

}
#photo>div:first-child{
    grid-area:photoOne;
    height:50vh;
    background-size:contain;
}
#PLUM{
    color:white;
    text-align: center;
    background-color: black;
}
#grid-btn{
    color:white;
    background-color: black;
    border:none;
    padding-top:7px;
    padding-bottom:7px;
    padding-left:15px;
    padding-right:15px;
    font-size:15px;
    font-family: serif;
      margin-left:45%;    
}
#grid-btn:hover{
    color:black;
    background-color:goldenrod;

}

code{
    text-align: center;
    color:grey;
}
#list{
    display: block;
    margin: auto;
}
/*FORM*/
form{
    background-color: black;
    background-size: contain;
    text-align: center;
   border-radius:10px;
   width:90%;
   padding:auto;
   display: block;
   margin: auto

}
input{background-color:white;
      border:none;
      padding-left:10px;
      border-radius:10px;
      height:40px;
      width:70%;
}
#file{
    color:black;
    padding-left:10px;
    padding-top: 10px;
   width:70%;
}
#submit{
    background-color: white;
    border:none;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px;
    border-radius:10px;

}
.rules{
   display: block;
   margin: auto;
   border:3px solid black;
   width:50%;
   text-align: center;
   border-radius:10px;
   background-color:goldenrod;
   color: white;
   padding:10px;  
}

#form-bckgr{
    background-color: #2C2C2B;
}
.mrt{
    background-color: black;
    color:white;
    display: block;
    margin: auto;
    padding:10px; 
    border:none;
}
#takeapp{
    background-color:white;
    color:black;
    border:none;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size:3dvw;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    display: block;
    margin: auto;

} 
/*grid2*/ 
#photo2{
    display:grid;
    grid-gap:.2em;
    grid-template-areas: 
    "photoOne photoTwo"
    "photoOne phototThree";
    grid-template-columns: 1fr 50%;
    width:95%;

    margin-left:auto;
    margin-right:auto;

}
#photo2>div{
    border:2px solid #EEE ;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    

}
#photo2>div:first-child{
    grid-area:photoOne;
    height:50vh;
    background-size:contain;
}