html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 width: auto;
 background-color: #262228;  
 overflow-x: hidden;
}
p, ul, li, a {
  text-decoration: none;
}
a:-webkit-any-link {
    color: #3a8397;
    font-weight: bold;
    text-decoration: none;
    cursor: auto;
}
a:-webkit-any-link:active {
    color: #16435a;
    background-color: white;
}
a:-moz-any-link {
    color: #3a8397;
    font-weight: bold;
    text-decoration: none;
    cursor: auto;
}
a:-moz-any-link:active {
    color: #16435a;
    background-color: white;
}
h1, h2, h3 {
font-weight: bold;   
color: #262228; 
text-align: center;
font-family: 'Droid Serif', 'PT Serif', serif;
}
h1 {
font-size: 1.6em; 
}
h2 {
font-size: 1.5em; 
}
h3 {
font-size: 1.2em; 
}

@media only screen and (max-width: 575px) {
h1 {
font-size: 1.4em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.1em;
}
}
#container {
width: 100%;
background-color: #3a8397;
}
#area {
width:90%;
margin-left: 5%;
margin-right:5%;
}
#pgHeader {
   float:left;
   width:100%; 
color: #f7f7f1; 
background-image:  
    linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ), url("../images/banners/adaptforwellbeing-banner.jfif");
    background-repeat: no-repeat;
}
#content-area {
    width: 100%;
    background-color: #efede8; 
}
#content {
    width: 80%;
    background-color: white;
    margin-left: 10%;
    font-family: 'PT Serif', serif;
    padding: 30px 0px 20px 0px;
}
@media only screen and (max-width: 600px) {
#content {
    width: 100%;
    margin-left: 0;
}
}
.content-text {
    font-weight: normal;
    text-align: center;
    font-size: 1.4em;    
    color: #262228; 
    padding: 0 10% 0 10%;
}
@media only screen and (max-width: 575px) {
.content-text {
    font-size: 1.1em;
}
}
#portrait { 
    padding: 25px 10px 0px 10px;
    display: block; 
    float: left;
    width: 40%;
    text-align: center;
    font-size: 1.2em;
    color: #155765; 
}
@media only screen and (max-width: 960px) {
#portrait {
    float: none; 
    width: 100%;
    padding: 0 0 0 0;
}
}
#footer {
display: block;
text-align: center;
font-size: 1.0em;
line-height: 1.6em;
padding: 0 0 1.0em 0;
color: #155765;
font-family: 'Open Sans Condensed', sans-serif;
}
#footer a {
  font-weight: normal; 
}
#footer a:hover, a:active {
  color: #465C8B;
  font-weight: bold;
  background-color: #efede8;
  background-repeat: no-repeat; 
}
@media only screen and (max-width: 575px) {
#footer {
  font-size: 0.8em;
  padding: 0 10% 10px 10%;
}
#footer a:active {
  display: inline-block;
  font-weight: normal; 
}
}
.button {
  display: inline-block;
  font-weight: normal;
  padding: 0.2em 15px 0 15px;
  width: auto;
  height: 1.6em;
  font-size: 1.0em;
  border-radius: 25px;
  font-family: 'Open Sans Condensed', sans-serif;
}
a.button {
  text-decoration: none;
  font-weight: normal;
  color: #262228;
}
a.button:hover, a.button:active {
    display: inline-block;
    color: black;
    font-weight: 500;
}
