.site-main {
  background: -webkit-linear-gradient(rgba(0,1,6,1) 0%, rgba(33,39,41,1));
  background: -o-linear-gradient(rgba(0,1,6,1) 0%, rgba(33,39,41,1) );
  background: linear-gradient(rgba(0,1,6,1) 0%, rgba(33,39,41,1) );

  padding-top: 32px;
}

header {
  background-color: #000106;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.hero {
  background-color: #000106;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

div.hero-text {
  padding-top: 32px;
  background-color: #000106;
}

section.content {
  background-color: #f5efe0;
  color: black;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 1.2em;
  font-weight: 400;
  padding: 1.5em;
  border-radius: 0.2em;
  -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
}

.content .blog-item .item-title {
  font-weight: 700;
}

a {
  color: #A61500;
}

header h2 {
  font-style: italic;
}

img {
  width: 100%;
}

section.nav {
  background-color: #000106;
  justify-content: center
}

section.nav .navbar {
  ;
}

section.nav .mod-menu a {
  color: #fff;
}

section.nav .mod-menu {
  flex-direction: row;
}

section.nav .mod-menu .nav-item{
  padding: 0em 1em 0em 1em;
}

.mod-custom.has-dropcap:first-child:first-letter {
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

.mod-custom p {
  line-height: 1.6;
}

.mod-custom blockquote {
  text-align: center;
  font-size: 1.2em;
}

/* https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.com-contact .contact-form button {
  background-color: #026637;
  border-color: #026637;
  margin-top: 1em;
}
