/* HT https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862 */
html * {
  font-family: BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
#blockColorblindContent {
  display: none !important;
}
#colorBlindSVG {
  display: none !important;
}
html body.home.page-template-default.page div.site div.site-content article.page.type-page p a {
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: 400;
}
body > div.site > header {
  background-color: #ebecef;
}
body > div.site > header > div > h1 > a:hover {
  color: #ffc808;
}
@media (max-width: 599px) {
  body > div.site > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 599px) {
  #content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.6em;
  }
}
.site-title {
  /*	  display:none;*/
}
@media (max-width: 599px) {
}
@media (max-width: 599px) {
  h2 {
    font-size: 1.2em;
  }
}
@media (max-width: 599px) {
  body > div.site > div ul > li {
    margin-bottom: 0.5em;
    border-left: 3px solid tomato;
    padding-left: 10px;
  }
}
@media (max-width: 599px) {
  body > div.site > div p {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 599px) {
  body > div.site > div ul {
    padding-left: 0;
    list-style-type: none;
  }
}
@media (max-width: 599px) {
  body > div.site > div > article p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) {
  .site-title {
    width: 100%;
  }
}
#main {
  font-size: 0.9em;
}
.slideshare {
  margin: 0 auto;
  width: 100%;
  height: 485px;
}
@media (max-width: 599px) {
  .slideshare {
    width: 100%;
    height: 220px;
  }
}
.wordtree {
  margin-left: -20%;
  margin-right: -20%;
  /* from here:
 * https://themeskills.com/make-embedded-youtube-videos-responsive-wordpress/ */
}
@media (max-width: 599px) {
  .wordtree {
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
    height: 200px;
  }
}
.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.big-signup-button {
  font-size: 1rem !important;
}
.big-signup-button a {
  background-color: black;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  text-align: center;
  border: none !important;
  display: block;
  padding: 1rem;
}
.big-signup-button a:hover {
  background-color: #333;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  text-align: center;
  border: none !important;
  display: block;
  padding: 1rem;
}
@media only screen and (max-width: 599px) {
  .big-signup-button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  div.entry-content > div.sharedaddy.sd-sharing-enabled > div > div > ul > li {
    border-left: none;
  }
}
.framepic img {
  border: 1px solid gray;
}
p.hanging-double-quote {
  text-indent: -0.3em;
}
#mc-embedded-subscribe {
  background-color: green !important;
}
.signup-prompt::after {
  content: " ↘️";
}
@media all and (max-width: 768px) {
  body.custom-background {
    background-image: none;
    background-color: #fdfdfd;
  }
  body {
    font-size: 0.8rem;
  }
  .signup-prompt::after {
    content: " 👇";
  }
}
