
body {
    font-family: Commit Mono ,serif !important;
   /* background-color: #f6f4f1;*/
    /* background-color: #f3ebd8; */
    font-size: 14px;
    background-color: #000;
    color: #fbf1c7;
    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: #4d2d12;
     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.5em;
    font-family: Special Elite;
    font-size: 25px;
}
.menu a{
    padding: 3em 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 img {
    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;
  }
}

.container, .buttons-container {
    width: 65%;
     margin: 0 auto;
     /* padding: 25px;*/
    min-height: 100vh;
    justify-content: center;
    text-align: center;
    align-content: center;
}

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

    .project {
	width: 100%;
    }
}


/* forms */

/*
input {
  width: 100%;
}
*/

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:hover { text-decoration: underline }

a {
    position: relative;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.button {
    margin: 0.75em;
}

.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;
}

.social i {
    color: #F90B6D;
}

.projects {
    align-items: flex-start;
    justify-content: space-evenly;
}

.project {
    margin: .6em;
    width: 45%;
}

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

a i {
    margin-right: 0.6em;
}

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