body {
  height: 100%;
  margin: 0;
  overflow: scroll;
  font-family: ‘Open Sans’, sans-serif;
  font-weight: lighter;
  letter-spacing: 1px;
  color: #022675
}
img {
	width:auto;
	max-width:100%;
	height:auto;
}
#info-text{
  line-height: 140%;
  text-align: center;
  font-size: 18px;
}
#background-image {
  position:absolute;
  width: 100%;
  height: auto;
  background-color: white;
}
#header-image, #center-column {
  text-align: center;
  display: block;
  color: #1C5Eb0
}
#content {
  position: relative;
  padding-top: 20%;
  width: 50%;
  max-width: 1600px;
  padding: 20% 7vw 0;
  margin: 0 auto; 
}
#center-text {
  font-style: italic;
  text-align: center;
  font-size: 16px;
}
a:link {
  text-decoration: none !important;
}
a {
  color: #1C5Eb0;
}