h1{
    font-family: 'Readex Pro', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 63px;
    margin-bottom: 20px;
    color:#333;
    margin-top: 20px;
    text-shadow: 0px 1px 1px #333;
}

body {
    background-image: url('background.jpg');
    background-attachment: fixed;
    background-position: center;
    z-index:1; 
    min-height: 100vh;
  }

p{
    font-family: 'Inter', sans-serif;
}

#searchdiv{
    text-align: center;
    margin-bottom: 30px;
} 

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }
  
  ul li {
    position: relative;
    font-size: 17px;
    padding: 15px 10px 15px 35px;
    text-align: center;
    margin-bottom: 8px;
  }

div{
    text-align: center;
}

/*STYLE THE NAV BAR*/ 

.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

#searchbtn, #cities{
  background-color: #5D8C56;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  border-radius: 10px; 
  border: 4px solid #5D8C56;
}

#searchbtn:hover, #cities:hover{
  background-color: #333;
  border: 4px solid #333;
}

#cities{
  margin-bottom: 20px;
  padding: 10px 20px;
}

#searchbtn{
  margin-left: 10px;
 
}

/*Style search bar*/
input[type=text] {
  width: 80%;
  padding: 8px 8px;
  margin: 8px 0;
  box-sizing: border-box;
}

#search{
  border-radius: 10px; 
  border: 2px solid #5D8C56;
  padding-top: 9px;
  padding-bottom: 9px;
}

.main{
  background-color:#faf9f9;
  border: 4px solid #5D8C56; 
  border-radius: 25px;
  z-index:3;
  position: absolute; 
  width: 50%; 
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
} 


#maindiv{ 
  background-color:#faf9f9;
  border: 4px solid #5D8C56; 
  border-radius: 25px;
  z-index:2;
  position: absolute; 
  width: 50%; 
  left: 25%;
  top: 750px;
  display:none;
  /* transform: translate(-50%, -50%); */

}

.vendorname{
  font-family: 'Readex Pro', sans-serif; 
  font-size: 16px;
  font-weight: bold;
}

.vendorname:hover{
  background-color: #F2A950;
  color:#333; 
  border-radius: 10px;
  transform: scale(1.1);
  border: 2px solid #333; 
}

.vendorinfo{
  font-weight:500; 
  font-family: 'Inter', sans-serif;
  font-size: 14px;
}

table {
  margin-top: 15px;
  width: 100%;
  padding: 20px 20px 20px 20px; 
  text-align: center;
}

tr, td{
  padding: 10px;
}

/* .companyinfo{
  position: absolute; 
  width: 100%;
}
 */


 .hide {
  display: none;
}

.container:hover + .hide {
  display: block;
}

#whoweare, #jobs, #contact, #about{
  background-color: #333;
  color:white;
  text-align:left;
  padding: 20px 10px;
  width:100%;
}

.container{
  background-color:#333;
}
