
body {
    font-family: Crimson Text ,serif !important;
   /* background-color: #f6f4f1;*/
    /* background-color: #f3ebd8; */
    font-size: 22px;
    background-color: #fbf9f8ff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.08'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    /*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.2' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E"); */
    background-attachment: scroll;
}


h1 { color: #004aadff;
     font-size: 40px;
     font-family: Nothing You Could Do, serif;
     line-height: 40px;
     margin: 0 0 16px; }

h2 { color: #000000;
     font-size: 24px;
     font-weight: 300;
     font-family: Special Elite, monospace;
     line-height: 32px;}

pre {
    color: #586e75 !important;
}

nav {
    padding: 0.6em 0.6em;
   /*  height: 3.3em;*/
}
.menu {
    text-align: center;
    padding: 0.5em 0.0em;
    font-family: Special Elite;
    font-size: 25px;
}
.menu a{
    padding: 0.5em 0.5em;
    color: #000000;
}
.menu-columns {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
@media (max-width: 800px) {
  .menu-columns {
      flex-direction: column;
      gap: 10px;
  }
}

section {
    margin: 10px;
    padding-top: 1em;
}

.kellyandkate {
    padding-bottom: 3em;
}


.episode {
    /* background: #eae1cc;
    background-color: #eae1cc; */ 
    background-color: #f3ebd8;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23bbb189' fill-opacity='0.20' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    box-shadow: 1px 2px 3px 2px  #00000043;
    border-radius: 10px;
    padding: 20px;
}
.episode-cover {
    width: 250px;
    box-shadow: 2px 2px 4px #00000043;
    border-radius: 10px;
}
.episode audio {
    margin: 0px
}
.episode-columns {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* Make a one column-layout instead of three-column layout */
@media (max-width: 1000px) {
  .episode-columns {
    flex-direction: column;
  }
}

.podlinks {
    text-align: center;
    justify-content: center;
    
}
.podlinks img {
    height: 60px;
}
.podlinks-columns{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.container /* , .buttons-container */{
    width: 65%;
    margin: 0 auto;
    padding: 25px;
}

@media screen and (max-width: 650px) {
    .container /*, buttons-container */ {
	width: 90%;
    }

    .project {
	width: 100%;
    }
}

.buttons-container {
    width: 65%;
    margin: 0 auto;
    padding: 25px;
    display: flex;
    flex-direction: row;
}
@media screen and (max-width: 650px) {
    .buttons-container{
	flex-direction: column;
	width: auto;
    }
}

.button {
    display: inline-block;   /* key: fit to content */
    width: fit-content; 
    background-color: #004aad;
    color: #fbf9f8ff;
    box-shadow: 1px 1px 3px 2px  #00000022;
    border-radius: 10px;
    padding: 4px 10px 4px 10px;
    margin: 0.5em;
}


/* forms */


label {
    font-weight: bold;
}
input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    box-sizing: border-box;
    resize: none;
    font-family: Crimson Text, serif;
    font-size: 22px;
}


a {
    position: relative;
    text-decoration: none;
    color: #004aad;
}

a:hover {
    text-decoration: underline;
}


.center {
    display: block;
    margin: 0 auto;
}

.post-content {
    margin-top: 40px;
}

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


.tag {
    flex-grow: 0 !important;
    margin: 0.3em !important;
}

.title h2 {
    padding: 0;
}

.subtitle p {
    margin-top: 0;
    font-size: 0.9em;
    font-style: italic;
}

.tags {
    width: 100%;
    margin: 0 auto;
}

footer {
    border-top: #004aadff dotted 2px;
    padding: 1em;
    text-align: center;
}

a i {
    margin-right: 0.6em;
}

#separator:hover {
    text-decoration: none;
}
