/* 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." */

@font-face {
  font-family: "Kid Playton";
  src: url(https://dl.dropbox.com/s/o3usdv3of4v3uk1/KIdDOS-Regular.otf);
  }
  

@media (min-width: 800px) {
  .flexbox {
  display: flex;
  justify-content: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  }
}

body {
  background-image: url("/img/bg.png");
  background-color: #ffd8db;
  background-repeat: repeat;
  /*color: #030101;*/
  color: #3F251C;
  font-family: "Kid Playton";
  font-size: 26px;
  cursor: url("https://i.postimg.cc/8kbnxQXf/tumblr-5750eea87eb1e0bcb98f57cb94cc55ee-b0619e54-75.webp"), auto;
}

h2 {
  color: #3F251C;
  font-family: "Kid Playton";
  font-size: 30px;
  font-weight: 7;
  margin: 10px 0px 10px 10px;
  }

.banner-marq {
  width: 800px;  
  padding: 15px 0px 10px 0px;
  }

.container {
  border-width: 7px;
  border-style: solid;
  border-image: url("/img/boxborder.png") 5.5 fill round;
  position: relative;
  padding: 5px;
  margin: 10px 10px 10px 10px;
}

.banner {
  width: 860px;
  height: 460px;
  background-image: url('/img/banner.png');
  background-repeat: no-repeat;
  align-content: flex-end;
  background-position-x: center; 
  margin-bottom: 30px;
}

p {
  margin: 10px 0px 10px 0px;
  }
  
.title-img {
  width: 800px; 
  height: auto;
  transition: 0.2s;
}

  .title-img:hover {
    width: 810px; 
  height: auto;
  }

.title {
  width: 800px;
  height: 472px;
  background-image: url("/img/title.png");
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.flexbox {
  display: flex;
  justify-content: center;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  }
  
.blinkie {
  height: 30px;
  width: auto;
  }
  
.nav {
  height: auto;
  width: 350px;
  margin-top: 30px;
  transition: 0.2s;
  }
  
  .nav:hover {
    height: auto;
    width: 340px;
    }
    
.nav-gb {
  height: auto;
  width: 350px;
  margin-top: 30px;
  transition: 0.2s;
  }
  
  .nav-gb:hover {
    height: auto;
    width: 340px;;
    }
    
.img-box {
  border-style: solid;
  border-image: url("/img/border.png") 15 fill round;
  }
  
.bog {
  position: fixed;
  right: 25px;
  top: 10px;

  }
  
.back {
  position: fixed;
  left: 25px;
  top: 10px;

  }
    
.richas {
  position: fixed;
  left: 160px;
  bottom: 5px;
  width: 120px;
  height: 149px;
  background-image: url(/img/richas.png);
  background-size: 120px 149px;
  background-repeat: no-repeat;
  }
  
#gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
  }

  .gallery-image {
    width: auto;
    height: 250px;
    transition: transform 0.1s ease;
  }
  
  .gallery-image.squish {
  transform: scaleY(0.9);
}
  
#title-box {
  width: 900px;
  height: 580px;
}

#box1 {
  width: 400px;
  height: 510px;
}

#box2 {
  width: 455px;
  height: 360px;
}

#box3 {
  width: 400px;
  height: 360px;
}

#box4 {
  width: 455px;
  height: 50px;
  margin-top: -140px;
}

#box5 {
  margin-top: 510px;
  position: absolute;
  margin-left: 455px;
  width: 455px;
  height: 412px;
  }

#title {
  justify-content: center;
  width: auto;
}