@-ms-viewport {
  width: device-width;
}

html {
  -webkit-text-size-adjust: 100%;
}

md h1, pagetitle {
  display: block;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-weight: 100;
  font-size: 40px;
  margin: 10px;
}

pagetitle a, pagetitle a:visited,
md h1 a, md h1 a:visited {
  color: white;
  text-decoration: none;
}

inlinelogo {
  background-image: url("/images/medium_logo_transparent_50prc.png");
  background-size: cover;
  height:1em; 
  width:1em; 
  vertical-align: middle;
  margin-right:30px;
  display: inline-block;
}

