body {
	font: 100% "Open Sans", sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
color: #0f81c5;
}
.container {
	max-width: 800px;
	margin: 50px auto; 
}
.wrapper {
display: flex;
flex-direction: column;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; 
}

div#text {
	float: left;
	width: 100%;
	margin-top: 48px;
	margin-bottom: 18px;
	font-size: 20px;
}
#cont-bottom {
	border-top: 10px solid #cccccc;
	border-bottom: 10px solid #cccccc;
	padding: 0 0 20px 0;
	color: #cccccc;
	margin: 100px 0;
	float: left;
	width: 100%;
}

div#logo {
	float: left;
	width: 100%;
}
div#logo img {
width: 250px;
}
body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Open Sans", sans-serif;
}

strong {
font-size: 1.3em;
font-weight: normal;}

.address {
font-size: 1.1em;
margin-bottom: 10px;
}
h1 {
display: none;
	font-size: 2em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
	padding: 0.5em 0 0.25em 0;
}
h2 {
	font-weight: normal;
}
a:link, a:visited {
  color: #0f81c5;
  text-decoration: none;
}

a:hover, a:active {
  color: #006eab;
  text-decoration: underline;
}

.contact-item {
margin: 5px 0;
}
address {
font-style:normal;
 }
 
a.button {
padding: 0.5em 1em;
background-color: #0f81c5;
border-radius: 18px;
color: white;
display: inline-block;
margin-bottom: 2em;
}
.underline {
border-bottom: 1px solid;
}
.margin-below {
margin-bottom: 2em;
}
.padding-below {
padding-bottom: 2em;
}
.social-media {
font-size: 5em;
}

.site-footer {
background-color: #0f81c5;
padding-top: 3em;
padding-bottom: 8em;
  color: #fff;
}
.site-footer a:link, .site-footer a:visited {
  color: #fff;
  text-decoration: none;
}

