body {
  background-image: url(csbg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  body {
    background-image: url(csbg.jpg);
  }
	}

h1 {
    color: #ffffff;
    font-size: 2em;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-align: center;
    font-weight: 200;
}

p {
	color: #ffffff;
	font-size: 0.8em;
    font-family: 'Open Sans', sans-serif;	font-style: bold;
	text-align: center;
}
a { color: #ffffff;
	font-size: 1.5em;
	text-align: center;
    text-decoration: none;
    padding:.3em;
}
