/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
:root{
  --sidebar: url(https://thankyouthankyou.neocities.org/images/layout/sidebar.png);
  --background: url(https://thankyouthankyou.neocities.org/images/layout/computer%20grunge.png);
  --border: url(https://thankyouthankyou.neocities.org/images/layout/border.png);
  --text:  #ed3e84; 
  --text-hover: #ed8c9f;
  --link: #66e3dd;
  --link-hover: #8cf5de;
  --bg-color: #FFF2F2;
  --flesh-text: #52172a;
}

@font-face {
  font-family: Terminal grotesque; 
  src: url(https://thankyouthankyou.neocities.org/fonts/terminal-grotesque-webfont.ttf);  
}

@font-face {
  font-family: Cordata;
  src: url(https://thankyouthankyou.neocities.org/fonts/AcPlus_Cordata_PPC-21.ttf); 
}

body {
  background-color: var(--bg-color);
  color: var(--text);
  font-family: Cordata;
  padding: 20px;
  font-size: 1.5em;
}

.main {
  background-image: var(--background);
  background-size: 100%;
  background-position: center top;
  background-attachment: fixed;
  padding: 0px;
}

a {
  color: var(--link);
}

a:hover {
  color: var(--link-hover)  ;
}

div.head {
  height: 275px;
  margin-top: 0px;
  width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
}
a.head {
  height: 230px;
  width: 1180px;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 1000;
}

.head a {
  display: flex;
  align-items: center;
}

.buttons a {
  display: inline-flex;
}

.head img{
  height: 100%;
  display: block;
  margin: auto;
}

div.buttons {
  width: 727.92px;
  margin: 0 auto;
  position: relative;
  top: 95px;
}

u.buttons {
  margin-top: 0px; 
  font-size: 1.3em;
  color: var(--text);
  display: inline-block;
  padding: 3px;
}

u.buttons:hover {
  color: var(--text-hover);
}
.background {
  content: "";
  width: 1180px;
  height: 800px;
  pointer-events: none;
  background: var(--border);
  background-repeat: no-repeat;
  position: relative;
  top: -80px;
  display: flex;
  align-items: center;
  margin: auto;
}

.content {
  pointer-events: auto;
  -background-color: var(--bg-color);
  width: 980px;
  overflow: visible;
  content: "";
  clear: both;
  display: table;
  margin: auto;
  -border: 5px double pink;
}

div.assorted {
  width: 248px;
  height: 589px;
  padding: 5px;
  float: left; 
}

img.gar {
  position: relative;
  top: 320px;
  left: 90px;
}

p.gar {
  background-color: var(--flesh-text);
  color: var(--bg-color);
  font-size: 0.75em;
  padding-top: 3px;
  padding-bottom: 0px;
  text-align: center;
  width: 90px;
  position: relative;
  top: 330px;
  left: 90px;
}

img.lainspin{
  width: 130px;
  position: relative;
  top: 310px;
  left: 40px;
}

p.lainspin {
  background-color: var(--flesh-text);
  color: var(--bg-color);
  width: 150px;
  font-size: 0.75em;
  text-align: center;
  position: relative;
  top: 320px;
  left: 30px;
  padding-top: 3px;
  padding-bottom: 0px;
}

h1 {
  font-size: 3em;
  font-family: Terminal grotesque;
}

h2 {
  font-size: 2em;  
  font-family: Terminal grotesque;
}

p {
  font-size: 1.1em;
  padding: 15px 0px;
}

li {
  margin: 15px 0px;  
}

#mainframe {
  width: 712px;
  display: block;
  height: 530px;
  float: left;
  border: 5px double pink;
}

.centered {
  display: block;
  margin: auto;
  text-align: center;
}

.thotlist {
  width: 100%; 
  display: flexs;
  align-items: center;
  padding: 0px;
}

.thotlist li {
  display: flex;
  border-style: none none dotted none;
  border-color: pink;
}

.thotlist a {
  padding: 15px;
  margin-left: 80px;
  font-size: 2em;
  text-align: left;
}

.post-list {
  display:block;
  width: 100%;
  padding: 0px;
}

.post-list li {
  display: block;
  padding: 0px;
  width: 100%;
}

.post-list h1 {
  color: white;
  background-color: var(--text);
  padding: 10px;
  font-size: 1em;
}

.post-list h1:before {
  content: "Date: ";  
}

h1.updates:before {
  content: "Ver: ";
}

.post-list h2 {
  padding: 10px;
  font-size: 3em;
  display: block;
  margin: auto;
  text-align: center;
}

.post-list h3 {
  padding: 10px;
  font-size: 2em;
  display: block;
  margin: auto;
  text-align: center;
}

h3.show-button {
  text-align: right;
  cursor: pointer;
}

h2.updates {
  padding: 10px;
  font-size: 2em;
  display: block;
  margin: auto;
  text-align: center;
}

.post-list img {
  display: inline-block;
  width: 100%  
}

.post-list p {
  display: block;
  padding: 10px 30px;
  margin: 0px;
}

.more {
  visibility: hidden; 
  height: 0px;
  overflow: hidden;
}

.less {
  height: auto;  
}