body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url('img/title2.jpeg');
  background-size: 50%;
  background-repeat: repeat;
  background-position: center;
  background-color: #d3bee8;
  z-index: -1;
}

header {
    background-color:  #ebcbdc;
    box-shadow: 10px 10px 9px #cde8ec;
}

nav a {
  color: #bd2586;
  background-color:  #cde8ec;
  font-size: 16px;
  line-height: 1;/* force uniform height */
  box-sizing: border-box;
  font-family: 'BPnoScript', sans-serif;
}


nav a:hover{
  background-color: #bd2586;
  color:#cde8ec;
}

.dropdown-content li a:hover {
  background-color: #bd2586;
}



.builderimg img {
  width: auto;
  height: 150px; 
  object-fit: contain;
  flex:1;
  flex: 0 0 calc(100% / 6);
}


.painttin {
  height: 100px !important; 
  align-self: center;
}

.box {
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  text-align: center;
}

.titleimg {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: none;
  padding-bottom: 0px;
  margin-top: 10px;
}

.sylvie {
  max-width: 50%;
}

.foresty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.forest {
  background-color: #cde8ec;
  box-shadow: 10px 10px 9px #eccde9;
}

.builder {
  background-color: #ebcbdc;
  box-shadow: 10px 10px 9px #cde8ec;
}
 .twoimg {
  display: flex;
  gap: 20px;
  align-items: center;
}

.imgandcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.miscimg {
    flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.miscimg img {
  height: 200px;
}
.forestbox1 {
  flex: 0 0 200px; /* fixed width for packet */
}

.forestbox1 {
  flex: 0 1 250px; /* allow shrink */
}

.forestbox1 img {
  width: 100%;
  height: auto;
}

.miscimg img.twins {
  height: 170px;
}


.imgandcaption1 {
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
    
}

.imgandcaption1 img {
  height: 300px;
  margin-right: 10px;
}


.builderimg {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

h1 {
  text-decoration: wavy underline;
}
