body{
  --color-bg-alt: #E9E7E7;

  --color-fade: #6476A4;
  --color-blossom-dark: #605a6a;
  --color-blossom-light: #B3ACBF;

  --color-text: #181629;
  --color-bg: #cbd8ef;
}

div.darkonly {
  display:none;
}

@media (prefers-color-scheme: dark) {
  body {
  /* --color-bg: #1d2e4f; */
  /* --color-bg-alt: #6476A4; */
  /* --color-text: #E9E7E7; */
  }
 
  div.lightonly {
    display:none;
  }
  div.darkonly {
    display:block !important;
  }
}

#page {
  max-width: 810px;
  padding-top: 30px;
  margin: 0 auto;
  /* display:table; */
  min-height: 700px;
  font-family: Exo;
}
    /* <link href="https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Lora:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet"> */
p:first-child{
  margin-top:0px;
}

p {
  text-indent: 3em;
}

#banner{
  /* border-bottom:2px dashed var(--color-blossom); */
  margin: auto;
  padding-bottom: 20px;
  /* padding-left: 20px; */
}

#banner::after {
  content: '';
  /* border-bottom:2px dashed var(--color-blossom); */
  width: 360px;
  height: 0px;
  margin: auto;
  position: absolute;
  bottom: -2px;
}

#banner h1{
  /* font-family: 'Alfa Slab One', serif; */
  font-family: Lora;
  margin:auto;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
  line-height:1em;
}

hr {
  border:0;
  border-bottom: 2px dashed var(--color-blossom-dark);
  margin: 30px auto;
  width: 250px;
}

#topmenu{
  border-bottom: 2px dashed var(--color-blossom-dark);
  display: flex;
  /* flex: auto; */
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 0px;
}

#topmenu div{
  /* display: table-cell; */
  /* width:150px; */
  /* height:40px; */
  /* text-align:center; */
  display: inline;
  vertical-align: middle;
}

#topmenu div a{
  display: inline-block;
  text-decoration: none;
  text-align: middle;
  margin: 10px 0px; /* This needs to be adjusted for menu width */
  padding: 0px 8px;
  color: var(--color-text);
  /* height: 100%; */
  /* width: 100%; */
}

#topmenu div a:hover {
    border-bottom: 0px solid var(--color-text);
    text-decoration: underline;
    font-weight: bold;
    color: var(--color-blossom-dark);

}

#topmenu div a:visited {
  color: var(--color-text);
}

#topmenu div:last-child a{
  /* padding: 10px 39px; /1* This needs to be adjusted for menu width *1/ */
}

#main {
  padding: 10px;
  border-bottom: 2px dashed var(--color-blossom-dark);
}

em {
  opacity: 1;
  transition: opacity 1s;
}

em.fade {
  opacity: 0;
}

p.center {
  text-align: center;
  text-indent: 0em;
}

p.contact {
  font-size:0.9em;
}

span.carousel.first {
  display: block;
  margin-bottom: 0.5em;
}

span.carousel {
  display: block;
}

/* #rightbox{ */
/*   /1* float:right; *1/ */
/*   display:table-cell; */
/*   vertical-align:top; */
/* } */
/* .hangingindent { */
/*     padding-left: 22px ; */
/*     text-indent: -22px ; */
/* } */

#footer{
  text-align:center;
  font-size:.9em;
}

.wrapper {
  padding: 20px;
}

#sitecontent{
  line-height:1.5em;
  font-size: 1em;
}

/* img#profile{ */
/*   width: 100%; */
/*   height 100%; */
/* } */

#sitecontent h2:first-child{
  margin-top:0px;
  margin-bottom: 20px;
  font-family: EB Garamond;
}

div.sendgrid-subscription-widget {
  display: flex;
  justify-content: center;
}

div.sendgrid-subscription-widget form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.form-inner {
  display: flex;
  gap: 10px;
}

div.form-inner .sg_email{
  flex-grow: 2;
  border-radius: 1px;
}

input {
  color: var(--color-blossom);
  font-family: Courier Prime;
  border-radius: 4px;
  font-size: 0.9em;
}

div.sg-response {
  font-size: 0.9em;
  color: var(--color-text);
}

label.privacynotice {
  font-size: 0.9em;
  color: var(--color-text);
}
/* #sitecontent h3{ */
/*   margin-bottom:10px; */
/* } */
/* #sitecontent ul{ */
/*   margin:5px 0px; */
/*   padding:0px; */
/*   list-style: none inside none; */
/* } */
