@charset "utf-8";

@font-face {
    font-family: 'SourceSans Regular';
    src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSans Semibold';
    src: url('../fonts/SourceSansPro-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
* {
  margin:0;
  padding:0;
  margin: 0;
  box-sizing: border-box;
}

html, body{
  margin: 0;
  width: 100%;
  padding: none;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white;  
}

#viz_container {
  width: 100%; 
  max-width: 729px;
}

#pez_header {
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
}

#pez_header img {
  width: 100%;
  height: auto;
}

#map {
  width: 100%;
  max-width: 729px;
  margin: 0 auto;
}

#pez_content {
  width: 100%;
  max-width: 729px;
  display: inline-block;
  margin: 0 auto;
}

#pez_credits {
  width: 100%;
  max-width: 729px;
  height: 30px;
  background-color: #4d9e8f;
  color: white;
  margin: 0 auto;
}

#pez_credits_text {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-family: 'SourceSans Semibold';
}

#pez_iconbox {
  float: left;
} 

#pez_iconboxer {
  width: 100%;
  height: 100%;
  background-image: url("../images/restaurantBig.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#pez_details {
  width: calc(100% - 160px;);
  font-family: 'SourceSans Semibold';
  float: left;
}

#pez_cat {
  margin-top: 10px;
  font-size: 24px;
  color: #999999;
}

@media screen and (max-width: 619px) {
  #map {
    height: 250px;
  }
  #pez_iconboxer {
    height: 100px;
    margin: 10px;
    width: 65px;
    float: left;
  } 
}

@media screen and (min-width: 620px) {
  #map {
    height: 400px;
  }
  #pez_iconboxer {
    height: 130px;
    margin: 10px;
    width: 90px;
    float: left;
  } 
}