@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico&display=swap');		

.title {
  padding: 4px;
  text-align:center;
  color:rgb(0, 0, 0);
  letter-spacing:2px;
  font-weight: 400;
  font-size:20px;
  font-style: normal;
  }

h1 {
			font-family: 'Indie Flower';
			margin: 0;
      padding-top:13px;
      padding-bottom:15px;
			padding-left: 10px;
			font-size: 46px;
            color: rgb(64, 175, 27);
			font-weight: normal;
			line-height: 50px;
		}

p {    
  text-align: center;
      margin-inline-start: 15px;
      font-family:"Quantico";
			letter-spacing: 1px;
			color: rgb(60, 39, 36);
			text-decoration: none;
		}

.boxy {
  margin: 30px auto 30px auto;
  height: 90vh;
  padding-top: 20px;
  padding-bottom:10px;
  position:relative;
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*border-image-source: url(wil.png);
  border-image-slice:40%;
  border-image-width:30px;
  border-image-outset:20px;
  border-image-repeat:repeat;*/
  background-color: rgb(241, 235, 164);
  box-sizing: border-box;
}

body {
background-image: url("carroteen.gif")
}

		.overlay {
			position: absolute;
			pointer-events: none;
		}

	.candy {
    order: 1;
		margin: 50px;
    position: relative;
    padding:15px;
    margin-bottom: 20px;
		width: 90%;
    max-width: 700px;
    max-height: 500px;
    height: 50vh;
    min-height:200px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-image-source: url("wildflower_galdiv.png");
    border-image-slice: 100;
    border-image-width:40px;
    border-image-outset:40px;
    border-image-repeat: repeat;
    box-sizing: border-box;
		}

/*
.candystamp{
  display:flex;
  flex-wrap: wrap;
  order: 2;
  margin: auto;
  position: relative;
  justify-content: center;
  height: 20vh;
  margin-bottom: 10px;
  width: 90%;
  max-width: 700px;
  max-height: 200px;
  border: none;
  box-sizing: border-box;
}
  */

.candystamp img{
  max-width: 300px;
  max-height: 50px;
  padding-left: 5px;
  padding-top: 30px;
  overflow: hidden;
}

.box {
  padding-top:5px; 
  padding-bottom: 10px; 
  background: linear-gradient(0deg, rgb(238, 211, 129), rgba(146, 213, 110, 0.912));
  border:none;
  border-radius: 12px;
}

a:link {
  transform-style: uppercase;
  font-family: "Indie Flower";  
  color:rgb(61, 158, 26);
}

a:hover{
  color: rgb(9, 244, 236);
}

a:visited {
  color:rgb(61, 158, 26);
}

.owner {
    padding: 5px;
    text-align:center;
    font-family:"Quantico";
    font-size:15px;
  }

.lb-data .lb-caption {
    text-align: center !important;
    font-size: 15px !important;
    font-family:'Franklin Gothic Medium', sans-serif;
    font-weight: 100 !important;
    line-height: 1em !important;
}

.lb-image {
  max-width: 90vw !important;  
  max-height: 90vh !important; 
  width: auto !important;
  height: auto !important;
}

.p_title{
  padding: 5px;
  text-align:center;
  text-transform: lowercase;
  color:rgb(142, 87, 87);
  letter-spacing:4px;
  font-weight: 400;
  font-size:20px;
  font-style: normal
}