:root {
  --text: #f0f3f7;
  --background: #202224;

  --links: #b5f5d5;
  --links-hover: #94d1b6;

  --table-background: #153d3467;

  --header3: #22f14b56;
  --header4: #22f14b34;

  --comments_back: #153d34;
}

html {
    height: 100%;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
    margin: 0;
    background-color: var(--background);
    color: var(--text);
    font-family: monospace;
}

p {
    font-size: 1.2em;
}

.main_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.main_page {
    margin: auto;
    width: 70%;
}

/*MENU NAV*/
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  visibility: hidden;
  opacity: 0;
}

#menu-bar {
    font-size: 1.2em;
}

#main-navi {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 800px) {
  #main-navi ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex: 0 0 30%;
  }

  #main-navi ul.left{text-align: right;}
  #main-navi ul.right{text-align: left;}
  #menu-bar #logo {
      width: 150px;
      height: 150px;
      margin: 0 0px 0 45px;
  }

  #main-navi li {
      width: 100%;
      list-style: none;
      display: inline-block;
  }
}

#main-navi li {
  list-style: none;
}
#main-navi a {
    display:inline-block;
    color: var(--links);
    text-decoration:none;
    font-size: 2em;
}

#main-navi a:hover, #main-navi a:focus {
    color: var(--links-hover);
}
.logo {width: 150px}

@media screen and (max-width: 799px) {
  #main-navi ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 5px;
  }

  #menu-bar #logo {
    display: none;
    width: 150px;
    height: 150px;
    margin: 0 0px 0 45px;
  }

  #main-navi li {
    padding: 2px;
  }
}


/*MAIN*/
main {
    padding-left: 50px;
    padding-right: 50px; 
    margin: 60px auto 60px auto;
    font-size: 1.1em;
}

@media screen and (max-width: 799px) {
  main {
    padding-left: 20px;
    padding-right: 20px; 
    margin: 10px auto 10px auto;
    font-size: 1.1em;
}
}

@media screen and (min-width: 1200px) {
  main {
    padding-left: 200px;
    padding-right: 200px; 
    margin: 70px auto 70px auto;
    font-size: 1.1em;
}
}

@media screen and (min-width: 1900px) {
  main {
    width: 60%;
    margin: 70px auto 70px auto;
    font-size: 1.1em;
}
}


.network {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.network > div {
  margin: 0 0.65rem 1rem 0.65rem;
  text-align: center;
  line-height: 150%;
  width: 25%;
}

.network img {
  transition: all 0.25s ease-in-out;
  filter: grayscale(80%);
  opacity: 0.7;
}

.network img:hover {
  transition: all 0.5s ease-in-out;
  filter: grayscale(0%);
  opacity: 1;
}

/*TABLE*/
table {
    width: 100%;
    font-size: 0.87rem;
    border-collapse: collapse;
    background-color: var(--table-background);
    padding: 3px 5px;
}

tr {
    border: 1px solid var(--links);
}

td {
    padding: 3px 5px;
}

td.infobox {
    background-color: var(--links);
    color: var(--table-background);
    text-align: center;
    font-size: 0.98rem;
}

table img {
  opacity: 0.7;
  transition: 0.5s;
  filter: grayscale(100%);
}
table img:hover {
  opacity: 1;
  filter: grayscale(10%);
  scale: 1.05;
}

table a {
  transition: 0.5s;
}

table a:hover {
  scale: 1.2;
}

/*NOW PAGE*/

#nowpage h3, #nowpage h1 {
    background-color: var(--header3);
    padding: 5px;
}
  
#nowpage h4 {
    background-color: var(--header4);
    padding: 2px;
}

a {
    text-align: center;
    color: var(--links);
}

p a:hover, h3 a:hover , li a:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%,rgba(181,245,213,0.4) 31%, rgba(181,245,213,0.4) 75%, rgba(255,255,255,0) 76%);
}

