html { 
/*  background: url(../images/home-splash.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color: honeydew;
}

body {
  font-family: "Cardo", Arial, sans-serif;
  color:  darkolivegreen;
}

h1 {
  font-size: 9em;
  text-align: left;
  opacity: 0.5;
}

a {
  text-decoration: underline;
  color:  inherit;
}

a:hover {
    
}

.container {
  margin: 10%;
  width: 60%;
  min-width:  40em;
}

p {
  font-size: 2em;
  opacity: 0.7;
  line-height: 1.5em;
}

p.emphasis {
  font-size:  3.5em;
}

@media (max-width: 600px) {

}