
html {
  height: 100%;
  overflow: hidden;
}   

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  max-height: 100vh;
  color: #222;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}

/*a {
  text-decoration: none;
}
a:link{
  color: #2673ae;
}
a:visited{
  color: #6e26ae;
}
a:hover,
a:active {
  color: #02305e;
  text-decoration: underline;
}*/
#ContentWrap ul, 
#ContentWrap li{
  list-style: disc;
}
#ContentWrap li{
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}
.container h2 {
  font-size: 1.5em;
}
h2 a.index-post-title{
  color: #222;
}
.container p {
  margin: 1em 0;
}
h2.page-title {
  margin: 1rem 0;
  margin-top: 0;
  font-size: 2rem;
  border-bottom: #bbb 1px solid;
}
.container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 5%;
}
#SiteHeading {
  letter-spacing: 0.1em;
  letter-spacing: -3px;
}
header.site-header {
  height: 100px;
  margin: 0 auto;
  position: relative;
}
header.site-header h1 {
  margin: 0;
}
header.site-header .custom-logo {
  max-width: 7em;
  height: inherit;
  float: left;
}
.container .wp-block-code {
  background-color: #333;
  color: #fff;
  padding: 1.5em;
  border-radius: 5px;
}

footer.site-footer {
  padding: 5em;
  text-align: center;
}
.post-page h2.post-page-headline {
  font-size: 2.5em;
}
.post-page img.post-page-banner {
  width: 100%;
  border-radius: 5px;
}

.site-footer a, .site-footer a:link, .site-footer a:visited{
  color: #222;
  text-decoration: underline;
}

blockquote{
  border-left: #bbb 4px solid;
  padding-left: 1em;
}

hr{
  margin: 40px 0px !important;
  border-color:#aaa !important;
}

#MobileMenuButton {
  position: absolute;
  top: 16px;
  right: 20px;
}

.contact-links {
  margin-top: 1em;
}
.contact-links a {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 6px;
  border-radius: 8px;
  margin-bottom: 0.5em;
}

#sidebar{
  margin: 10px 15px;
}
#sidebar ul, #sidebar li{
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li{
  line-height: 0.95em;
  margin-bottom: 0.75em;
}

#s{
  border-radius: 5px;
  font-size: 1.2em;
  padding: 6px;
}
#searchsubmit{
  background-color: #5c3a5f;
  color: #fff;
  padding: 1px 6px;
  margin: 4px 0;
  border-radius: 5px;
  cursor: pointer;
}

#respond{
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #bbb;
}
#respond form label{
  display: block;
  margin-bottom: 5px;
}
#respond form input[type="text"], #respond form input[type="email"], #respond form textarea{
  width: 80%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #bbb;
  border-radius: 12px;
}
#respond form textarea{
  height: 100px;
  width: 95%;
  border-radius: 12px;
}
#respond #submit{
  border-radius: 25px;
  padding: 4px 10px;
  background-color: #5c3a5f;
  color: #fff;
  cursor: pointer;
  border: 0;
}
#respond #submit:hover{
  background-color: #fff;
  color: #5c3a5f;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  float: left;
  margin-right: 5px;
}

#HeaderMenu{
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  text-align: right;
}


div.menu {
  margin-top: -10px;
}
div.menu ul {
  list-style: none;
  padding: 1.5em 0;
}
div.menu li {
  display: inline-block;
  text-align: left;
}

div.menu li a:link,
div.menu li a:visited {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: #222;
  text-decoration: none;
}
div.menu li a:hover,
div.menu li a:active {
  background-color: #fff;
  border-radius: 8px;
  color: #d27e49;
  text-decoration: none;
}

/* Mobile Menu */
/* apply to width under 768px */
@media screen and (max-width: 768px) {
  #MobileMenuButton {
    display: block;
    z-index: 8;
  }
  #MobileMenuButton.active {
    transform: rotate(90deg);
    transition-duration: 200ms;
    transition-property: transform;
    transition-timing-function: ease-in-out;
  }

  #SiteHeading {
    z-index: 8;
  }

  #MenuWrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.9);
    height: 100vh;
    z-index: 7;
  }

  div.menu {
    margin: 110px 20px 0 20px;
  }
  
  div.menu ul {
    padding: 0;
  }
  div.menu li {
    display: block;
    margin: 0;
    padding: 0.25em 0;
    border-bottom: 1px solid #bbb;
  }
  div.menu li a {
    font-size: 1.25em;
    font-weight: normal;
    padding: 0.5em 0;
    display: block;
  }
  div.menu li a:link,
  div.menu li a:visited {
    background-color: transparent;
    border-radius: 0;
  }
  div.menu li a:hover,
  div.menu li a:active {
    color: #d27e49;
    background-color: transparent;
    border-radius: 0;
  }
}



header.site-header h1 {
  font-family: 'Dela Gothic One', cursive;
  font-size: 36px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#LogoIcon {
  /*background-color: #d6e6c7;
  #f0e4d5;*/
  display: inline-block;
  width: 75px;
  height: 75px;
  position: relative;
  margin-top: 8px;
  cursor: pointer;
  z-index: 20;
}

#TrashIcon {
  display: inline-block;
  position: absolute;
}

#LogoWords {
  cursor: pointer;
  display: inline-block;
  top: -7px;
  position: relative;
  z-index: 20;
}

#LogoWords #FW {
  display: block;
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  width: 140px;
  text-align: justify;
}

#LogoWords #CS {
  display: block;
  font-family: 'DM Sans', sans-serif;
  text-transform: lowercase;
  margin-top: -0.3em;
}

#LogoWords #LHS {
  display: block;
  font-family: 'Karla', sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
}

@media (max-width: 580px) {
  #LogoWords #FW {
      font-size: 1em;
  }

  #LogoWords #CS {
      font-size: 1.65em;
  }

  #LogoWords #LHS {
      font-size: 0.65em;
  }
}