/* fonts! */
@font-face {
  font-family: "dreamwish";
  src: url("fonts/dreamwish/dreamwish.ttf") format("truetype");
}
@font-face {
  font-family: "lettermagic";
  src: url("fonts/dreamwish/LetterMagic.ttf") format("truetype");
}
@font-face {
  font-family: "Owls";
  src: url("fonts/dreamwish/OwlsNInk.ttf") format("truetype");
}
@font-face {
  font-family: "Quarantype";
  src: url(https://humantooth.neocities.org/fonts/Quarantype-Regular.woff) format("woff");
}
@font-face {
  font-family: "Karbon";
  src: url(https://humantooth.neocities.org/fonts/3621-karbon-web.woff) format("woff");
}
@font-face {
  font-family: "Canarina";
  src: url(https://humantooth.neocities.org/fonts/Canarina.woff2) format("woff2");
}
@font-face {
  font-family: "Director";
  src: url(https://humantooth.neocities.org/fonts/Director-Regular.woff) format("woff");
}
@font-face {
  font-family: "Templegarten";
  src: url(https://humantooth.neocities.org/fonts/Templegarten.woff) format("woff");
}
@font-face {
  font-family: "MachineLearning";
  src: url(https://humantooth.neocities.org/fonts/MachineLearningFont-v1.woff) format("woff");
}

/* body stuff*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(https://i.pinimg.com/736x/55/a0/78/55a07830075be3ba1d5b094128dfbf1f.jpg);
  background-size: cover;
  background-color: #fcfbf7d5;
  overflow-x: hidden;
  font-family: "Karbon", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* layout*/
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 2rem;
  width: 50%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.leftbox,
.rightbox {
  flex: 1 1 400px;
  min-width: 280px;
  max-width: 100%;
  border-radius: 60px;
  max-height: 900px;
}

.leftbox {
  background-image: url("images/bg1.jpg");
  padding: 1rem;
  position: relative;
}

.rightbox {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.middlebox {
  width: 100%;
  max-width: 1000px;
  height: auto;
  background-image: url("images/bg4.jpg");
  border-radius: 60px;
  padding: 1rem;
}

.topmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 1rem auto;
}

#menu a,
.dropbtn {
  display: inline-block;
  background: #ff58c5;
  padding: 10px;
  width: 180px;
  font: 18px "karbon", arial;
  text-shadow: 1px 2px 3px #480308;
  letter-spacing: 4px;
  text-align: center;
  border-radius: 50px;
  color: #fcdbff;
}

.content{
  height:300%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  border-radius: 20px;
  box-shadow: 0px 8px 16px 0px rgb(200, 36, 173);
  z-index: 1;
}

.dropdown-content a {
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #f4ccf3;
}


.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  padding: 1rem;
  margin: 0 auto;
  max-width: 1000px;
}

.photo-gallery img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 4px solid #ffedfb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.photo-gallery img:hover {
  transform: scale(1.05);
}


/* titles n fonts */
.contenttitle {
  margin: 1rem auto;
  background: #ffedfb;
  font: 48px "pixelify sans", arial;
  color: #ffd6ee;
  border-radius: 20px;
  text-align: center;
  text-shadow: 1px 2px 3px #cf3393;
  border-bottom: 10px solid #feb2ce;
  max-width: 100%;
}

.lefttitle {
  font: 59px "MachineLearning", arial;
  color: #cf3393;
  text-shadow: 1px 2px 3px #cf3393;
  text-align: center;
  margin-bottom: 1rem;
}

.blogfont,
.updatefont,
.pfont {
  font: 16px "Templegarten", arial;
  color: #13000c;
  text-align: center;
  margin: 10px;
}

.subhead {
  font: 18px "lettermagic", arial;
  color: #6e3a59;
  text-align: center;
}

.blogtitle {
  float:center;
  background: #ffedfb;
  border-radius: 50px;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 10px solid #feb2ce;
  font: 29px "MachineLearning", arial;
  color: #cf3393;
  text-shadow: 1px 2px 3px #cf3393;
  margin: 10px auto;
  
}

.drptitle {
  background: #ffedfb;
  border-radius: 50px;
  font: 20px "MachineLearning", arial;
  color: #ce2f91;
  text-shadow: 1px 2px 3px #cf3393;
  margin: 3px auto;
  display: inline-block;
}

.blogpost,
.update {
  background: #ffedfb;
  border-radius: 50px;
  text-align: center;
  border-bottom: 4px solid #feb2ce;

  max-width: 100%;
}

.rightcontainer {
  overflow-y: auto;
  max-height: 500px;
  border-radius: 20px;
  width: 100%;
  padding: 1rem;
}

.updatebox {
  height: 200px;
    overflow-y: auto;
  max-height: 500px;
  border-radius: 20px;
  width: 100%;
  padding: 1rem;
  overflow-y: auto;
  background-image: url("images/heartbg.gif");
  border-radius: 20px;
}

.rightcontainer {
  height:100%;
  background-image: url("images/bg2.jpg");
  flex: 1 1 auto;
}

/* imgs */
.kitty,

.cam {
  position: absolute;
  z-index: 1;
  height: auto;
}

.kitty {
  display:absolute;
  top: -130px;
  left: -40px;
  width:250px;
  
  transform: rotate(9deg);
}

.dragon {
  display:absolute;
  left: 350px;
  bottom: -90px;
  width: 70%;
}

.loveball{
  display:absolute;
  margin-top:5%;
  margin-left:20%;
  width: 60%;
}

.cam {
  bottom: 300px;
  left: 82px;
  width: 500px;
}

.dog{
  width:100%;
  margin-top:10%;
  margin-left:0px;
}

/* response */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }

  .contenttitle {
    font-size: 1.5rem;
    text-align: center;
  }

  .lefttitle {
    font-size: 2rem;
  }

  .blogfont,
  .updatefont,
  .pfont,
  .subhead {
    font-size: 0.95rem;
    padding: 0 1rem;
  }

  .dropbtn,
  #menu a {
    width: 100%;
    font-size: 16px;
  }

  .blogtitle {
    font-size: 1.5rem;
  }

  .updatebox,
  .rightcontainer {
    width: 100%;
    max-height: 300px;
  }

  .kitty {
    position: absolute;
    width: clamp(80px, 40vw, 150px);
    top: -5%;
    margin: 0 auto;
    left: 5%;
  }


}







