/* COLOR SCHEME */
html {
  background: #ffffff;
}

#page-container {
  font-family: Roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #393A3C;
  font-size: 15px;
  line-height: 1.42857143;
}

.painting {
  display: block;
  text-align: center;
  margin: auto;
}

.painting img {
  margin-bottom: 0;
}

.painting p {
  margin-top: 0;
}

.grd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5em;
  margin: 0 0 2em 0;
}

.tgt {
  display: block;
  margin: auto;
  text-align: center;
}

.tgt img {
  max-width: 300px;
  margin: 10px;
}

@media only screen and (max-width: 680px) {
  .grd {
    grid-template-columns: 1fr;
  }
}
.quote {
  text-align: center;
  font-style: italic;
}

#content .quote p {
  margin: 0 0 0.2em;
}

#content .quote hr {
  background-color: #336699;
  border: none;
  height: 2.5em;
  margin-top: 2em;
  margin-bottom: 2em;
}

#maintext {
  margin: auto;
  /* margin-left: 400px; */
  max-width: 800px;
  padding: 0px 15px 0px 15px;
}

#header {
  background: #336699;
  padding: 1px 1px;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-size: 230%;
}

#content {
  height: auto;
  bottom: 70px;
  font-size: 14px;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: auto;
  line-height: 1.5em; /* increase space betwen lines */
}

#content h2 {
  background: #336699;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 180%;
  margin-top: 0;
  line-height: 1.3;
}

#content h3 {
  color: #3e4756;
  text-align: center;
  font-size: 165%;
  margin: 2em 0 1em 0;
  line-height: 1.3;
}

#content h4 {
  color: #3e4756;
  text-align: center;
  background: #a2acbd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 140%;
  border-radius: 7px 7px 0 0;
  line-height: 1.3;
}

#content h5 {
  color: #336699;
  text-align: center;
  margin: 2em 0 1em 0;
  font-size: 120%;
  font-weight: 900;
  line-height: 1.3;
}

#content h6 {
  color: #3e4756;
  margin: 2em 0 1em 0;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.3;
}

h4 a:link {
  color: #3e4756;
}

h4 a:visited {
  color: #3e4756;
}

#content p {
  margin-top: 0em;
  margin-bottom: 1.7em;
  padding: 0;
}

#footer {
  background: #336699;
  color: #ffffff;
  /* border-top: 10px solid #efefef; */
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
  font-size: 100%;
}

#footer a:link {
  color: #ffffff;
}

#footer a:link:focus {
  outline-color: #ffffff;
}

#footer a:visited {
  color: #ffffff;
}

html, body {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

a:link {
  color: #245173;
}

a {
  text-decoration: none;
}

a:link:hover {
  text-decoration: underline;
}

a:link:focus {
  outline: 3px solid #245173;
  outline-offset: 3px;
}

a:visited {
  color: #245173;
}

img[src*="smile.png"] {
  margin: 0;
  padding: 0;
  height: auto;
  display: inline;
}

img[src*="gf.jpg"] {
  margin: 2em 0 0.7em 0;
  height: auto;
  display: inline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

#content .button {
  display: inline-block;
  padding: 0.75em 1.25em;
  background: #336699;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

#content .button:hover {
  display: inline-block;
  padding: 0.75em 1.25em;
  background: #4080bf;
  color: #ffffff;
  text-decoration: none;
}

#content .button:focus {
  outline: 3px solid #3e4756;
  outline-offset: 3px;
}

/*# sourceMappingURL=master.css.map */
