@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400..700&family=Cabin+Sketch:wght@400;700&display=swap');

/* html {
    margin: 0px;
    height:100%;
}*/

body {
    background-color: #111;
    background-image: url(guiart/fa-bg.png);
    background-attachment: fixed;
    background-repeat: repeat-y;
    font-size: 14px;
    font-family: Arimo, sans-serif;
    color: #333;
    margin: 0px;
}

body.FullPageComic {
    background-image: none;
    // background-color: #333;
}

a { 
    color: #000;
    text-decoration: overline underline;
    font-weight: bold;
    font-size: 16px; }
  a:hover { background-color: #ccc; }

a.navigation { 
    color: #fff;
    text-decoration: none;
    font-weight: bolder;
    font-size: 16px; }
  a.navigation:hover { color: #c53; background-color: #000; }

span.navigationOFF { 
    color: #555;
    font-weight: bolder;
    font-size: 16px; }

.darkModeBody {
    background-image: url(guiart/fa-bg-DARKMODE.png);
    color: #ccc;
}

button {
    border: 3px solid #333;
    border-radius: 8px;
    padding: 3px 5px;
    background-color: #eee;
    color: #333;
    font-size: 15px; 
    font-weight: bold;
    cursor: pointer;
    margin: 0px 1px;
    box-shadow: 0px 1px 2px #666;
} button:hover { border-color: #000; background-color: #fff; color: #000; }

button.pageNumbers {
    border: 0px;
    border-radius: 50px;
    padding: 4px 5px;
    background-color: #333;
    color: #eee;
} button.pageNumbers:hover { background-color: #000; color: #fff; }

button.patreon {
    border: 0px;
    border-radius: 50px;
    padding: 4px 5px;
    background-color: #f96854;
    color: #052d49;
} button.patreon:hover { color: #fff; }

button.key {
    border: 0px;
    border-radius: 50px;
    padding: 4px 5px;
    background-color: #c30;
    color: #ffc;
} button.key:hover { background-color: #ffc; color: #c30; }

table {
    width: 250px;
    margin: 0px auto 5px;
} td { padding: 3px; }

ul {
    // list-style-type: '\2297';
    list-style-image: url(guiart/broken-heart-bullet.png);
    list-style-position: inside;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    margin-top: 0px;
}
li {
    margin: 5px 0px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: Cabin Sketch, sans-serif;
    text-align: left;
    line-height: 35px;
    margin: 0px 0px 0px 20px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: Cabin Sketch, sans-serif;
    text-align: left;
    margin: 10px  0px 0px 20px;
}

strong {
    font-weight: bold;
    font-style: italic; 
}

i {
    font-weight: lighter;
    font-size: 12px;
}
img.ygmtmc {
    width: 310px;
    height: auto;
    margin: 0px;
    // border: 2px solid #000;
}

img.downArrow {
    width: 51px;
    height: 51px;
    margin: 10px auto;
}

img.comicStrips {
    width: 260px;
    height: auto;
    margin: 10px auto;
}


#faTitle {
    width: 300px;
    height: auto;
}

#nutshell {
     white-space: nowrap;
}

#wrapper {
    width: 310px;
    margin-left: 100px;
    text-align: center;
    background-color: #eee;
    // box-shadow: 0px 5px 5px #555 inset;
}

#wrapper2 {
    max-width: 600px;
    margin: 0px auto;
    padding: 5px;
    text-align: center;
    background-color: #333;
}

#comicSpace {
    background-color:#fff;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    padding: 10px 0px;
}

#comicStripSpace {
    width: 260px;
    background-color:#000;
    border-radius: 20px;
    overflow: hidden;
    margin: 20px auto;
    padding: 10px 0px;
}

@media screen and (max-width: 627px) {
    #wrapper { margin: 0px auto; }
    body { background-image: none; }
    .darkModeBody { background-image: none; }
}

#blurb {
    text-align: left;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    margin: 0px 20px 15px;
    padding: 10px;
}

#copyright {
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999;
}