/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*@import "compass/reset";*/
body {
  text-align: center; }

h1 {
  font-size: 1.1em; }

h2 {
  font-size: 1.4em; }

#pic {
  display: inline-block;
  height: 98vh;
  min-width: 50vw;
  background: url(/pics/tim_marten.jpg) center no-repeat;
  background-size: contain; }

#caption {
  display: inline-block;
  font-family: serif;
  background: rgba(238, 241, 246, 0.6);
  border: 2px solid #393838;
  border-radius: 10px;
  margin: 65vh auto 0 auto;
  padding: 10px 60px;
  opacity: 0; }

/*# sourceMappingURL=screen.css.map */