#nowpage ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  
  #nowpage li {
    padding-left: 1em;
    text-indent: 1em;
    font-size: 1.1em;
  }
  
  #nowpage li:before {
    content: "►";
    padding-right: 5px;
  }

  /*THE GUESTBOOK*/
  #gb a {
    color: var(--links);
}
  #gb a:hover {
      color: var(--links-hover);
  }


#gb .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #1C2015;
  margin-bottom: 0.2rem;
}

#gb .info-box {
  background-color: #1C2015;
  padding: 0.5rem;
}

#gb .center-bar {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 0.3rem;
}

#gb .buttons {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #1C2015;
  margin: 0.3rem;
}
#gb .buttons:hover {
  background-color: #383f2c;
}

#gb hr {
  width: 50%;
  color: #84d5c0;
  background-color: #84d5c0;
  height: 1px;
}

#gb form > table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
}

#gb td {
  padding: 0.5rem;
}

#gb tr:hover {
  background-color: #22f14b21;
}

#gb input[type="text"], textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 3px solid #46704e;
  color: white;
}

#gb form td:first-child {
  text-align: right;
  width: 40%;
}

#gb .req {
  color:#ff0000;
}

#gb .a_comment {
  width: 90%;
  margin: auto;
}

#gb .thereply {
  text-align: right;
}

#gb .reply {
  width: 70%;
  float: right;
  background: var(--header4);
  border-left: 3px solid var(--links);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 0.4rem;
}

#gb .replytext {
  text-align: left;
  font-weight: bold;
  margin-left: 1.5rem;
}

#gb .comment_body {
  margin-bottom: 0.2rem;
}

#gb .comment_name {
  text-transform: uppercase;
  font-size: larger;
}

#gb .timestamp {
  float: right;
  font-size: smaller;
  font-weight: lighter;
  color: var(--header3);
}


#gb input[type="submit"] {
  padding: 0.35rem 0.5rem;
  
}

/*  FOOTER  */
hr {
  color: var(--links);
  width: 70%;
}

/*status cafe*/
#statuscafe {
  padding: .5em;
  background-color: none;
  border: 1px solid var(--links);
  width: 420px;
  margin: auto;
}
#statuscafe-username {
  margin-bottom: .5em;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}

@media screen and (max-width: 800px) {
  #statuscafe {
    width: 300px;
  }
}



/*ART GALLERY*/

.gallery {
 
}

.galleryitem {
     height: 200px;
    width: 600px;
  border: 1px solid var(--links);
    clear: both;
    margin: auto;
    margin-top: 10px;
    padding: 10px;

}


@media screen and (max-width: 799px) { 
.galleryitem {
    width: 96%;
}
#date_minigal {
    display: none;
}

.galleryitem h2 {
    font-size: 1.1rem !important;
}
}


.galleryitem img {
  border: 1px solid var(--links);
  max-height: 200px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  float: left;
  
    opacity: 0.6;
  transition: opacity 0.3s ease;
}

.galleryitem img:hover {
  opacity: 1;
}


.descpreview {
 --fade-start: 50%;
 mask-image: linear-gradient(to bottom, var(--text), var(--fade-start), transparent);
}


.large_piece img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;

}

#video_prev img {
  border: 1px solid #ff0000;
}


/*art comments*/
#artcom {
  padding: 10px;
  border: var(--links) 1px solid;
}

#artcom .comments_top {
  display: flex;
  flex-wrap: wrap;
}

#artcom .comments_top div {
  flex: 1 1 30%;
}

#artcom input, #artcom textarea, #artcom select, #artcom button {
  background: var(--comments_back);
  color: var(--links);
  border: var(--links) 1px solid;
  padding: 5px;
  margin: 5px;
}

#artcom .comments_bottom {
  margin-top: 10px;
}

#artcom textarea {
  width: calc(100% - 20px);
  height: 100px;
}

