@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700);

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans", arial, verdana, sans-serif;
  color: white;
  background-color: #333;
}

p {
  padding: 1em;
  font-size: 1.6vw;

  margin: 0 24%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 1.8vw;
    margin: 0 15%;
  }

}

@media only screen and (max-width: 768px) {
  p {
    font-size: 18px;
    margin: 0;
  }
}


.stories-wrapper {
  padding-top: 50px;
  padding-bottom: 10px;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  color: #da583f;
  white-space: nowrap;
}

.current-city, .current-city a {
  color: #56c0d1;
}

.role {
  color: #c163a0;
}

.money {
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}
