@import url('https://fonts.googleapis.com/css2?family=Silkscreen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

body{
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
    margin: 0;
    font-family: sans-serif;
    color: white; 
  }
body.baddie-page{
  background-image: url('../images/bliss.jpg');
}
.theory{
  background-image: url('../images/yunying.jpg');
}
.index-bg {
  background-image: url('../images/cloud_atlas.jpg');
}
header {
  /* background-color: rgba(0, 0, 0, 0.6); */
  padding-top: 15px;
  text-align: center;
  color: white;
  }
header.intro-header {
  background-color: none;
}

nav {
  position: sticky;
  top: 0;
  margin-top: 20px;
}
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
    margin: 0px;
    margin-left: 0px;
    padding: 10px;
  }
nav ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}

nav ul li a {
  display: block;
  color: white;
  font-size: 130%;
  font-weight: bold;
  text-decoration: none;
  line-height: 0.5;
}
nav ul li a:hover {
  color: blue;
}
ul li {
  list-style: none;
}
/* a:link {
  color:  magenta;
} */
.fig {
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
  margin-top: 0px;
}
/* a:hover {
  font-style: italic;
  font-weight: bold;
} */
h1{
  font-family: 'Jersey 10', sans-serif;
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 68px;
  padding: 0;
  font-style: oblique;
}

h2{
  font-family: 'Silkscreen', sans-serif;
  font-weight: 400;
  color: black;
  text-align: center;
  font-size: 30px;
  padding-top: 0%;
}
h3{
  font-family: 'Share Tech Mono', sans-serif;
  /* color: black; */
  font-weight: bold;
  font-size: 24px;
}

.header{
  background:black;
}

.home {
  position: relative;
  width: 100%;
  height: 800px;
  margin: 0 auto;
}

.machina,
.glitch,
.togawa,
.ghost {
  position: absolute;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

figure.machina img {
  width: 400px;
  top: 50px;
  left: 50px;
  transform: rotate(2deg);
}
.image-container {
  position: absolute;
  display: inline-block;
}

.caption-overlay {
  position: absolute;
  bottom: 10px; 
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 6px 12px;
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.caption-overlay:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transform: translateX(-50%) scale(1.05);
}

.glitch {
  width: 200px;
  top: 40px;
  left: 500px;
  transform: rotate(5deg);
}

figure.togawa {
  position: absolute;
  top: 50px;
  left: 975px;
  width: 200px;
  margin: 0;
}
figure.machina{
  position: absolute;
  transform: rotate(2deg);
  top: 50px;
  left: 40px;
  width: 200px;
}
figure.glitch{
  position: absolute;
  transform: rotate(5deg);
}

figure.ghost{
  position: absolute;
  transform: rotate(-5deg);
}
figure.togawa img{
  width: 200px;
  top: 50px;
  left: 975px;
}

figure.glitch img{
  width: 200px;
  top: 40px;
  left: 500px;
  transform: rotate(5deg);
}

figure.ghost img{
  width: 300px;
  top: 300px;
  left: 600px;
  transform: rotate(-5deg);
}

figure.togawa figcaption, figure.machina figcaption, figure.glitch figcaption, figure.ghost figcaption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 5px 0;
  font-family: sans-serif;
  cursor: pointer;
}
.about {
  width: 100px;
  top: 50px;
  left: 975px;
}
.ghost {
  width: 300px;
  top: 300px;
  left: 600px;
  transform: rotate(-6deg);
}

.glitch:hover,
.ghost:hover,
.machina:hover,
.togawa:hover {
  opacity: 0.8;  
  transform: scale(1.05);
}

.intro-all{
  display: flex;
  align-items: flex-start;
  /* gap: 15px; */
}
.intro-pics{
  display: flex; 
  flex-direction: column;
  margin-left: 10px;
  align-items: flex-start;
}
.guy {
  max-width: 200px;
  margin-right: 15px;
}
.bender{
  max-width: 250px;
  align-items: left;
}
.how-to {
  background-color: rgb(132, 0, 255);
  margin-right: 15px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
  font-family: 'Times New Roman', serif; 
}
.textbox{
  font-family: 'Times New Roman', serif; 
  font-size: 18px;
  background-color: white;
  color: black;
  padding: 20px;
  max-width: 75%;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-top:15px;
  align-items: end;
  border-style: outset;
  height: 120vh;  
  overflow-y: auto;    
}
.textbox2{
  font-family: 'Times New Roman', serif; 
  font-size: 16px;
  background-color: white;
  color: black;
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 50%;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top:15px;
  align-items: end;
  border-style: outset;   
  line-height: 1.5;
  overflow-y: auto;  
  height: 100vh;
}

.block {
  margin-left: 2em;
}

.quote{
  font-style: italic;
}

