@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i|Alegreya+Sans');

html {
  height: 100%;
}

body {
  font-family: 'Alegreya Sans', 'Input Mono', Menlo, 'Fira Mono', 'Source Code Pro', monospace;
  margin: 0;
  padding: 0;
  height: 100%;
  background: whitesmoke;
  margin-top: 2em;
}

a {
  color: #c00;
  text-decoration:  none;
}

a:hover {
  text-decoration:  underline;
}

.box {
  width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.center-box {
  text-align: center;
}

.whitebox {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px #aaa;
  border-radius: 5px;
}

.favicons img {
  width: 16px;
  height: 16px;
}

.icon {
  background-color: #c00;
}

article {
  margin-top: .5em;
}

.talks article {
  padding: 0.5em;
  border-radius: 5px;
  background: white;
  font-family: 'Alegreya', serif;
}

.talks article .conf {
  color: grey;
  margin-bottom: 0.4em;
}

.talks article .title {
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Alegreya Sans', sans;
}

.talks article .links {
  margin-bottom: 0.4em;
  margin-top: 0.4em;
}

article p {
  font-size: inherit;
  line-height: inherit;
  padding-left: 0px;
  padding-right: 0px;
}

article .title {
  font-weight: bold;
  letter-spacing: .05em;
}

.name {
  font-size: 40pt;
  font-weight: bold;
  letter-spacing: .07em;
  font-family: 'Alegreya', serif;
}

@media (min-width: 700px) {
  .posts {
    width: 40em;
  }
}
