.site-header {
  background-color: #ffffff;
  margin-top: 0px;
  height: 0px;
  padding: 0px;
  color: #ffffff;
}

.header-full-width {
  background-color: #ffffff;
  width: 100%;
	height: 60px;
}

.site-title {
  text-transform: capitalize;
}

.site-inner {
  width: 100%;
}

.post-7.page.type-page.status-publish.has-post-thumbnail.entry {
  width: 100%;
  overflow: hidden;
  margin: -40px 0 0 0px;
  left: 50%;
  padding-top: 5px;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.header-full-width .site-container {
  width: 100%;
  opacity: 1;
}

.nav-primary {
  margin-top: 0px;
  background-color: #0A1857;
}

h1 {
  color: #0A77C0;
  text-align: center;
  width: 100%;
}

h2 {
  color: #0A77C0;
  text-align: center;
  width: 100%;
}

h3 {
  color: #000000;
  text-align: center;
  width: 100%;
	padding-top: 0px;
}

p {
	font-family: 'Spinnaker', sans-serif;
  color: #000000;
  text-align: left;
  width: 100%;
	font-size: 18px;
	line-height: 1.5;
	margin: -10px 0 0 0px;
}

.full-width-content .content {
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -20px;
	margin-bottom: -20px;
	padding-left: 0px;
	padding-right: 0px;		
}

.entry-content {
  width: 100%;

}

.site-footer {
  background-color: #0A1857;
  text-align: center;
  width: 100%;
	font-size: 18px;
}