body {
  background: none;
  background-image: url(../images/background2.png);
  background-repeat: no-repeat;
  background-position: center top;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: #534C83;
  text-decoration: none;
}

a:hover {
	color: #F3753F;
  text-decoration: underline;
}

h1 {
  font-family: 'Maven Pro', sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-top: none;
  text-align: Left;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  font-family: 'EB Garamond', serif;
  letter-spacing: none;
  font-size: 16px;
  border: none;
  overflow: hidden;
  padding: 0;
  text-align: Left;
}

.container {
  background-color: none;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container {
  background-image: none;
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	.container {
		background-image: none;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		background: none;
	}
}

@media only screen and (max-width: 479px) {
	.container.demo {
		background: none;
	}
}