#art_page .comment_name {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-top: 0;
  margin-top: 0;
}

#art_page .timestamp {
  float: right;
  font-size: smaller;
  font-weight: lighter;
  color: var(--header3);
}

#art_page .a_comment {
  border: var(--links) 1px solid;
  padding: 5px;
  margin-top: 20px;
  background: var(--comments_back);
}

#art_page .comments_header {
  text-align: center;
}



#feed-reader blockquote {
  border-left: var(--header4) 5px solid;
  padding-left: 5px;
  max-width: 700px;
  margin: auto;
}

#feed-reader #name {
  font-weight: bolder;
  font-size: large;
}

#feed-reader #name span {
  float: right;
  font-size: medium;
}


video {
  width: 100%;
  height: auto;
}


.art_tags span {
  margin: 0;
  margin-right: 5px;
  padding: 2px;
  border: 2px solid var(--header3);
  border-radius: 2px;
  font-size: 0.75em;
  cursor: pointer;
  display: inline-block;
}

.art_tags span:hover {
  background-color: var(--header3);
}

.like_button {
  float: right;
  border: var(--header3) 2px solid;
  font-size: 1.1rem;
  padding: 3px;
  background-color: var(--header3);
  color: var(--links);
  cursor: grab;
  display: inline-block;
}

.like_button:hover {
  color: var(--header3);
  background-color: var(--comments_back);
}

.prevdoodles {
    opacity: 0.6;
    transition-duration: .3s;
    margin: 1px !important;
}
.prevdoodles:hover {
    opacity: 1 !important;
    transform: scale(1.2);
    z-index: 2;
    position: relative;
}

.curdoodle {
    transform: scale(1);
    transition-duration: .3s;
}

.curdoodle:hover {
    transform: scale(1.2);
    z-index: 2;
    position: relative;
}

hr.fancyhr { 
    background: url('lilguy.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 50px;
    border: 0;
    position: relative;
    width: 50%;
}
.fancyhr:before,
.fancyhr:after {
    content: '';
    display: block;
    position: absolute;
    background: #84d5c0;
    height: 2px;
    top: 25px;
}
.fancyhr:before {
    left: 0;
    right: 50%;
    margin-right: 20px;
}
.fancyhr:after {
    right: 0;
    left: 50%;
    margin-left: 20px;
}

#talk2me {
    background-color:#121314;
    padding: 3px;
}

#talk2me:hover {
    color: var(--links);
}

.art_section {
  text-align: center;
  background-color: #404347;
}

b.favs {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 30%,rgba(181,245,213,0.4) 31%, rgba(181,245,213,0.4) 75%, rgba(255,255,255,0) 76%);
}

h2.now {
  background-color: #6ae0bb;
  color: #202224;
  border-radius: 5px;
  letter-spacing: 3px;
  padding: 15px 15px;
  margin: 0px;
  font-size: 1.4rem;
}

h3.now {
  background-color: #6ae0bb;
  color: #202224;
  border-radius: 5px;
  letter-spacing: 3px;
  padding: 3px 5px;
  margin: 0px;
  font-size: 1.1rem;
}

blockquote {
    border-left: var(--links) 2px solid;
    padding: 15px;
    padding-left: 5px;
    background-color: #2c2f32;
}

li a {
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
}

li a:hover {
    letter-spacing: 0.05rem;
}

ul {
    list-style-position: inside;
    list-style-type: square;
}

.buttonwall {
  display: flex
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2rem;
  & img {
    transition: all 0.25s ease-in-out;
    filter: grayscale(80%);
    opacity: 1;
    width: 88px;
    height: 36px;
    margin: 5px;
    box-shadow: 5px 5px #84d5c0;
    &:hover {
      filter: grayscale(0%);
      opacity: 1;
      box-shadow: 1px 1px #84d5c0;
      transform: translateY(4px) translateX(4px);
    }
  }
}


