.navbar
{
  overflow: hidden;
  background-color: #333; 
}
.navbar a 
{
  text-decoration: none;
  font-size: 17px;
  float: left;
  color: white;
  text-align: center;
  padding: 15px 15px;
}
.navbar a:hover 
{
  background-color: grey;
  color: black;
}
#map
{
  position:relative;
  left:50%;
  top:10px;
  transform:translateX(-50%);
  width: 900px; 
  height: 400px
}
.container 
{
  position: relative;
  width: 50%;
}
.marker 
{
  background-image: url('marker.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}
.mapboxgl-popup 
{
  max-width: 200px;
}
.mapboxgl-popup-content 
{
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
#food
{
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo
{
  text-align: center;
}
#tright
{
   position:absolute;
   top:10px;
   right:10px;
}
h3
{
    text-align: center;
}
#container 
{
   margin-left: 10%;
}
#container div 
{
   max-height: 400px;
   float: left;
   width: 30%;
   margin: 0;
   padding: 0;
   text-align: center;
}
#container div img 
{
   border: none;
}
.btn 
{
  position: relative;
  margin-bottom:-50px;
  top: 0%;
  border: none;
  transform: translate(0%, -70%);
  background-color: #e75480;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 8px;
}
#container .btn:hover 
{
  background-color: #ff0000;
}
#contain 
{
  margin: auto;
}
h3 
{
  color: black;
  margin: 0px;
}
aside 
{
  width: 400px;
  height: 400px;
  border: 25px solid #000000;
  float: left;
  margin-left: 30px;
  padding: 10px;
  border-radius: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#main 
{
  width: 650px;
  float: left;
  margin-left: 30px;
  line-height: 20px;
}
footer 
{
  height: 50px;
  background-color: lightgrey;
  clear: both;
}
footer ul 
{
  list-style: none;
  text-align: center;
  padding-top: 15px;
}

footer li 
{
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
footer li a 
{
  color: black;
}
.hidden
{
  display:none;
}
.profilebox
{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
}
.profilebox p
{
  text-align:center;
  max-width: 100%;
  font-size: 30px;
  font-style: Sans-Serif;
}
.profile 
{
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
}
.job 
{
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
  margin-bottom: 15px;
  font-size:30px;
}
.links 
{
  margin-top:30px;
  text-align:center;
  font-size:25px;
  font-style:Sans-Serif;
}
.buystyle
{
  text-align:center;
  font-style:Sans-Serif;
  font-size:14px;
}
