body.gridimg{
	background: url(img/bg.gif)  repeat; 	
}

.pagetitle{
  background: rgba(255,255,255,0.8);
  color: #36f;
}


#title{
  display: inline-block;
  background-color: #fea;
  }
  
header h1 {
  padding: 0.5ex 1em 0;
  margin: 0;
  font-size: 400%;
  font-weight: bold;
  font-family: fantasy;
  color: #00379E;
  background: -webkit-linear-gradient(90deg, #00B446, #00379E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.7));
}

p.sub_title {
	color: #4D4733;
	padding: 5px;

}

footer ul.breadcrumb a, footer ul.breadcrumb a:visited {
	color: #294F61;
}

#main {
	background: white;
	margin: 0 auto;
	padding: 5px;
}

#main p {
  text-indent: 0.5em;
}

dl{
  list-style-type:none;
  }
  
dt{
  background: url(img/icon.gif) no-repeat;
  padding: 12px 0 12px 60px ;
  margin: 1.5em 0 0;
  font-size: larger;
  }

dd {
  margin: 0 0 0 60px;
}

figure p {
	text-align: center;
}

figure img {
	max-width: 90%;
}

figcaption{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: center;
}


@media screen and (max-width: 480px) {
  header img {
    width: 100%;
  }
  header h1 {
    font-size: xx-large;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.7));
  }
}


