body {
  background: #fff;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
text-align: center;
font-family: adrianna-extended-1,adrianna-extended-2, sans-serif;
font-size: 72px;
color: #123;
font-weight: 500;
letter-spacing: 5px;
line-height: 72px;
padding: 0;
margin: 0;
text-decoration: none;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
padding: 0;
margin: 0;
text-decoration: none;
text-transform: uppercase;
-webkit-font-smoothing: antialiased;
}

h2 {
text-align: center;
font-family: baskerville, caslon, serif;
color: #111;
text-transform: none;
font-weight: 100;
font-size: 26px;
font-style: italic;
margin: 0 0 10px 0;
}

h3 {
position: relative;
text-align: center;
font-family: adrianna-extended-1,adrianna-extended-2, sans-serif;
font-size: 20px;
color: #058119;
font-weight: 500;
letter-spacing: 1px;
margin:27px 0 0 0;
}

p {
font-size: 19px;
line-height: 26px;
font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, Times;
font-weight: normal;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;

  overflow: hidden;
  padding: 10px 15px;
    text-align: center;
}
.grid_3 p {
padding: 10px 0!important;
}
.answer{
color: #058119;
}
a{
color:#13BE2F;
}
.container {
  background-color: #fff;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container {
  background-color: #fff;
}
.top{
margin-top:80px;
text-align:center;
}

.mid{
margin:40px 0 90px 0;
}
.bottom{
margin-bottom:80px;
text-align:center;
}
.bottom h1 {
font-size: 38px;
}
.bottom h2 {
margin-bottom:0;
}
#block1 p{
  
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
	
}

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

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