
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&display=swap');

html,
body {
  background: white;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16pt;
  margin: 0;
}

article {
  padding: 10px 20px 10px 20px;
  margin-bottom: 1rem;
  background-color: #f8f8f8;
}

blockquote {
  font-family : "Merriweather", "Georgia", "Times New Roman";
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 300;
  margin-left: 2rem;
  margin-right: 2rem;
  color: #306080;
}

blockquote:before {
  content: open-quote;
  font-size: 1.3rem;
}
blockquote:after {
  content: close-quote;
  font-size: 1.3rem;

}

img {
  max-width: 100%;
  background-color: white;
  margin: 10px;
  padding: 7px;
  border-top: 2px solid #f0f0f0;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
}

img.thumb:hover {
  background-color: #80c0f0;
}

img.thumb:active {
  background-color: #f0c040;
}

.thumbs {
  display: table-cell;
  align-content: center;
  vertical-align: middle;
  font-size: 1.6rem;
}

.thumb {
  vertical-align: middle;
}

section.comment {
  background-color: #e0e8ff;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #000000;
}

h1>a {
  text-decoration: none;;
}

h1,h2,h3,h4,h5 {
  font-family : "Georgia", "Century Gothic";
  font-style: italic;
  margin-bottom: 5px;

}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

.date {
  font-family : "Merriweather", "Century Gothic";
  font-style: italic;
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 10px;
  margin-top: 5px;
}

hr {
  border: 0;
  height: 4px;
  background: #888;
}

footer {
  background-color: #ffffff;
}

footer a, footer a:visited {
  color: white;
}

footer a:hover {
  color: #c0d0ff;
}

a:hover, a:visited {
  color: #444444;
  text-decoration: none;
}

p, tr, td, input, button {
  font-family : "Roboto", "Georgia", "Century Gothic";
  font-size: 1.25rem;
}

section {
  margin-top: 10px;
}

sup {
  font-family : "Merriweather", "Century Gothic";
  font-size: 10pt;
  color: #000000;
}

.addBorder {
  border: 5px solid #6080ff;
}

.inset {
    float: left;
    margin: 5px;
    margin-right: 15px;
}

.icon-set {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 20px 20px 20px 20px;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  display: inline-block;
}

.main_div {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.card {
  margin-top: 10px;
  border: 1px solid #404040;
  border-radius: 4px;
  padding: 0;
  display: inline-block;
}

.card_header {
  background-color: #7080A0;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  border-style: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0;
}

.card_body {
  margin: 5px 10px 5px 10px;
}

.dots {
  color: #80b0d0;
  border-width: 0 0 8px;
  border-style: solid;
  border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 1" width="8" height="4"><circle fill="#{$color}" cx="1" cy="0.5" r="0.5"/></svg>') 0 0 100% repeat;
  width: 216px;
}

.stars {
  border: 0;
  background: #fff;
  height: auto;
  color: #80a0d0;
  text-align: center;
}

.stars:after {
  content: "\2022 ";
  font-size: 3em;
  text-shadow:
    -2em 0,
    -1em 0,
      1em 0,
      2em 0;
}

.silent {
  display: none;
}

.nav {
  height: 32px;
  color: blue;
}

.nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.valign {
  vertical-align: middle;
}

.Menu {
  font-size: 2rem;
  padding: 5px 10px 5px 10px;
  margin: 0;
  margin-right: 5px;
  background-color: #7080A0;
  color: white;
}

.Menu-row {
  margin-top: 10px;
  display: inline-block;
}

.article_section {
  margin: 20px;
}

a.nav-row {
  color: #404040;
}

.Menu-row a {
  color: #ffffff;
  text-decoration: none;
}

.Menu-row a:hover {
  color: #e0e0e0;
}