#main{
  padding-bottom: 30px;
}
#main .t-header{
  padding-bottom: 0;
}
#wrapper.mobile .main .t-header{
  padding-bottom: 0;
}
.content p{
  margin: 0.7em 0;
  text-indent: 2em;
  line-height: 1.5em;
}
.content p a,
.content p a:link,
.content p a:visited{
  color: inherit;
  text-decoration: underline;
}
.content p a:hover{
  color: blue;

}
.t-block{
  margin: 5px 0 10px;
  padding: 5px 0;
}
.t-block h3{
  margin: 0.4em 0;
  padding: 0 5px;
  line-height: 1em;
  font-size: inherit;
  /* font-weight: normal; */
  color: var(--main-color);
  border-left: solid 2px var(--main-color);
}
.t-block ul,
.t-block li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5em;
}
.t-block a,
.t-block a:link,
.t-block a:visited{
  color: inherit;
  /* color: blue; */
  text-decoration: none;
}
.t-block a:hover{
  color: blue;
  text-decoration: underline;
}
.t-contact-block img{
  display: inline-block;
  max-width: 120px;
  max-height: 120px;
  vertical-align: top;
}
.t-bottom{
  margin-top: 1em;
  text-align: center;
}
.t-bottom a.t-btn-home{
  line-height: 2em;
  font-size: 16px;
}
.t-bottom a.t-btn-home:link,
.t-bottom a.t-btn-home:visited{
  color: var(--main-color);
  text-decoration: none;
}
.t-bottom a.t-btn-home:hover{
  text-decoration: underline;
}