.machina2, .haraway {
  display: block;
  margin: auto;
  /* margin-bottom: 20px; */
  width: 300px;
}

.about-text{
  font-family: serif;
  line-height: 1.15;
  margin-left: 95px;
  margin-right: 25%;
  color: black;
  font-size: 18px;
}

/* BADDIE STYLES */
.pics{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.baddie {
  margin-top: 10px;
  width: 41%;
  height: auto;
  object-fit: contain;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.character_ai_1 {
  margin-top: 10px;
  height: auto;
  width: 30%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.all{
  padding-bottom: 10px;
}
.baddie_text{
  font-family: 'Times New Roman', serif; 
  font-size: 18px;
  background-color: rgb(255, 208, 239);
  color: black;
  padding: 20px;
  /* max-width: 30%; */
  margin-top: 10px;
  margin-bottom: 10px;
  /* border-style: outset; */
  /* margin-left: 50px;
  margin-right: 50px; */
  flex-grow: 1;
}
button{
  font-size: 16px;
  display: block;
  margin: 0 auto;
  padding: 5px;
}
.button{
  text-decoration: none;
}
.ad1{
  display: flex;
  align-items: center;
}
.ad {
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  /* margin-left: auto;
  margin-right: auto; */
  max-width: 70%;
  padding: 10px;
  color: black;
  font-family: Helvetica, sans-serif;
  border-style: solid;
  border-width: 5px;
  border-color: red;
}
.ad-img{
  max-width: 220px;
  border-radius: 60%;
}
.ad_head{
  text-shadow: 2px 2px 5px rgb(243, 122, 122);
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
.allchat{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 0;
}
.AIchat{
  font-family: 'Share Tech Mono', sans-serif; 
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.816);
  color: rgb(175, 119, 247);
  padding: 20px;
  max-width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: dotted;
  flex-grow: 1;
  max-height: 150vh;
  overflow-y: auto;
}
.chat2{
  font-family: 'Share Tech Mono', sans-serif; 
  font-size: 18px;
  background-color: rgba(77, 245, 155, 0.717);
  color: rgb(0, 0, 0);
  padding: 20px;
  height: 425px;
  width: 400px;
  margin-top: 10px;
  border-style: dashed;
  border-width: 5px;
  border-color: white;
  flex-grow: 1;
  overflow-y: auto; 
}
.chat4{
  font-family: 'Share Tech Mono', sans-serif; 
  font-size: 18px;
  background-color: rgba(77, 200, 245, 0.717);
  color: rgb(0, 0, 0);
  padding: 20px;
  height: 425px;
  width: 400px;
  margin-top: 10px;
  border-style: dashed;
  border-left: none;
  border-width: 5px;
  border-color: white;
  flex-grow: 1;
  overflow-y: auto; 
}
.chat3{
  font-family: 'Share Tech Mono', sans-serif; 
  font-size: 18px;
  background-color: rgb(29, 60, 198);
  color: rgb(252, 118, 228);
  max-height: 340px;
  align-self: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  border-style: solid;
  border-width: 4px;
  flex-grow: 1;
  overflow-y: auto; 
  scrollbar-width: thin;
}
.chat3-5{
    font-family: 'Share Tech Mono', sans-serif; 
    font-size: 16px;
    background-color: rgb(255, 12, 138);
    color: white;
    height: 200px;
    align-self: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    border-style: solid;
    border-width: 4px;
    flex-grow: 1;
    overflow-y: auto; 
    scrollbar-width: thin;
  }
.stickyh3{
  top: 0;
  align-items: center;
  max-width: 50%;
}
right {
  max-width: 50%;
  padding: 0;
}
.right-top{
  display: flex;
  align-items: flex-start;
}
.my-input{
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-style: oblique;
}
/* Theory */
.soft_science_div{
  display: flex;
  align-items: center;
}
.r_u_AI{
  max-width: 100%;
}
.soft_science {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: solid;
  border-width: 5px;
  flex: 1;
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}
.textbox3{
  background-color: rgb(251, 224, 248);
  font-size: 16px;
  max-width: 100%;
  padding: 10px;
  color: black;
  font-family: Helvetica, sans-serif;
  border-style: solid;
  border-width: 5px;
  border-color: rgb(0, 51, 255);
  border-style: groove;
}
.textbox4{
  flex: 1;
  background-color: rgb(251, 225, 240);
  font-family:'Times New Roman', Times, serif;
  font-size: 18px;
  line-height: 1.15;
  color: black;
  margin-right: 50px;
  margin-left: 0;
  padding: 20px;
  max-height: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.quote2{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 8px #272426;
}
footer {
  text-align: center;
  font-family: 'Times New Roman', serif; 
  padding: 2px;
  background-color: white;
  color: black;
}




