@font-face {
    font-family: "Goudy";
    src: url("../fonts/Goudy/GoudyO_S.woff2") format('woff2');
    src: url("../fonts/Goudy/GoudyO_S.ttf") format('truetype');
}
@font-face {
    font-family: "Titillium";
    src: url("../fonts/Titillium Web/TitilliumWeb-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Titillium_Bold";
    src: url("../fonts/Titillium Web/TitilliumWeb-Bold.ttf") format('truetype');
}

:root {--text: brown;}

.goudy {
    font-family: "Goudy";
}
.tit{
    font-family: "Titillium";
    font-weight: 300;    
}
.tit-bold{
    font-family: "Titillium_Bold";
    font-weight: 700;    
}
.red {
    color: red;
}
.blue {
    color: blue;
}
.seo {
    color: #2196F3;
    font-size: 2rem;
    font-family: "Titillium";
    text-align: center;
}
.seo-ul {
    color: inherit;
    font-size: inherit;
    font-family: "Titillium";
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: inherit;
    display: inline;
}
.seo-ul-sub {
    color: blue;
    font-size: 1.5rem;
    font-family: "Titillium";
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: inherit;
/*    display: inline;*/
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Goudy";
    color: red;
}
h1, .h1 {
    font-size: 3.5rem;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 2.5rem;
}
h4, .h4 {
    font-size: 2rem;
}
h5, .h5 {
    font-size: 1.5rem;
}
h6, .h6 {
    font-size: 1rem;
}
.body, p, ul, li {
    font-family: "Titillium";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text);
}
table.svc-table td, table.svc-table th {
    font-family: Titillium;
    color: var(--text);
    border: 1px solid #74591C;
    padding: 3px;
    height: 25px;
}
table.svc-table th {
    text-align: center;
    background: #e7b581a8;
}
table.svc-table .even {
    background: #e7b5816b;
}
table.svc-table .odd {
    background: #fefcf9;
}
table.svc-table tr {
    background: inherit;
}
table.plain td, table.plain th {
    padding: 3px;
    width: 30px;
    height: 25px;
}
#content ul li {
    color: var(--text);
    margin-left: 1rem;
    padding-left: 1rem;
}
#content ul {
    margin-bottom: 1rem;
    margin-top: -1rem;
}
#services .list-group-item{
  color: brown;
  background-color: blanchedalmond;
  padding-left: 4rem;
  text-indent: -2rem;
}
#services .list-group-item:before{
  font-family: 'Font Awesome 5 Duotone';
  content: "\10f013";
  margin-right: 1rem;
  color: red
}#why .list-group-item{
  color: brown;
  background-color: blanchedalmond;
  padding-left: 4rem;
  text-indent: -2rem;
}
#why .list-group-item:before{
  font-family: 'Font Awesome 5 Pro';
  content: "\f128";
  margin-right: 1rem;
  color: green
}
#Form {
    background: floralwhite;
    color: var(--text);
}